> Am 23.11.2019 um 21:15 schrieb Peter Chapman <[email protected]>:
> 
> "F:\My Documents\Downloads\ffmpeg.exe" -framerate 60 -f concat -safe 0 -i 
> "G:\mylist.txt" -c:v libx264 -vf "format=yuv420p" "G:\Test 1.mp4"

$ ffmpeg -framerate 60 -i “Sun Frame%4d.tga” -pix_fmt yuv420p out.mp4
(I suspect the concat demuxer understands the input option -r which does what 
you want but this is the recommended way of reading image files.)

Please find out what top-posting means and avoid it on this mailing list.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to