mpv-scripts icon indicating copy to clipboard operation
mpv-scripts copied to clipboard

encode.lua working webm format

Open nobef opened this issue 1 year ago • 1 comments

Is there a working format (for example, for Twitter) or at least with sound, for example. I created a couple of default webm, but they are of terrible quality and have no sound. Is this how it should be? Maybe there are approximate parameters for setting up the output file. I used slicing_copy before, but some videos were not created with an error.

nobef avatar Dec 22 '24 16:12 nobef

You'll want to tweak these parameters https://github.com/occivink/mpv-scripts/blob/master/script-opts/encode_webm.conf#L16 They're just flags passed to ffmpeg, so take a look at its documentation

occivink avatar Jan 05 '25 10:01 occivink