summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
Commit message (Collapse)AuthorAge
* movenc: Add a min_frag_duration optionMartin Storsjö2012-03-20
| | | | | | | | The other fragmentation options (frag_duration, frag_size and frag_keyframe) are combined with OR, cutting fragments at the first of the conditions being fulfilled. Signed-off-by: Martin Storsjö <martin@martin.st>
* Add a minor bump, changelog/APIchanges entry and some documentation for APIC ↵Anton Khirnov2012-02-29
| | | | support.
* segment: implement wrap aroundLuca Barbato2012-02-28
| | | | | | | | Provide a way to wrap around the segment index so pseudostreaming live through a web server and html5 browser is simpler. Also ensure that 0 (disable) is a valid value across the options providing wrap around.
* doc: Document mov/mp4 fragmentation optionsMartin Storsjö2012-01-30
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* segment: introduce segmented chain muxerLuca Barbato2011-12-19
| | | | It behaves similarly to image2 muxer
* doc: update documentation to use avconvLuca Barbato2011-12-09
|
* doc: replace @pxref by @ref where appropriateDiego Biurrun2011-07-09
|
* webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-28
| | | | | Create a stereo_mode metadata tag to specify the stereo 3d video layout using the StereoMode tag in a matroska/webm video track.
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
|
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
| | | | unless it stands for ffmpeg the program or is historic
* Apply misc fixes to the image2 muxer documentation.Stefano Sabatini2011-02-08
| | | | | | The fixes were pointed out by Diego. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Add documentation for the framecrc muxer.Stefano Sabatini2011-02-08
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Add documentation for the crc muxer.Stefano Sabatini2011-02-08
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Document null muxer.Stefano Sabatini2011-02-08
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski2011-01-31
| | | | | | | | | | | | | | | | | | | | | | | Around 01/28/11 18:56, Ronald S. Bultje scribbled: > That patch is now merged, can you submit the update to muxers.texi? > Then we'll apply the whole thing. See attached. I hope the documentation is enough. -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ From c236024b8254f5c2c45934c30fff390cb0e55a5e Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski <gf@unixsol.org> Date: Tue, 25 Jan 2011 13:09:17 +0200 Subject: [PATCH] mpegts: Replace defines in with AVOptions This patch adds support for setting transport_stream_id, original_network_id, service_id, pmt_start_pid and start_pid in mpegts muxer. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Add documentation for the image2 muxer.Stefano Sabatini2011-01-31
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Add muxers.texi file.Stefano Sabatini2011-01-28
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>