comparison DOCS/xml/hu/mencoder.xml @ 23997:91d1c452dcba

synced with r24016
author Gabrov
date Tue, 07 Aug 2007 05:43:45 +0000
parents 04c9f3b7ae0c
children 93d5f228ff82
comparison
equal deleted inserted replaced
23996:f579fc609048 23997:91d1c452dcba
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- synced with r23342 --> 2 <!-- synced with r23983 -->
3 <chapter id="mencoder"> 3 <chapter id="mencoder">
4 <title>A <application>MEncoder</application> használatának alapjai</title> 4 <title>A <application>MEncoder</application> használatának alapjai</title>
5 5
6 <para> 6 <para>
7 A <application>MEncoder</application> összes használható kapcsolójához és 7 A <application>MEncoder</application> összes használható kapcsolójához és
395 <example id="encode_for_psp"> 395 <example id="encode_for_psp">
396 <title>kódolás PSP-be</title> 396 <title>kódolás PSP-be</title>
397 <para> 397 <para>
398 <screen> 398 <screen>
399 mencoder -ofps 30000/1001 -af resample=24000 -vf harddup -of lavf \ 399 mencoder -ofps 30000/1001 -af resample=24000 -vf harddup -of lavf \
400 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \ 400 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
401 -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \ 401 -lavfopts format=psp \
402 <replaceable>bemenet.video</replaceable> -o <replaceable>kimenet.psp</replaceable> 402 <replaceable>bemenet.video</replaceable> -o <replaceable>kimenet.psp</replaceable>
403 </screen> 403 </screen>
404 Note that you can set the title of the video with 404 Figyelj rá, hogy beállíthatod a videó címét a
405 <option>-info name=<replaceable>MovieTitle</replaceable></option>. 405 <option>-info name=<replaceable>FilmCime</replaceable></option> kapcsolóval.
406 </para> 406 </para>
407 </example> 407 </example>
408 </sect1> 408 </sect1>
409 409
410 410
444 -o <replaceable>kimenet.mpg</replaceable> -oac lavc -lavcoptc acodec=mp2:abitrate=224 -ovc lavc \ 444 -o <replaceable>kimenet.mpg</replaceable> -oac lavc -lavcoptc acodec=mp2:abitrate=224 -ovc lavc \
445 -lavcopts vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3 445 -lavcopts vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3
446 </screen> 446 </screen>
447 Ugyan ez a <systemitem class="library">libavformat</systemitem> MPEG muxer-ének használatával: 447 Ugyan ez a <systemitem class="library">libavformat</systemitem> MPEG muxer-ének használatával:
448 <screen> 448 <screen>
449 mencoder <replaceable>bemenet.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \ 449 mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \
450 -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \ 450 -lavfopts format=mpg -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
451 -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
452 -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0 451 -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0
453 </screen> 452 </screen>
454 </para> 453 </para>
455 </informalexample> 454 </informalexample>
456 455