diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-30 22:35:20 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-30 22:35:20 +0000 |
commit | 877a5048d5fe4dfb53762b029a11a2717fae33de (patch) | |
tree | c326d7cd4a8449cfb074dd526d705c06c1c915d9 | |
parent | 43e33c6538e19cd92be304b086ded3d985db21de (diff) |
documented -lavfdopts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19606 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 5a5a9dfc85..93043718dc 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -9639,6 +9639,16 @@ converted with \-ofps, is either 24000/1001 or 24 fps. Any other framerate is incompatible with this option. . . +.SS FFmpeg libavformat demuxers (\-lavfdopts) +. +.TP +.B probesize=<value> +Maximum amount of data to probe during the detection phase. +In the case of MPEG-TS this value identifies the maximum number +of TS packets to scan. +. +. +. .SS FFmpeg libavformat muxers (\-lavfopts) (also see \-of lavf) . .TP |