>>90826763Just use ffmpeg. Looks intimidating at first but you really only use a couple commands.
Like to make this I just put:
ffmpeg -i .\iiot3o.webm -c:v copy -an "gigiwish.webm" -map a "gigiwish.mp3"
-c:v copy simply copies the video stream, since it was already under the filesize limit
-an removes audio
"gigiwish.webm" specifies the video output
-map a maps the audio to "gigiwish.mp3"
then just upload and rename