• R/O
  • HTTP
  • SSH
  • HTTPS

libav_saccubus: コミット

さきゅばす/いんきゅばす用libav(実験的)


コミットメタ情報

リビジョンd3d6a2582e68bb503cd8a5e8a23cd623549779c7 (tree)
日時2011-09-12 00:30:04
作者Anton Khirnov <anton@khir...>
コミッターAnton Khirnov

ログメッセージ

doc/avconv: remove entries for nonexistent options

変更サマリ

差分

--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -442,50 +442,6 @@ Try just the (0, 0) vector.
442442 exhaustive search (slow and marginally better than epzs)
443443 @end table
444444
445-@item -dct_algo @var{algo}
446-Set DCT algorithm to @var{algo}. Available values are:
447-@table @samp
448-@item 0
449-FF_DCT_AUTO (default)
450-@item 1
451-FF_DCT_FASTINT
452-@item 2
453-FF_DCT_INT
454-@item 3
455-FF_DCT_MMX
456-@item 4
457-FF_DCT_MLIB
458-@item 5
459-FF_DCT_ALTIVEC
460-@end table
461-
462-@item -idct_algo @var{algo}
463-Set IDCT algorithm to @var{algo}. Available values are:
464-@table @samp
465-@item 0
466-FF_IDCT_AUTO (default)
467-@item 1
468-FF_IDCT_INT
469-@item 2
470-FF_IDCT_SIMPLE
471-@item 3
472-FF_IDCT_SIMPLEMMX
473-@item 4
474-FF_IDCT_LIBMPEG2MMX
475-@item 5
476-FF_IDCT_PS2
477-@item 6
478-FF_IDCT_MLIB
479-@item 7
480-FF_IDCT_ARM
481-@item 8
482-FF_IDCT_ALTIVEC
483-@item 9
484-FF_IDCT_SH4
485-@item 10
486-FF_IDCT_SIMPLEARM
487-@end table
488-
489445 @item -er @var{n}
490446 Set error resilience to @var{n}.
491447 @table @samp
@@ -522,27 +478,13 @@ FF_MB_DECISION_BITS: Choose the one which needs the fewest bits.
522478 FF_MB_DECISION_RD: rate distortion
523479 @end table
524480
525-@item -4mv
526-Use four motion vector by macroblock (MPEG-4 only).
527-@item -part
528-Use data partitioning (MPEG-4 only).
529481 @item -bug @var{param}
530482 Work around encoder bugs that are not auto-detected.
531483 @item -strict @var{strictness}
532484 How strictly to follow the standards.
533-@item -aic
534-Enable Advanced intra coding (h263+).
535-@item -umv
536-Enable Unlimited Motion Vector (h263+)
537485
538486 @item -deinterlace
539487 Deinterlace pictures.
540-@item -ilme
541-Force interlacing support in encoder (MPEG-2 and MPEG-4 only).
542-Use this option if your input file is interlaced and you want
543-to keep the interlaced format for minimum losses.
544-The alternative is to deinterlace the input stream with
545-@option{-deinterlace}, but deinterlacing introduces losses.
546488 @item -vstats
547489 Dump video coding statistics to @file{vstats_HHMMSS.log}.
548490 @item -vstats_file @var{file}
旧リポジトリブラウザで表示