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


Comments

Popular posts from this blog

Accessing Windows Share (Samba) From Linux (XFCE) using Thunar

Bypassing the error by "go get" "tls: failed to verify certificate: x509: certificate signed by unknown authority"

Using phpword to merge two Mircrosoft Office Word .docx documents