I have a clip that has 2 sounds in it, a song track and the characters voice
Is it possible to disable the song track and leave the voice
Disable audio segment
- SilverFreedoms
- Joined: Fri Feb 27, 2009 6:31 pm
- Status: Hungry
- Location: Texas
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Disable audio segment
if you have the 1.21 version of the ffmpegsource, you could do that in avisynth.
ffmpegsource("your video.mkv", atrack=2)
the atrack=2 tells it to pick the second audio track assuming that's the track with the voice. If the track with the voice is the first one, just change that to atrack=1.
If you don't have ffmpegsource 1.21, you can get it here.
ffmpegsource("your video.mkv", atrack=2)
the atrack=2 tells it to pick the second audio track assuming that's the track with the voice. If the track with the voice is the first one, just change that to atrack=1.
If you don't have ffmpegsource 1.21, you can get it here.