>>29035209no, i only post soundposts ive made and screenshots ive taken, im not sure which one youre talking about but i think its probably a gif
>>29035205if you use ffmpeg you can do that that stuff really easily
>output only audio: ffmpeg -i whatever.mp4 -acodec libvorbis -aq 4 -vn -ac 2 -y output.ogg>output only video: ffmpeg -i whatever.mp4 -an -c:v libvpx-vp9 -y output.webmyou can read more about doing video quality with vp9 here if you want
https://trac.ffmpeg.org/wiki/Encode/VP9, but that's basically how i do it