Python script for high-quality AVI (DV) to MOV recoding based on ffmpeg, x264,
avisynth and avs-deinterlacer. To start using the tool, you should install the
dependencies from the installers
folder: AviSynth, MatroskaSplitter, and Python 3.6.
Python >=3.5 is required to run the script.
Usage (assuming you have your *.dv
or *.avi
files in D:\Video
and you
downloaded the tool to D:\recoder
):
- call recode_video.py from D:\Video:
D:\Video> D:\recoder\recode_video.py
OR
- call the script with
--dir
option:
D:\> D:\recoder\recode_video.py --dir "D:\video"
--audio-channel
option (both
, left
or right
; both
is used as a default)
enables using chosen audio channels in the output.
If left
or right
is chosen, the output audio is mono.