Re: [FFmpeg-devel] [PATCH] libavformat: add "capture:" protocol using AVIO

2017-04-11 Thread Moritz Barsnick
On Tue, Apr 11, 2017 at 14:12:08 +1000, Timothy Lee wrote: > Capture is an input stream capture protocol that dumps the input stream to a > file. The default name of the output file is "capture.dat", but it can be > changed using the "capture_file" option. Nice! > +Input stream capturing

Re: [FFmpeg-devel] [PATCH] libavformat: add "capture:" protocol using AVIO

2017-04-11 Thread Nicolas George
Le duodi 22 germinal, an CCXXV, Timothy Lee a écrit : > Capture is an input stream capture protocol that dumps the input stream to a > file. The default name of the output file is "capture.dat", but it can be > changed using the "capture_file" option. > --- > Changelog | 1 + >

[FFmpeg-devel] [PATCH] libavformat: add "capture:" protocol using AVIO

2017-04-10 Thread Timothy Lee
Capture is an input stream capture protocol that dumps the input stream to a file. The default name of the output file is "capture.dat", but it can be changed using the "capture_file" option. --- Changelog | 1 + doc/protocols.texi | 23 ++ libavformat/Makefile|