From 7891bbb9e939df7b9f6267adb4b6950ce5de325a Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 12 Feb 2002 22:34:35 +0000 Subject: sok ize, mutyur, bizbasz. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4681 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/encoding.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'DOCS/encoding.html') diff --git a/DOCS/encoding.html b/DOCS/encoding.html index 84a6b600b3..4fab335ef7 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -58,7 +58,7 @@ stream copying and video resizing abilities.

always play nicely on windows players! If you intend to encode AVIs mainly for windows, encode with CBR!
  • PCM audio
  • -
  • stream copying (CBR audio only)
  • +
  • stream copying
  • input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)
  • FPS correction with -ofps option (useful when encoding 29.97fps VOB to 24fps AVI)
  • @@ -69,7 +69,6 @@ stream copying and video resizing abilities.

    Planned features :

    +

    2.4.3.4. Fixing AVIs with broken index or interleaving

    Easiest thing. We simply copy the video and audio streams, and @@ -227,14 +228,23 @@ unsupported). You can encode to the following codecs :

    An example, with MJPEG compression :
        mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg

    +

    2.4.4. Syntax

      mencoder [options] [input file] [options] ...

    +

    2.4.5. Available options

    NOTE : for all available options, read the manpage !

    +

    + As MEncoder is built on the same codebase as MPlayer, there + are many MPlayer options that have function in MEncoder too! + See, you can use -sid to rip a DVD with subtitles, or + -noidx to disregard buggy index of input AVI. Be smart! +

    + -- cgit v1.2.3
    @@ -273,9 +283,13 @@ unsupported). You can encode to the following codecs :

    Encode with the given codec (codec names are from codecs.conf). Examples:
      help - get list of available codecs
    +   null - do not create a video stream in the output AVI
    +   raw - create uncompressed video
    +   rawrgb - ?
      copy - no encoding, just copy the stream (only from AVI/ASF now)
      divx4 - encode to DivX4
      lavc - encode with a codec from libavcodec
    +   vfw - encode with a Windows DLL