comparison DOCS/mplayer.1 @ 7189:1073dddaa687

some changes, Arpi was right...
author jonas
date Sat, 31 Aug 2002 11:36:08 +0000
parents ad1f6cb4cee5
children f771e685f3b1
comparison
equal deleted inserted replaced
7188:4f2337d9c9d4 7189:1073dddaa687
375 .B \-ac <codec name> 375 .B \-ac <codec name>
376 Force usage of a specific audio codec, according to its codec name in 376 Force usage of a specific audio codec, according to its codec name in
377 codecs.conf. 377 codecs.conf.
378 378
379 .I EXAMPLE: 379 .I EXAMPLE:
380 \-ac mp3 use libmp3 MP3 codec 380 \-ac mp3 use mp3lib
381 \-ac mad use libmad
381 \-ac mp3acm use l3codeca.acm MP3 codec 382 \-ac mp3acm use l3codeca.acm MP3 codec
382 \-ac ac3 use AC3 codec 383 \-ac ac3 use AC3 codec
383 \-ac hwac3 enable hardware AC3 passthrough 384 \-ac hwac3 enable hardware AC3 passthrough
384 (see documentation) 385 (see documentation)
385 \-ac vorbis use libvorbis 386 \-ac vorbis use libvorbis
390 .B \-afm <driver name> 391 .B \-afm <driver name>
391 Force usage of a specific audio codec family, according to its driver name 392 Force usage of a specific audio codec family, according to its driver name
392 in codecs.conf and fall back to default if it failed. 393 in codecs.conf and fall back to default if it failed.
393 394
394 .I EXAMPLE: 395 .I EXAMPLE:
395 \-afm mp3lib use libmp3 (mp2/3, but not mp1) 396 \-afm ffmpeg use ffmpeg's libavcodec (mp1/2/3)
396 \-afm libmad use libmad (mp1/2/3, slow) 397 \-afm acm use a matching Win32 codec
397 \-afm ffmpeg use ffmpeg's decoder (mp1/2/3) 398
398 \-afm liba52 use liba52 (ac3) 399 See \-afm help for a full list of available drivers.
399 \-afm libvorbis use libvorbis
400 .TP 400 .TP
401 .B \-aspect <ratio> 401 .B \-aspect <ratio>
402 Override aspect ratio of movies. It's autodetected on MPEG files, but can't be 402 Override aspect ratio of movies. It's autodetected on MPEG files, but can't be
403 autodetected on most AVI files. 403 autodetected on most AVI files.
404 404
537 \-vc divxds use DirectShow DivX codec 537 \-vc divxds use DirectShow DivX codec
538 \-vc ffdivx use libavcodec's DivX codec 538 \-vc ffdivx use libavcodec's DivX codec
539 \-vc ffmpeg12 use libavcodec's MPEG1/2 codec 539 \-vc ffmpeg12 use libavcodec's MPEG1/2 codec
540 \-vc divx4 use Project Mayo's DivX codec 540 \-vc divx4 use Project Mayo's DivX codec
541 541
542 See '\-vc help' for FULL list! 542 See \-vc help for a full list of available codecs.
543 .TP 543 .TP
544 .B \-vfm <driver name> 544 .B \-vfm <driver name>
545 Force usage of a specific video codec family, according to its driver name 545 Force usage of a specific video codec family, according to its driver name
546 in codecs.conf and fall back to default if it failed. 546 in codecs.conf and fall back to default if it failed.
547 547
554 \-vfm divx4 use DivX4 codec (YUY2) 554 \-vfm divx4 use DivX4 codec (YUY2)
555 (same as \-vc divx4 but fallback) 555 (same as \-vc divx4 but fallback)
556 \-vfm xanim use XAnim codecs 556 \-vfm xanim use XAnim codecs
557 557
558 .I NOTE: 558 .I NOTE:
559 If libdivxdecore support was compiled in, then type 3 and 7 now contains 559 If libdivxdecore support was compiled in, then odivx and divx4 now contains
560 just the same DivX4 codec, but different APIs to reach it. For difference 560 just the same DivX4 codec, but different APIs to reach it. For difference
561 between them and when to use which, check the DivX4 section in the 561 between them and when to use which, check the DivX4 section in the
562 documentation. 562 documentation.
563
564 See \-vfm help for a full list of available drivers.
563 .TP 565 .TP
564 .B \-vop <...,plugin3[=options],plugin2,plugin1> 566 .B \-vop <...,plugin3[=options],plugin2,plugin1>
565 Activate a comma separated list of video filters. 567 Activate a comma separated list of video filters.
566 Available plugins are: 568 Available plugins are:
567 569