A convert tool to convert different movie type to MP4

src first commit 4 years ago
.gitignore first commit 4 years ago
README.md first commit 4 years ago
requirements.txt first commit 4 years ago
README.md

Video Converter

In Synology NAS, a lot of video types are not natively supported by the system. In order to solve the compatibility issue, I create this project to automatically traverse the video files under the given directory and invoking the ffmpeg framework to convert the video files to the targeting format (mp4).

Also the ffmpeg command passes the parameter -qscale 0 which does not lose any video quality.