Re: Removing sound from mvi files

2015-03-08 Thread Celejar
On Wed, 04 Mar 2015 22:11:19 -0600 Emil Payne ehspa...@yahoo.com wrote: Is there a simple way to remove the audio track from MVI files? MVI is the format my camera produces and I want to upload to YouTube without the background sound. I use avconv to do the reverse - strip video from YouTube

Re: Removing sound from mvi files

2015-03-08 Thread Jonathan Dowland
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

Re: Removing sound from mvi files

2015-03-05 Thread Petter Adsen
On Wed, 04 Mar 2015 22:11:19 -0600 Emil Payne ehspa...@yahoo.com wrote: Is there a simple way to remove the audio track from MVI files? MVI is the format my camera produces and I want to upload to YouTube without the background sound. Or can I over write the audio track with a mp3 file? I

Removing sound from mvi files

2015-03-04 Thread Emil Payne
Is there a simple way to remove the audio track from MVI files? MVI is the format my camera produces and I want to upload to YouTube without the background sound. Or can I over write the audio track with a mp3 file? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org