ekisu / mpv-webm

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

Encode presets? #49

Open bluefiberbread opened 5 years ago

bluefiberbread commented 5 years ago

How do I create encode presets so that I don't have to fiddle with encode settings every time?

ekisu commented 5 years ago

Well, it depends, you can add codecs/flags to the "formats" directory (and this would require you to rebuild the script). There's no way to add presets for, say, target size, as of now.

bluefiberbread commented 5 years ago

I want to create a webm from three separate time frames, as of right now, I have to create 3 separate webms and then combine it into one webm

it would be nice if it's possible to create one webm from multiple start and end times

ekisu commented 5 years ago

This is kind of out of scope for just a script, IMO.