Can't see video (mp4 / mpeg) thumbnail on gThumb

Can't see video (mp4 / mpeg) thumbnail on gThumb ?

Install thumbmailer:
sudo apt-get install libxine1-ffmpeg
sudo apt-get install ffmpegthumbnailer

Convert to mpeg:
ffmpeg -i video-2014-02-28-16-57-10.mp4 video-2014-02-28-16-57-10.mp4.mpg
 for f in *.mp4; do ffmpeg -i "$f" "${f%.wav}.mpg"; done


No comments:

Post a Comment

Setting program_name in mysql session_connect_attrs allows you to see the name of the program connected

I am using mysql for quite some time now. I have noticed that looking at client connections using mysql workbench so an interesting column ...