# HG changeset patch # User gabucino # Date 1013176634 0 # Node ID 55c8aefdef1b6091e0ff642651594d53ce8b36e3 # Parent f6a0e7c2fd0f8e495710594aa7588a461d0ae606 vao, something changed in these files! diff -r f6a0e7c2fd0f -r 55c8aefdef1b DOCS/Hungarian/encoding.html --- a/DOCS/Hungarian/encoding.html Fri Feb 08 13:56:36 2002 +0000 +++ b/DOCS/Hungarian/encoding.html Fri Feb 08 13:57:14 2002 +0000 @@ -213,7 +213,7 @@

Legkönnyebb dolog a világon. Egyszerűen átmásoljuk a video és audio streameket, és közben a MEncoder létrehozza a megfelelő indexet is. Ez persze nem tudja kijavítani az esetleges hibákat a video és/vagy audio -stream-ekben.

+stream-ekben, viszont a hibásan interleave-elt fileokat igen.

A parancs : mencoder input.avi -ovc copy -oac copy -o output.avi

@@ -352,7 +352,7 @@     mencoder -dvd 2 -o title2.avi

Ugyanez libavcodec-kel, MJPEG tömörítéssel :
-     mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg

+     mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg

A DVD 2-es fejezetének enkódolása, átméretezéssel :
    mencoder -dvd 2 -x 640 -y 480 -sws 2 -o title2.avi

diff -r f6a0e7c2fd0f -r 55c8aefdef1b DOCS/encoding.html --- a/DOCS/encoding.html Fri Feb 08 13:56:36 2002 +0000 +++ b/DOCS/encoding.html Fri Feb 08 13:57:14 2002 +0000 @@ -193,11 +193,12 @@

-

2.4.3.4. Fixing AVIs with broken index

+

2.4.3.4. Fixing AVIs with broken index or interleaving

Easiest thing. We simply copy the video and audio streams, and MEncoder generates the index. Of course this cannot fix possible bugs in -the video and/or audio streams.

+the video and/or audio streams. It also fixes files with broken interleaving, +thus the -ni option won't be needed for them anymore.

Command : mencoder input.avi -ovc copy -oac copy -o output.avi

@@ -224,7 +225,7 @@ vcodec config, like : -lavcopts vcodec=msmpeg4

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

+     mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg

2.4.4. Syntax