Audio stream copy doesnt work

Bug report and feature request
Post Reply
ml70
Beginner
Beginner
Posts: 4
Joined: Fri Jun 13, 2014 7:32 pm

Audio stream copy doesnt work

Post by ml70 » Fri Mar 27, 2015 3:23 pm

Tried to convert a video.avi to video.mkv, copy both video and audio. It stops with error "Stream map '1:a:1' matches no streams."

Checking ffprobe video.avi shows
Stream #0:0: Video: mpeg4 (Simple Profile) (XVID / 0x44495658), yuv420p, 608x456
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 kb/s

Running the ffmpeg command (copied from MC console window) manually with -map 0:a:0 produces proper results...

This is not the first time i'm running into this, but peeved off enough to file a report, as using MC would be much easier due drag n drop ease with complicated network paths.

Post Reply