>>9335257>Double pass on ffmpegI use ffmpeg for almost every video I make. Really makes doing simple video editing quick and easy. I took a video I had posted on Instagram because I assumed it was small-ish.
First pulled off the audio with h264:
ffmpeg -i input.mp4 output1.h264
Then convert the file
ffmpeg -i output1.h264 -c:v libvpx output2.webm
???
Profit?