2019-01-04 12:31 GMT+01:00, Stuart Bruce <[email protected]>: > My own output is posted below- apologies for the formatting- but the key > point seems to be that "--disable-muxer=image2" is in the output, so any > attempt to output a JPEG or PNG file is failing with "not a suitable output > format".
(Since the answer is well hidden:) You can use the rawvideo muxer as a replacement for image2 as long as you only write one frame: -vcodec mjpeg -f rawvideo -vcodec png -f rawvideo 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".
