delete audio sequences

Discuss about generic usage of MediaCoder.

Moderator: HuggiL

Post Reply
Torsten
Beginner
Beginner
Posts: 2
Joined: Sat Oct 17, 2015 4:49 pm

delete audio sequences

Post by Torsten » Sat Oct 17, 2015 4:53 pm

Hello,

Is it possible to delete audio sequences from a mp4-file with MediaCoder?

Thanks!

Torsten

MarkBon
Beginner
Beginner
Posts: 1
Joined: Fri Jan 22, 2016 8:10 pm

Re: delete audio sequences

Post by MarkBon » Fri Jan 22, 2016 8:13 pm

On Windows this command gave the error Option map (set input stream mapping) cannot be applied to input file file.mp4 new_file.mp4 -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.: to fix it simply change the order of the arguments thusly: ffmpeg -i file.mp4 -map 0:0 -map 0:2 -acodec copy -vcodec copy new_file.mp4

Post Reply