summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 08:45:33 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 08:45:33 +0000
commit9972cfe4e2dbf47059f0ad0ac3f6825d5f2fa2dc (patch)
tree992e36e146c2d8b6e0beb8642bb171b7f9312687 /DOCS
parent8a0954e8020df267fbd2dc1925f1c0d5a7f1b820 (diff)
downloadmpv-9972cfe4e2dbf47059f0ad0ac3f6825d5f2fa2dc.tar.bz2
mpv-9972cfe4e2dbf47059f0ad0ac3f6825d5f2fa2dc.tar.xz
synced to r23983
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24019 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/it/mencoder.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/xml/it/mencoder.xml b/DOCS/xml/it/mencoder.xml
index 6bbbd4ba77..fa0e54377e 100644
--- a/DOCS/xml/it/mencoder.xml
+++ b/DOCS/xml/it/mencoder.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- synced with r23342 -->
+<!-- synced with r23983 -->
<chapter id="mencoder">
<title>Utilizzo base di <application>MEncoder</application></title>
@@ -399,7 +399,7 @@ Dovresti accertarti di rispettare i seguenti vincoli:
<screen>
mencoder -ofps 30000/1001 -af lavcresample=24000 -vf harddup -of lavf \
-oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
- -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \
+ -lavfopts format=psp \
<replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
</screen>
Nota che puoi impostare il titolo del video con
@@ -447,8 +447,7 @@ Lo stesso, ma usando il muxer MPEG di
<systemitem class="library">libavformat</systemitem>:
<screen>
mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \
- -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \
- -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
+ -lavfopts format=mpg -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
-lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0
</screen>
</para>