forum

How do I remove the audio from a video to lower file space?

posted
Total Posts
4
Topic Starter
Pokemonsilph
I've been trying my best with looking all over the internet to find out how I can remove the audio from a video to lower the file space, which is a requirement for a beatmap to be ranked. Anyone have any sort of idea how to do this? (It's the last step in completing the current beatmap I'm working on...)
IppE
http://ffmpeg.zeranoe.com/builds/

use the included ffmpeg.exe

ffmpeg -i inputfile.avi -c:v copy -an outputfile.avi
Topic Starter
Pokemonsilph
THANK YOU! It worked perfectly! <3 :oops: (although the file size for it is quite high... oh well... next stop it to trim off as much video as possible then haha...)
Lach
Depending on the length of the video, removing the audio (generally 128kbps) won't shrink it by much. You might have to re-encode the actual video stream.
Please sign in to reply.

New reply