removing audio from .MOV file

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
ryadia
Posts: 6
Joined: Sun Oct 23, 2016 10:11 am
Operating System: Windows 8 or 8.1

removing audio from .MOV file

Post by ryadia » Sun Oct 23, 2016 10:27 am

I've looked through several pages of the forum to no avail.
I've got Audacity 2.1.0! installed on Windows Pro 8.1 and it starts and runs like its supposed to. I have installed Lame and FFmpeg and can open the audio from a .MOV file that I need to remove the entire audio from. I've successfully opened the .MOV file and exported the audio as an MP3 in case I need it later but the original .MOV file still contains the soundtrack. When I mute the sound, all I get is a message that the audio is muted!

I'm not particularly competent with Audio editing. I'm hoping to change that at an early date. In the mean time if someone can help me remove the audio altogether, ProShow Producer that I'm using to create a mix of stills and video with is well able to put a subdued sound track and narration under my imagery... If I can just kill the audio in the DSLR videos. Any help will be gratefully received.

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: removing audio from .MOV file

Post by steve » Sun Oct 23, 2016 11:36 am

ryadia wrote:I've successfully opened the .MOV file
When you 'open' a file (of any supported media type), Audacity "Imports" the audio data from the file. That is, Audacity accesses the audio data from the file (by default Audacity copies the data into a data folder). Audacity does not directly edit the original file.

Audacity only edits audio, not video. To edit a video file you need to use a video editor. I don't use Windows, but I guess that you may be able to do that in Windows Movie Maker. I think Windows Movie Maker is included in Windows 8, but if you've not got it, it's available from Microsoft as part of "Windows Essentials": https://support.microsoft.com/en-gb/hel ... essentials
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Robert2
Posts: 434
Joined: Wed Feb 22, 2012 6:54 pm
Operating System: Windows 10

Re: removing audio from .MOV file

Post by Robert2 » Sun Oct 23, 2016 1:14 pm


Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: removing audio from .MOV file

Post by Gale Andrews » Sun Oct 23, 2016 1:30 pm

Thanks but that doesn't of course tell ryadia how to produce a new movie with no audio if that is the idea. Perhaps this would help: http://answers.microsoft.com/en-us/wind ... f1fc6c6225.

The problem with that is that you will be making the video quality worse by re-encoding it with no audio. It would be much better to do this in Avidemux which lets you directly swap or remove the audio without re-encoding the video.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

ryadia
Posts: 6
Joined: Sun Oct 23, 2016 10:11 am
Operating System: Windows 8 or 8.1

Re: removing audio from .MOV file

Post by ryadia » Sun Oct 23, 2016 10:53 pm

Thanks everyone for your help. Explaining how Audacity works was most helpful reply. I wasn't aware it created new files and left the original alone.

I use Sony's Vegas Pro video editor. I can mute the audio using this program but that still leave the audio in the file, only killing the sound. This leaves the file size unchanged and carrying a load of unwanted data that bloats the final movie.

Before asking for help I explored all or most of the open source editors recommended in an on-line search. It seems to me that there is either a glaring need for audio removal without re-writing the file or doing it is such a simple task, there is no need to include it in an editor. Either way, these files were recorded with a Nikon DSLR which does not have the flexibility of film speed or audio recording that a dedicated video camera has. This will show most when I upscale it to a 4k final movie. The least degradation is what I'm aiming for.

For now (day 3 of searching and trying) I'll have to just mute the Audio so it won't interfere with the soundtrack and narration. When I do discover how to remove the audio I'll post again with the answer. There must be an application that can pull the individual video and audio files from a .MOV container. Maybe I'm asking the wrong question?

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: removing audio from .MOV file

Post by steve » Mon Oct 24, 2016 2:22 am

ryadia wrote:There must be an application that can pull the individual video and audio files from a .MOV container. Maybe I'm asking the wrong question?
The question is "how to demux". The answer is Avidemux. (http://fixounet.free.fr/avidemux/)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

kozikowski
Forum Staff
Posts: 69374
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: removing audio from .MOV file

Post by kozikowski » Mon Oct 24, 2016 5:14 am

The system may not like making a new movie file with no sound channels.

If I had to do this (in my head), I would open the movie in a video editor and using the sound sweetening tools, instead of sweetening, collapse the sound channels to dead silence. The Audacity example would be Control-L, Make Silence. Then I would have to make a new video with the corrections. It still has sound channels, but they're silent.

If you force a multiplex with no sound channels, you risk making a movie either nobody can play, or worse, some people can't play. And in all cases, the video goes through an extra compression step.

Koz

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: removing audio from .MOV file

Post by steve » Mon Oct 24, 2016 7:21 am

kozikowski wrote:If you force a multiplex with no sound channels, you risk making a movie either nobody can play, or worse, some people can't play.
Do you know of a media player that won't play video files with no sound? iTunes, WMP, MPlayer (and players based on it), XMBC (and players based on it), and VLC all manage with no problem.
kozikowski wrote:And in all cases, the video goes through an extra compression step.
No that's not the case. In both avidemux and FFmpeg you can demux and force a direct copy (no transcoding) of the retained video / audio data. Both applications have settings specifically for that task. ("SUPER" can also do this for some video formats, but we tend to not recommend SUPER these days).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

ryadia
Posts: 6
Joined: Sun Oct 23, 2016 10:11 am
Operating System: Windows 8 or 8.1

Re: removing audio from .MOV file

Post by ryadia » Mon Oct 24, 2016 10:59 pm

The temporary answer — Why:
Perhaps I am more fortunate than many people who responded to my plea for help... I have a full edition of Adobe CC which of course has the monster Video Editor called 'Premier Pro' that I could download. I don't intend to continue that subscription past November. That's the reason I'm seeking help here. I wish to avoid all Adobe products except Photoshop in the future. Not because of any flaws in them but because of the insecurity of having to rent what I need forever. $60 per month is not going to be well received by me when I go freelance and work alone.

Problem solved:
Adobe Premier Pro has an insanely simple way to remove the soundtrack in a .MOV file.
1. Open the file.
2. Choose to 'export media' without ticking the option 'Audio'.
3. The result is a MP4 video file with no soundtrack and yes... It plays in every program I've tried it on. Presently its in a HTML5 web page with a soundtrack that comes as part of my main presentation program: Pro Show Producer. I'm a Qualified Photographer. I've used Pro Show for many years to make wedding and commercial slide shows.

The movie I'm making is eventually going to be part of my portfolio. Pro Show allows me to use a soundtrack and sync it to a slideshow or movie. This is the first video I've taken with a DSLR... And the last. The only way to do it right is use a dedicated Video camera and separately record the sound track. That way programs like Audacity come into their own. Simple enough you don't have to use it daily and advanced enough to do almost anything I can imagine needs to be done for a low budget movie.

I was really hoping to be able to do all of this with open Source software. I'm of the opinion now that this forum whilst excellent for audio related issues... Is the wrong place to get the answer to my question about splitting up a .MOV file which is only an MP4 video file in a container with an audio file. I'd like to thank everyone who took the time to reply. I learned a lot about Audacity and audio in general that I'm sure will help me in the future.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: removing audio from .MOV file

Post by Gale Andrews » Tue Oct 25, 2016 12:14 am

ryadia wrote:I'm of the opinion now that this forum whilst excellent for audio related issues... Is the wrong place to get the answer to my question about splitting up a .MOV file which is only an MP4 video file in a container with an audio file.
We don't claim to be a video forum. For example there is http://www.videohelp.com/ or http://forum.doom9.org/index.php.

I don't think you mentioned "splitting up" before. But we know enough to say that you could have used Avidemux (free, open source) to do what you did in Adobe Premiere Pro. And if Export in Adobe is re-encoding as I think, you could have done it better (losslessly) in Avidemux.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply