Rytron
June 20th, 2009, 12:32 PM
Hi.
I can remove audio from an flv file with this command:
ffmpeg -i input.flv -an -vcodec copy output.flv
How do I remove audio from a .ogv file via the command line? I don't mind if ffmpeg of mencoder is used.
Edit: I used VFFF to remove audio from a .ogv file. A command line method would still be appreciated though.
I can remove audio from an flv file with this command:
ffmpeg -i input.flv -an -vcodec copy output.flv
How do I remove audio from a .ogv file via the command line? I don't mind if ffmpeg of mencoder is used.
Edit: I used VFFF to remove audio from a .ogv file. A command line method would still be appreciated though.