I need to optimize the jpegs I am getting out of ffmpeg, and so I'd like to pipe the outputted frames to jpegtran.
I'd like to have something like the following command line, but obviously it won't work as is. So how can I pipe MULTIPLE video frames to jpegtran to have them optimized? I know this is not a jpegtran forum, but if you can help, that would be appreciated. Thanks! ffmpeg.exe -i myvideo.avi -c:v mjpeg | jpegtran.exe -copy none -optimize -progressive -outfile output.jpg input.jpg -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/How-can-I-pipe-frames-from-FFmpeg-to-jpegtran-tp4677169.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ 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".
