videomorph-dev / videomorph

A user-friendly Video Converter based on FFMPEG and written in Python/PyQt5.
https://videomorph-dev.github.io/videomorph/
Apache License 2.0
94 stars 22 forks source link

add matroska media type #51

Open amirkaos opened 4 years ago

amirkaos commented 4 years ago

Thank's alot for amazing program! I'm interested to add .mkv file format and had a high compression by no lose quality! like this: ffmpeg -i input.mp4 -strict strict -map 0 -q:v 2 -c:v libx265 -preset slow -s 1280:720 -c:a copy -scodec copy output.mkv please add more type of converter media.