pt123
January 30th, 2009, 03:28 PM
n Hardy using the medibuntu packages one was able to create thumbnails from an xvid file
ffmpeg -i "testfile.avi" -r .01 -y ~/ss_%d_yy.jpg
now this doesn't work on Intrepid using the unstripped ffmpeg libraries in Intrepid because medibuntu doesn't provide ffmpeg versions
but png files work
ffmpeg -i "testfile.avi" -r .01 -y ~/ss_%d_yy.png
I prefer jpg to png as the filesizes are much smaller.
Am I doing something wrong, or is this the way it i:(
ffmpeg -i "testfile.avi" -r .01 -y ~/ss_%d_yy.jpg
now this doesn't work on Intrepid using the unstripped ffmpeg libraries in Intrepid because medibuntu doesn't provide ffmpeg versions
but png files work
ffmpeg -i "testfile.avi" -r .01 -y ~/ss_%d_yy.png
I prefer jpg to png as the filesizes are much smaller.
Am I doing something wrong, or is this the way it i:(