summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-08 22:13:05 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-08 22:13:05 +0000
commit3de4393c2a0ef98e2a25911e3795503be9e43f8b (patch)
tree46e3be349fef8ae553605f38598ce1615806a41d /DOCS
parentb129b870e0f891f06b1ee5a5e98af91d57463d8e (diff)
downloadmpv-3de4393c2a0ef98e2a25911e3795503be9e43f8b.tar.bz2
mpv-3de4393c2a0ef98e2a25911e3795503be9e43f8b.tar.xz
lavc args
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6021 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index b110a632c2..80a02a2c4c 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -96,9 +96,12 @@ Current plugins:
MPI: DR (if possible) or TEMP
Special: dec_video autoloads it if -pp option used but codec can't do pp.
--vop lavc
+-vop lavc[=quality:fps]
Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers
It uses libavcodec. Currently faster and better quality than -vop fame!
+ Param quality: fixed qscale (1<=quality<32) or bitrate (32<=quality KBits)
+ Param fps: force output fps (float value). If not give, or 0, it's
+ autodetected based on height (240,480->29.97fps, others -> 25fps)
MPI: EXPORT special
-vop fame