[FFmpeg-user] Piping uncompressed from ffmpeg to ffplay
Moritz Barsnick
barsnick at gmx.net
Wed Nov 18 20:21:31 CET 2015
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
More information about the ffmpeg-user
mailing list