ekisu / mpv-webm

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

Add options.target_filesize to replace table #184

Closed radar-duker closed 7 months ago

radar-duker commented 7 months ago

This commit adds options.target_filesize to the replace table for writing file names. This is a change I always add when updating webm.lua. This is added because different platforms have different file size upload limits, so I often encode the same clip at different file sizes. The file names are then differentiated by size so that they don't overwrite. I'm submitting a pull request for this so that I don't need to re-add this to the script every time I update it.

ekisu commented 7 months ago

Thanks!

radar-duker commented 7 months ago

Np. Thanks for the merge!