From 73719375cdabb11f3c38b29d7283e03df14286d2 Mon Sep 17 00:00:00 2001 From: gabucino Date: Fri, 8 Mar 2002 17:37:25 +0000 Subject: -audiofile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4993 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/encoding.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'DOCS/encoding.html') diff --git a/DOCS/encoding.html b/DOCS/encoding.html index 4f073cb1e3..343bd09d2f 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -62,6 +62,7 @@ stream copying and video resizing abilities.

libavcodec
  • video encoding from V4L compatible TV tuners
  • encoding/multiplexing to interleaved AVI files with proper index
  • +
  • creating files from external audio stream
  • 1, 2 or 3 pass DivX4 video
  • VBR MP3 audio - IMPORTANT NOTE : VBR MP3 audio doesn't always play nicely on windows players! If you intend to encode AVIs @@ -77,10 +78,9 @@ stream copying and video resizing abilities.

    Planned features :

    @@ -197,7 +197,10 @@ commands are needed :
    example when only the audio stream has to be encoded (like, uncompressed PCM to MP3).
  • -
  • Audio stream (option -oac copy) : straightforward.
  • +
  • Audio stream (option -oac copy) : straightforward. + It is possible to take an external audio file (MP3, AC3, Vorbis) and mux it + into the output stream. Use the -audiofile <filename> + option for this.
  • -- cgit v1.2.3