diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-01-30 17:29:22 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-02-01 02:28:40 +0100 |
commit | f726fc21ef76a8ba3445448066f7b2a687fbca16 (patch) | |
tree | ffdd192a6231c8751b86f03e1225efac2395b8d9 /doc | |
parent | 22b985d59c007c4422aefe3ef3fca0aa0daafa9f (diff) | |
download | ffmpeg-f726fc21ef76a8ba3445448066f7b2a687fbca16.tar.gz |
ogg: Provide an option to offset the serial number
The ogg serial number doubles as codec id and sequence
value for concatenated samples.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index d71eb09a4f..bcfdb49b87 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -504,6 +504,11 @@ is 1 second. A value of 0 will fill all segments, making pages as large as possible. A value of 1 will effectively use 1 packet-per-page in most situations, giving a small seek granularity at the cost of additional container overhead. +@item -serial_offset @var{value} +Serial value from which to set the streams serial number. +Setting it to different and sufficiently large values ensures that the produced +ogg files can be safely chained. + @end table @section segment |