master-of-zen / BOPUS

Bitrate Optimization for OPUS
31 stars 6 forks source link

Limit the bitrate passed to ffmpeg to between 500 and 512k #8

Closed redzic closed 3 years ago

redzic commented 3 years ago

Sometimes, encoding silently fails, because bopus can pass bitrates that are unsupported by libopus (because they are too high, or I guess possibly too low, so I added that check in as well), causing it to fail. This PR fixes that issue.

Also makes the filenames a little more clear by adding an underscore between the probe name and the bitrate.

master-of-zen commented 3 years ago

@redzic :1st_place_medal: