Difference between revisions of "Convert a Digital Video to Xvid Format"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
 
(2 intermediate revisions by one user not shown)
Line 14: Line 14:
 
:: I used "XviD MPEG-4 Codec" yv12 (xvidvfw.dll)  
 
:: I used "XviD MPEG-4 Codec" yv12 (xvidvfw.dll)  
 
::* CLICK CONFIGURE
 
::* CLICK CONFIGURE
::* MTK NTSC and Twopass - 1st pass
+
::* Unrestricted, Single Pass Encoding, Target Quantizer 6.00
 
* Select Audio->Compression  
 
* Select Audio->Compression  
 +
::* Lame MP3 44100 kHz, 128 kbps CBR, Stereo .. 16KB/s
 
::* I selected 128Kbps
 
::* I selected 128Kbps
 
* And last hit File->Save AVI.
 
* And last hit File->Save AVI.
Line 23: Line 24:
  
 
TESTING RESULTS:  SUCCESS!
 
TESTING RESULTS:  SUCCESS!
 +
 +
 
  
 
== Troubleshooting ==
 
== Troubleshooting ==
Line 29: Line 32:
  
 
SOLUTION:  In XviD Configuration->Encoding Type, make sure it's first set for "Twopass-1st Pass. Then hit the "More" button and scroll to the place you want to keep the stats file (nowadays it's a .pass file), and give it a name, "Movie.pass".
 
SOLUTION:  In XviD Configuration->Encoding Type, make sure it's first set for "Twopass-1st Pass. Then hit the "More" button and scroll to the place you want to keep the stats file (nowadays it's a .pass file), and give it a name, "Movie.pass".
 +
 +
 
 +
 +
== 1 Pass Quantizer vs Bitrate Mode, vs 2 Pass ==
 +
 +
Target quantizer mode uses a fixed quality for each frame. The lower the quantizer the higher the quality. Think of the quantizer as how much data is being thrown out.
 +
 +
In target quantizer mode you pick the quality but you don't know what size the file will turn out.
 +
 +
In 2-pass VBR mode you pick the file size (file size = bitrate * running time) but you don't know what the quality will be.
 +
 +
In general, they are flip sides of the same coin. You use bitrate mode when you want a file of a fixed size. Say, a 700 MB file to fit on one CD. You use quantizer mode when you want a file of known quality.
 +
 +
There are a few advantages of VBR bitrate mode. The bitrate caps indicated by the Profile Level are respected. So if you have hardware with bitrate limitations you may want to use that mode, especially when working at high quality levels. And at low quality levels VBR can be a little better at distributing quality. For example, a camera flash going off might cause one frame to be much brighter than the others. Quantizer mode will use more bitrate for that frame because it blindly encodes all frames with the same quality. But in VBR mode the codec knows that you won't really notice if that one frame is encoded at a lower quality. The disadvantage or 2-pass VBR mode is that it takes twice as long to encode.
 +
 +
2-pass has a very small advantage in perceived quality (at normal playback speed) when the two methods give the same file size.
 +
 +
source: http://www.videohelp.com/forum/archive/xvid-setting-1pass-quantizer-vs-bitrate-mode-vs-2pass-gt-quality-t376841.html
  
 
 
 
 
Line 38: Line 59:
 
[[Category:Digital Video]]
 
[[Category:Digital Video]]
 
[[Category:Desktop Software]]
 
[[Category:Desktop Software]]
 +
[[Category:Video Tools]]

Latest revision as of 18:32, 29 October 2010

Converting Key Words avi , mpeg , mpg , divx xvid .

This guide will explain how to convert an

MPEG2 (SVCD) to Xvid. Xvid is a free Open Source alternative to Divx. For Divx conversions see the guide to Convert a Digital Video to Divx Format.

  • Launch Virtualdub
I tested this with version VirtualDub 1.9.9 and MPEG2.vdplugin [OK]
  • Open the MPEG2 Videoclip that you want to convert, File->Open video file
  • Select under Video->Fast recompress (Do not use full processing)
  • Select also under Audio->Full processing
  • Select Video->Compression
I used "XviD MPEG-4 Codec" yv12 (xvidvfw.dll)
  • CLICK CONFIGURE
  • Unrestricted, Single Pass Encoding, Target Quantizer 6.00
  • Select Audio->Compression
  • Lame MP3 44100 kHz, 128 kbps CBR, Stereo .. 16KB/s
  • I selected 128Kbps
  • And last hit File->Save AVI.

REFERENCE LINK TO FULL GUIDE: http://www.videohelp.com/oldguides/avi2divx

TESTING RESULTS: SUCCESS!

 

Troubleshooting

ERROR: Statsfile not found

SOLUTION: In XviD Configuration->Encoding Type, make sure it's first set for "Twopass-1st Pass. Then hit the "More" button and scroll to the place you want to keep the stats file (nowadays it's a .pass file), and give it a name, "Movie.pass".

 

1 Pass Quantizer vs Bitrate Mode, vs 2 Pass

Target quantizer mode uses a fixed quality for each frame. The lower the quantizer the higher the quality. Think of the quantizer as how much data is being thrown out.

In target quantizer mode you pick the quality but you don't know what size the file will turn out.

In 2-pass VBR mode you pick the file size (file size = bitrate * running time) but you don't know what the quality will be.

In general, they are flip sides of the same coin. You use bitrate mode when you want a file of a fixed size. Say, a 700 MB file to fit on one CD. You use quantizer mode when you want a file of known quality.

There are a few advantages of VBR bitrate mode. The bitrate caps indicated by the Profile Level are respected. So if you have hardware with bitrate limitations you may want to use that mode, especially when working at high quality levels. And at low quality levels VBR can be a little better at distributing quality. For example, a camera flash going off might cause one frame to be much brighter than the others. Quantizer mode will use more bitrate for that frame because it blindly encodes all frames with the same quality. But in VBR mode the codec knows that you won't really notice if that one frame is encoded at a lower quality. The disadvantage or 2-pass VBR mode is that it takes twice as long to encode.

2-pass has a very small advantage in perceived quality (at normal playback speed) when the two methods give the same file size.

source: http://www.videohelp.com/forum/archive/xvid-setting-1pass-quantizer-vs-bitrate-mode-vs-2pass-gt-quality-t376841.html