summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
authorGabrov <Gabrov@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 05:43:45 +0000
committerGabrov <Gabrov@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 05:43:45 +0000
commit022e0bedc6f60bf0fdf332feeff3873e7402c8b7 (patch)
tree45f0ab870be6cc4aac697e7a2f96053688b58bd0 /DOCS/xml
parent70ea6c25d813ee307c8b8dcdb872f74df3a88147 (diff)
downloadmpv-022e0bedc6f60bf0fdf332feeff3873e7402c8b7.tar.bz2
mpv-022e0bedc6f60bf0fdf332feeff3873e7402c8b7.tar.xz
synced with r24016
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24017 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/hu/mencoder.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/DOCS/xml/hu/mencoder.xml b/DOCS/xml/hu/mencoder.xml
index 7db9fae7b5..917ff2303c 100644
--- a/DOCS/xml/hu/mencoder.xml
+++ b/DOCS/xml/hu/mencoder.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- synced with r23342 -->
+<!-- synced with r23983 -->
<chapter id="mencoder">
<title>A <application>MEncoder</application> használatának alapjai</title>
@@ -397,12 +397,12 @@ Nyugodt lehetsz, ha a következő korlátokat figyelembe veszed:
<para>
<screen>
mencoder -ofps 30000/1001 -af resample=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 \
- <replaceable>bemenet.video</replaceable> -o <replaceable>kimenet.psp</replaceable>
+ -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
+ -lavfopts format=psp \
+ <replaceable>bemenet.video</replaceable> -o <replaceable>kimenet.psp</replaceable>
</screen>
-Note that you can set the title of the video with
-<option>-info name=<replaceable>MovieTitle</replaceable></option>.
+Figyelj rá, hogy beállíthatod a videó címét a
+<option>-info name=<replaceable>FilmCime</replaceable></option> kapcsolóval.
</para>
</example>
</sect1>
@@ -446,9 +446,8 @@ mencoder <replaceable>bemenet.avi</replaceable> -of mpeg -mpegopts format=mpeg1:
</screen>
Ugyan ez a <systemitem class="library">libavformat</systemitem> MPEG muxer-ének használatával:
<screen>
-mencoder <replaceable>bemenet.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 \
+mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \
+ -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>