A convert tool to convert different movie type to MP4
src | 4 years ago | ||
.gitignore | 4 years ago | ||
README.md | 4 years ago | ||
requirements.txt | 4 years ago |
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.