From 9d8afcf79e3a4b563800dcf7fc08779355e9d602 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Sep 2018 16:06:41 +0200 Subject: demux: add another stream recording feature --record-file is nice, but only sometimes. If you watch some sort of livestream which you want to record, it's actually much nicer not to record what you're currently "seeing", but anything you're receiving. --- DOCS/man/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 9ebbdd797b..f384123f6d 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5565,6 +5565,12 @@ Miscellaneous it to a template (similar to ``--screenshot-template``), being renamed, removed, or anything else, until it is declared semi-stable. +``--stream-record=`` + Similar to ``--record-file``, but write packets as they are received. The + implementation of this does not tolerate seeks (outside of demuxer cache), + or streams being selected/deselected during recording. Can not be set at + runtime. Use with care. + ``--lavfi-complex=`` Set a "complex" libavfilter filter, which means a single filter graph can take input from multiple source audio and video tracks. The graph can result -- cgit v1.2.3