ekisu / mpv-webm

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

Add target file size to replace table #183

Closed radar-duker closed 10 months ago

radar-duker commented 10 months ago

I write the file size to the name of the encoded file because different platforms have different upload limits. I often encode the same clip at different file sizes and differentiate the names by file size so that they don't overwrite. I do this by adding the following line to webm.lua. It would be nice if this was part of the official script so that I don't need to edit it each time I update.