5

Say I have a video of 5 minutes and I want to remove all audio from 1:00 to 2:00. Is this possible? If yes, how would I do this?

A question, Remove audio from mp4 file comes close to this but is closed as duplicate to best video converter. The answers this question only mention various video converters but don't provide any actual guideline on removing audio (which is what I want).

1 Answers1

4

With openshot is a matter of minutes --- you can install it from the standard repositories with sudo apt-get install openshot or using the software center.

Then

  1. open the application
  2. load the video
  3. move it on one track
  4. cut the video into subclips where you want to silence it (green arrows below)
  5. click on the audio of the clip you want to silent.
  6. write the new video in the format you want.

openshot

You have a very nice tutorial here: http://www.openshotusers.com/help/1.3/en/ar01s03.html

Rmano
  • 32,167