Skip to content

Python script for high-quality AVI (DV) to MOV recoding based on ffmpeg, x264, avisynth and avs-deinterlacer

Notifications You must be signed in to change notification settings

denis-sumin/DV-to-MOV-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DV-to-MOV-converter

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.

About

Python script for high-quality AVI (DV) to MOV recoding based on ffmpeg, x264, avisynth and avs-deinterlacer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published