ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
576 stars 33 forks source link

encode, formats: add support for audio only formats #88

Closed ekisu closed 4 years ago

ekisu commented 4 years ago

hope this doesn't break everything

Adds support for formats with only audio codecs. Essentially, just added some guards around video flags (which is what most of the logic of the script is around), and changed how bitrate is calculated to accomodate to this change (there's not always a video track, after all).

Closes #85