Project Page
Download
Documentation
Screenshot
Blog
Overview
DV-2-XviD uses some 3rd-party utilities in its background processing. It generate avisynth script to conjoin multiple clips and de-interlace them. Then it split PCM audio from clips by VirtualDub/VDubMod and compress it to mp3 format by LAME. In the end it run XviD 2-pass compression and merge the mp3 into target file.
Requirements
From version 0.7, MSVCR71.dll was removed from dist directory for its license. Please check if you have a MSVCR71.dll copy in your system.
- c:\windows\system32 (WinXP) or c:\winnt\system32 (Win2k)
From version 0.8, binary distribution only depends XviD codec and AviSynth
Installation and Usage
Download and unzip it.
run "DV-2-XviD.exe".
- Add the directory that contains DV clips, or add single avi file.
- Input "Target AVI FILE"'s name
- Select clips you want conjoin into one target( use ctrl-click to multi select ), then "add job"
- ... add again ...
- "start jobs" !
Hacking
Source files are hosted in "Google Code". You could use svn to checkout it. To hack it requires installation of Python and wxPython.
If your python version is 2.4 or 2.3, you should install ctypes
You also should install XviD codec and Avisynth, and copy "filters/tools/VDubMod" sub-directorys from binary distribution into the source directory