master-of-zen / BOPUS

Bitrate Optimization for OPUS
30 stars 6 forks source link

Add logging and some CLI args #6

Closed redzic closed 3 years ago

redzic commented 3 years ago

Changes:

master-of-zen commented 3 years ago

I pushed embedded visqol model :(, resolving

master-of-zen commented 3 years ago

Resolved, thanks @redzic :+1:

redzic commented 3 years ago

Cool! I think I'm gonna open another PR to make the --model flag optional, and if it isn't provided, then it just uses the default (embedded) model. Also, I don't think it actually uses the embedded model right now, since it passes model.to_str().unwrap() to visqol, which is the CLI option.

master-of-zen commented 3 years ago

Yep, I just resolved, --model must be optional