On Wed, Nov 18, 2015 at 07:39:18 -0800, John Pilgrim wrote: > The video is full res, so the -lowres 1 seems to be ignored when -c copy is > present. > The audio plays fine but the video freezes after a few frames.
Ah, I didn't realize that was a decoder option. So using "-c[:v] copy" would indeed ignore that. Indeed, decoding to rawvideo is then a valid approach. I see success in your other answer using the nut container, so it seems to be resolved? Great. :) Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
