>>40494594>>40342466also 3mb was giving me trouble with a lot of things I wanted as soundposts. webm9 is easier, I don't think I would have been able to get that laughing one without brutally resizing and compressing the quality. More later, please give me suggestions or just make the streamable yourselves of stuff you want.
This is what I do in streamlink btw if anyone wants to try for themselves. It's been a while since I read through the documentation and there's probably a smarter way to do this:
streamlink -o whatever.mp4
https://streamable.com/alcks2 best
ffmpeg -i whatever.mp4 sound.ogg
ffmpeg -i whatever.mp4 -an -c:v libvpx-vp9 -crf 10 -b:v 20M -c:a libvorbis output.webm %%%%you can stop here if the webm is already <3MB, the number after crf is the quality from 0-51 (0 being best quality)
ffmpeg -i output.webm -fs 3M -c copy output3.webm %%%%so here it tries to resize it to 3MB but if that doesn't work use the next line to change the size of the video (or not) and compress it again
ffmpeg -i output3.webm -vf scale=-1:360 -c:v libvpx-vp9 -crf 10 -b:v 20M -c:a libvorbis output360.webm