[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Removing sound from mvi files



On Sun, Mar 08, 2015 at 02:04:15PM -0400, Celejar wrote:
> I suppose you'd just switch the 'a' and 'v', so something like
> (untested):
> 
> avconv -i original_file -vcodec copy -an output_filename

Yep that's the right arguments. You can also use ffmpeg:

	ffmpeg -i original_file -vcodec copy -an output_filename


-- 
Jonathan Dowland


Reply to: