Re: [FFmpeg-user] null video sink

2016-01-04 Thread Nicolas George
Le quintidi 15 nivôse, an CCXXIV, Roger Pack a écrit : > Anyway the closest I've found is the "null" container + rawvideo The null muxer uses a wrapped frame (and until recently, a raw picture), there is no muxing overhead. Regards, -- Nicolas George signature.asc Description: Digital signa

Re: [FFmpeg-user] null video sink

2016-01-04 Thread Roger Pack
On 12/29/15, Nicolas George wrote: > Le nonidi 9 nivôse, an CCXXIV, Roger Pack a écrit : >> Could anyone be kind enough to show me how to use this in a filtergraph? >> When I try to, it seems to still output and encode: > >> Stream mapping: >> Stream #0:0 (h264) -> scale (graph 0) >> Stream #0

Re: [FFmpeg-user] null video sink

2015-12-29 Thread Nicolas George
Le nonidi 9 nivôse, an CCXXIV, Roger Pack a écrit : > Could anyone be kind enough to show me how to use this in a filtergraph? > When I try to, it seems to still output and encode: > Stream mapping: > Stream #0:0 (h264) -> scale (graph 0) > Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))

Re: [FFmpeg-user] null video sink

2015-12-29 Thread Carl Eugen Hoyos
Roger Pack gmail.com> writes: > I noticed the docs for the "null" video filter say: > https://ffmpeg.org/ffmpeg-filters.html#nullsink > Null video sink: do absolutely nothing with the input video. It is > mainly useful as a template and for use in analysis / debugging tools. > > Could anyone be

[FFmpeg-user] null video sink

2015-12-29 Thread Roger Pack
Hello. I noticed the docs for the "null" video filter say: https://ffmpeg.org/ffmpeg-filters.html#nullsink Null video sink: do absolutely nothing with the input video. It is mainly useful as a template and for use in analysis / debugging tools. Could anyone be kind enough to show me how to use thi