Important information: this site is currently scheduled to go offline indefinitely by end of the year.

WMA 5.1 console mixer

Get help on any and all audio formats, or chip in and help others!
Post Reply
spider91
advanced
Posts: 78
Joined: Mon Feb 14, 2011 8:09 am
Has thanked: 18 times
Been thanked: 45 times

WMA 5.1 console mixer

Post by spider91 »

I need a console application that can mix wma 5.1 to wmv video. Sadly ffmpeg doesn't work propperly, i use

Code: Select all

ffmpeg -i CHL_01.wmv -i CHL_01.wma -c copy -map 0:5 -map 0:1 done.wmv
and all i get it's wmv video with broken sound, cause it sets format to Extensible (http://puu.sh/jsJgE/3b0ca9a6e0.png). So is there any way to mix audio propperly with ffmpeg or another console app?

Here are sample files
http://www24.zippyshare.com/v/wkA8yexi/file.html
Post Reply