View Full Version : WMV muxing into ?


buzzqw
3rd December 2006, 12:19
Hi all !

i am adding wmv support to my automkv... but i found a problem... in muxing

is wmv "muxable" into MKV/MP4 ? i think not... or at last i am unable to do it (like muxing video wmv (av1) + audio mp4 into a MKV file)

if is not possble i must not allow selecting container/audio codec (if different from wma pro)

thanks

BHH

foxyshadis
3rd December 2006, 13:13
Of course it's muxable into mkv; you can mux anything into mkv by deisgn. ;) Just not all through mkvmerge. You can use Haali's directshow muxer to do the job perfectly, though that'll mean a little directshow programming, since no commandline app exists to interface with it yet.

MP4, no chance.

buzzqw
3rd December 2006, 14:11
... thanks foxys...

bad news are always news

BHH