Can MP use ffmpeg for thumbnails
Posted: Sat Apr 11, 2015 10:26 am
MP is not getting thumbnails for TV recordings (.ts) as well as some flv files I am getting thumbs for in XNView, is it possible to use ffmpeg?
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Hey great, thanksxnview wrote:i'll add it
Is there a way to get it to work on Mac? I tried these paths/file names but none seemed to work:xnview wrote:i'll add it
Strange bug, thumbnailing .mp4 still works, but thumbnailing TV recording .ts does not.gouache wrote:This was working for me today, and just stopped working after file rearranging.
OK I forgot I updated from 0.75 to 0.76 todaygouache wrote:Strange bug, thumbnailing .mp4 still works, but thumbnailing TV recording .ts does not.gouache wrote:This was working for me today, and just stopped working after file rearranging.
Code: Select all
# Get 12 screen captures
for ((i=4; i<=96; i+=8)); do ffmpegthumbnailer -i "${MOVIE}" -o "${MOVIE}____thumb${i}.jpg" -s 384 -t ${i}; done
# Make contact sheet / storyboard / thumbsheet in a 3x4 grid
montage -geometry +4+4 -tile 3x4 "${MOVIE}____thumb*.jpg" "${MOVIE}____thumbsheet.jpg"
# Make it have a useful preview icon (NOTE: exiv2 doesn't work.)
echo "-ThumbnailImage<=${MOVIE}____thumb4.jpg" > argfile.exiftool
echo "${MOVIE}____thumbsheet.jpg" >> argfile.exiftool
exiftool -@ argfile.exiftool
# Clean up intermediate files
rm "${MOVIE}"____thumb[0-9]*.jpg "${MOVIE}____thumbsheet-thumb.jpg" argfile.exiftool "${MOVIE}____thumbsheet.jpg_original"
Code: Select all
echo "##" && sleep 15
Code: Select all
FILENAME="##" && open -a /Applications/VLC.app "${FILENAME/____thumbsheet.jpg/}"
will be fixed in next version for MacOSX & Linuxdanjcla wrote:Is there a way to get it to work on Mac? I tried these paths/file names but none seemed to work:xnview wrote:i'll add it
/Applications/XnViewMP.app/Contents/Resources/AddOn/ffmpeg
/Applications/XnViewMP.app/Contents/Resources/AddOn/ffmpeg/ffmpeg
/Applications/XnViewMP.app/Contents/Resources/AddOn/ffmpeg.exe
/Applications/XnViewMP.app/Contents/Resources/AddOn/ffmpeg/ffmpeg.exe
with:
XnViewMP
Version 0.76.1 x64 (Oct 26 2015)
Libformat version 6.80
I'm using this ffmpeg:
ffmpeg version 2.8 Copyright (c) 2000-2015 the FFmpeg developers
built with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
configuration: --prefix=/Volumes/tempdisk/sw --as=yasm --enable-gpl --enable-version3 --enable-pthreads --disable-ffplay --disable-ffserver --disable-shared --enable-static --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libx265 --enable-libxvid --enable-zlib --enable-avfilter --enable-fontconfig --enable-libfreetype --enable-libass --enable-libutvideo --enable-libvidstab --enable-filters --enable-postproc --enable-runtime-cpudetect --disable-indev=qtkit --disable-indev=x11grab_xcb
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Hyper fast Audio and Video encoder