This shows you the differences between two versions of the page.
— |
howto_-_remove_sound_from_video_using_linux [2012/03/09 10:43] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== HOWTO - Remove sound from video using Linux ====== | ||
+ | |||
+ | The solution is actually quite simple - The following line converts an mpg with sound to an avi with no sound. | ||
+ | |||
+ | mencoder -ovc copy -nosound indoor00072.mpg -o indoor00072_nosound.avi | ||
+ | |||
+ | You can find the application at as well as find further information on the capabilities of the program at | ||
+ | | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
+ | |||
+ | <!-- AddThis Button BEGIN --> | ||
+ | <a class=" | ||
+ | <!-- AddThis Button END --> | ||
+ | <br> | ||
+ | <br> | ||
+ | </ | ||
+ | |||
+ | Share this knowledge with your friends! |