[FFmpeg-user] Seeking with multiple output

Molly Millions mollyrazormillions at gmail.com
Wed May 28 11:06:36 CEST 2014


Hi!

I use the following command to convert a video file and also create a
tileset for it. The problem is, that the file will be cut fine, but the
frames will reflect the full video.Is there a way to do this in one single
command or I have to generate the output and then create the tiles from
that separately?

ffmpeg -i 'input.mp4'  -ss 00:01:00.00  -t 00:01:00.00 -y -map_chapters -1
-vf 'scale=352:240' -threads 0 -r 25 -vcodec libx264 -ab 128k -ar 44100 -ac
2 -g 25 -preset slow -level 3 -profile:v baseline -movflags faststart
'output.mp4'
-vf
'select=isnan(prev_selected_t)+gte(t-prev_selected_t\,2),scale=72:50,tile=10x9'
-qscale:v 3 -an  -vsync vfr './f%03d.jpg'

Thanks!


More information about the ffmpeg-user mailing list