WMA 5.1 console mixer

Codecs, formats, encoding/decoding of game audio, video and music
spider91
Posts: 233
Joined: Sun Aug 24, 2014 5:26 pm

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
spider91
Posts: 233
Joined: Sun Aug 24, 2014 5:26 pm

Re: WMA 5.1 console mixer

Post by spider91 »

Anyone?
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: WMA 5.1 console mixer

Post by Ekey »

spider91
Posts: 233
Joined: Sun Aug 24, 2014 5:26 pm

Re: WMA 5.1 console mixer

Post by spider91 »

it's not a console application.