diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-03-03 04:25:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-03 04:30:49 +0100 |
commit | 23a5bf9db06d9f55fe0d38d49bdea91be1795ab3 (patch) | |
tree | e5138618f721feab6d87fbac68a89f53cb49e38c /doc | |
parent | 70b5583baa3872b3d5399de555b8006777bf80c5 (diff) | |
download | ffmpeg-23a5bf9db06d9f55fe0d38d49bdea91be1795ab3.tar.gz |
bluray protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.texi | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 13aae78215..782e2b069b 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -19,6 +19,36 @@ supported protocols. A description of the currently available protocols follows. +@section bluray + +Read BluRay playlist. + +The accepted options are: +@table @option + +@item angle +BluRay angle + +@item chapter +Start chapter (1...N) + +@item playlist +Playlist to read (BDMV/PLAYLIST/?????.mpls) + +@end table + +Examples: + +Read longest playlist from BluRay mounted to /mnt/bluray: +@example +bluray:/mnt/bluray +@end example + +Read angle 2 of playlist 4 from BluRay mounted to /mnt/bluray, start from chapter 2: +@example +-playlist 4 -angle 2 -chapter 2 bluray:/mnt/bluray +@end example + @section concat Physical concatenation protocol. |