transcode issue
Posted: Fri Dec 17, 2010 5:12 am
Hello,
I have a mkv video with DTS audio (2 tracks).
My LG tv can't play dts, so I'd like to downmix it to AC3.
I tried to use several profiles with no luck.
The most promising seems "Movies - DirectShow - TVMux" but it raises an error. I run it step by step and the issue is here :
....
....
end else if not SameAudioCodec(cfgTranscodingAudioCodec, sAudioTrack) then begin
if not CheckResult(WmsDirectShowAddFilter('ffdshow Audio Decoder', 'Audio Decoder')) then
Exit;
cfgTranscodingAudioCodec=AC3 and sAudioTrack=A_DTS
the error is 80004002 unsupported interface
Can you help me to solve this ?
Thanks
I have a mkv video with DTS audio (2 tracks).
My LG tv can't play dts, so I'd like to downmix it to AC3.
I tried to use several profiles with no luck.
The most promising seems "Movies - DirectShow - TVMux" but it raises an error. I run it step by step and the issue is here :
....
....
end else if not SameAudioCodec(cfgTranscodingAudioCodec, sAudioTrack) then begin
if not CheckResult(WmsDirectShowAddFilter('ffdshow Audio Decoder', 'Audio Decoder')) then
Exit;
cfgTranscodingAudioCodec=AC3 and sAudioTrack=A_DTS
the error is 80004002 unsupported interface
Can you help me to solve this ?
Thanks