Stefano Sabatini
8bbe9d90fa
doc/muxers: add a dedicated section for segment examples
12 years ago
Stefano Sabatini
fd44dfb29d
doc/muxers: fix typos in the segment chapter
12 years ago
Stefano Sabatini
0156dd6530
lavf/segment: add segment_frames option
...
This is meant to address trac ticket #1483 .
12 years ago
Stefano Sabatini
7a8face9fb
lavf/segment: add reference_stream option
12 years ago
Stefano Sabatini
ddf6131a0a
lavf/segment: add segment_start_number option
...
Consistent with the image2 muxer.
12 years ago
Stefano Sabatini
8e9056559e
lavf/segment: add reset_timestamps option
...
The new options reset the timestamps at each new segment, so that the
generated segments will have timestamps starting close to 0.
It is meant to address trac ticket #1425 .
12 years ago
Luca Barbato
18e6f087c4
img2: document the options available
12 years ago
Luca Barbato
3c3a580f93
hls: improve options description
12 years ago
Luca Barbato
5fbceb2c63
hls: add start_number option
12 years ago
Luca Barbato
22a0827dff
hlsenc: stand alone hls segmenter
...
Simplifies usage but has higher latency.
12 years ago
Clément Bœsch
e168165489
doc/muxers: document mov faststart option.
12 years ago
Stefano Sabatini
00d516454c
lavf/segment: add segment_list_flags option
...
Allow to specify options affecting the segment list generation.
In particular: add +live and +cache flags.
For a full discussion read trac ticket #1642 :
http://ffmpeg.org/trac/ffmpeg/ticket/1642
Also add live M3U8 generation example.
12 years ago
Stefano Sabatini
ebd703f0a0
lavf/segment: deprecate "ext" format in favor of "csv"
...
The new option name is more descriptive.
12 years ago
Stefano Sabatini
d815763548
lavf/segment: add escaping for filename field of the CSV list file
...
CSV escaping code is borrowed from ffprobe.c.
12 years ago
Stefano Sabatini
69fc2489c4
doc/muxers: simplify segment examples
...
The simplifications are due to the recent option changes.
12 years ago
Stefano Sabatini
2d31ae2921
lavf/segment: change default value for segment_list_size option, from 5 to 0
...
This is technically a major compatibility break, but seems the most
natural default and what users would expect without reading the docs.
12 years ago
Stefano Sabatini
1c522e3868
lavf/segment: guess list type from list filename suffix
12 years ago
Stefano Sabatini
e5ae2f9126
lavf/segment: add M3U8 list support
...
Address trac ticket #1642 .
12 years ago
Michael Bradshaw
a22c996a85
Add ICO muxer
...
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com>
Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Stefano Sabatini
aef9e94f73
lavf/segment: add -segment_time_delta option
13 years ago
Stefano Sabatini
2058b52cf8
lavf/segment: add -segment_times option
...
Address trac ticket #1504 .
13 years ago
Stefano Sabatini
8dc31f8da8
lavf/segment: make use of av_parse_time() when parsing the -segment_time value
...
Increase flexibility/consistency.
Also rename recording_time field to time, for enhanced
consistency/readability.
13 years ago
Stefano Sabatini
0a7b8effbb
doc/muxers: sort options for the segment muxer
13 years ago
Stefano Sabatini
7f08bfae6e
lavf/segment: add segment_list_type option, extend format for the segment list file
...
Add list extended format which specifies in the list file the start and
ending time for each segment. This is required to make it available this
information to external tools, avoiding the need to perform file analysis
in the output segments.
13 years ago
Stefano Sabatini
776a4e42a7
doc/muxers/segment: apply minor documentation updates and adjustements
...
Update documentation to match code behavior after previous changes, also
reword the examples section.
13 years ago
Stefano Sabatini
567eb9d344
lavf/segment: fix command with missing -list option
...
Replace -list with the correct option -segment_list.
13 years ago
Stefano Sabatini
815d8f8841
doc/muxers: add documentation for the md5 and framemd5 muxers
...
Address trac ticket #1153 .
13 years ago
Stefano Sabatini
60e4e430db
doc/muxers: clarify documentation for the framecrc muxer
...
Makes more explicit that framecrc works at the packet level, also prefers
the term "packet" over "frame" when it makes sense.
13 years ago
Stefano Sabatini
fd00662d5a
doc/muxers: update documentation for the framecrc muxer
...
Add mention to the pts and duration log fields, added in
d2afbd9a56
.
Fix trac ticket #1159 .
13 years ago
Martin Storsjö
39f5a5462c
movenc: Add a min_frag_duration option
...
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>
13 years ago
Anton Khirnov
322537478b
Add a minor bump, changelog/APIchanges entry and some documentation for APIC support.
13 years ago
Luca Barbato
0c1759ac4b
segment: implement wrap around
...
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.
13 years ago
Michael Niedermayer
92f9b26c1e
doc: fix convertion tool references
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Martin Storsjö
fe47ea8f7a
doc: Document mov/mp4 fragmentation options
...
Signed-off-by: Martin Storsjö <martin@martin.st>
13 years ago
Luca Barbato
02e8f03296
segment: introduce segmented chain muxer
...
It behaves similarly to image2 muxer
13 years ago
Luca Barbato
d5837d7fe9
doc: update documentation to use avconv
13 years ago
Michael Niedermayer
fc3203fcf9
doc: tiny spelling fix
...
Found-by & newspelling-by: pasteeater
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
7d7e3023d9
doc: document -moov_size
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Diego Biurrun
4c98976124
doc: replace @pxref by @ref where appropriate
14 years ago
Alok Ahuja
945dda41a2
webm: support stereo videos in matroska/webm muxer
...
Create a stereo_mode metadata tag to specify the stereo 3d video layout
using the StereoMode tag in a matroska/webm video track.
14 years ago
Aurelien Jacobs
4c509fe305
matroska: cleanup handling of video stereo mode
14 years ago
alahuja
5f3c436bdf
muxers.texi changes for mkv/webm options
14 years ago
Michael Niedermayer
2d2b5a1421
10l, commit that should have been stashed into the merge.
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Diego Biurrun
6001dad6e2
Replace more FFmpeg references by Libav.
14 years ago
Peter Ross
0bb240acb3
img2: stop using CODEC_ID_RAWVIDEO to trigger processing of independant y/u/v image files
...
This is requireed, as img2 will be modified soon to support .raw image file sequences.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
a6be21d3ba
Revert "replace FFmpeg with Libav in doc/"
...
This reverts commit f8a45fa1b1
.
Conflicts:
doc/optimization.txt
14 years ago
Janne Grunau
f8a45fa1b1
replace FFmpeg with Libav in doc/
...
unless it stands for ffmpeg the program or is historic
14 years ago
Stefano Sabatini
a1cdf548a2
Apply misc fixes to the image2 muxer documentation.
...
The fixes were pointed out by Diego.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 0cad24ce9b
)
14 years ago
Stefano Sabatini
20a4b9e936
Add documentation for the framecrc muxer.
...
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 77d4ed7a12
)
14 years ago
Stefano Sabatini
ea67c95176
Add documentation for the crc muxer.
...
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit a4effe432f
)
14 years ago