Newer
Older
VideoConverter / README.md
@yangyang xie yangyang xie on 19 Jun 2021 426 bytes first commit

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.