>>94978942>ut I have no idea how to make ffmpeg actually output the audio fileyou can just
ffmpeg -i input.mp4 -vn -c:a libopus (this is optional even, it will handle it for you if you want) output.opus
just like -an there is -vn
I don't know what you're trying to scale or in what way but shit like changing the resolution is as simple as -vf scale="1280x720" or whatever resolution you want
you can even just do -vf scale=1280 and it will automatically scale the other dimension to whatever it needs
Cropping in ffmpeg is annoying because you still have to find a way to get the actual location you need to crop, don't really know a way to do that other than opening the shit in gimp