2016-10-08 0:01 GMT+02:00 Mikhail V <[email protected]>: > BTW after that manipulations a fair question arizes: why > ffmpeg does not support something like: > "... -f image2 -i filelist.txt output"
(This command tries to read a frame / imagefile called filelist.txt) It does, it is called -f concat and is just an alternative of your python script. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
