View Single Post
Old 30th March 2010, 00:17   #11220  |  Link
Casshern
Registered User
 
Join Date: Apr 2007
Posts: 220
v3336: DTS core is not passed to sp/dif in all cases

Quote:
Originally Posted by albain View Post
@Casshern : please copy/paste the debugview logs (check "send strings to debugger" in ffdshow)

@hoborg : are you able to see the streams inside the ffdshow video context menu ?
Here is the debug run. The v3336 just does not pass the dts core to sp/dif. It is as if is just does not recognize that there is a dts core. It works with older versions - and with the mpc-hc inbuilt dts decoder. The strange thing is that other titles work!


[1484] Loading modified build of detours library designed for MPC-HC player (http://sourceforge.net/projects/mpc-hc/)
[1484] TffdshowBase::Constructor
[1484] TffdshowDecAudio::Constructor
[1484] Join filter graph
[1484] Removed from filter graph
[1484] Join filter graph
[1484] TffdshowDecAudio::CheckConnect (input)
[1484] TffdshowDecAudio::CheckInputType
[1484] TffdshowDecAudio::getCodecId
[1484] TffdshowDecAudio::getCodecId: codecId=dts (107)
[1484] TinputPin::SetMediaType
[1484] TffdshowDecAudioInputPin::initAudio
[1484] TffdshowDecAudio::getCodecId
[1484] TffdshowDecAudio::getCodecId: codecId=dts (107)
[1484] initPreset
[1484] TffdshowDecAudio::getOutsf PCM 1
[1484] TffdshowBase::Constructor
[1484] TffdshowDecAudio::Constructor
[1484] Join filter graph
[1484] Removed from filter graph
[1484] Join filter graph
[1484] Removed from filter graph
[1484] TffdshowDecAudio::getOutsf PCM 1
[1484] TffdshowDecAudio::CheckConnect (output)
[1484] initPreset
[1484] TffdshowDecAudio::getOutsf PCM 1
[1484] TffdshowDecAudio::CheckTransform From :
[1484] Media Type Structure
[1484] Format type : FORMAT_WaveFormatEx
[1484] Sub type : MEDIASUBTYPE_DTS
[1484]
[1484] WAVEFORMATEX :
[1484] wFormatTag : DTS wave
[1484] Channels : 6
[1484] Bits per sample : 0
[1484] Samples per second : 48000
[1484] nBlockAlign : 2012
[1484] nAvgBytesPerSec : 188719
[1484]
[1484] TffdshowDecAudio::CheckTransform To :
[1484] Media Type Structure
[1484] Format type : FORMAT_WaveFormatEx
[1484] Sub type : MEDIASUBTYPE_PCM
[1484]
[1484] WAVEFORMATEXTENSIBLE :
[1484] subFormat : MEDIASUBTYPE_PCM
[1484]
[1484] wSamplesPerBlock : 16
[1484] Valid bits per sample : 16
[1484] dwChannelMask : 63
[1484]
[1484] WAVEFORMATEX :
[1484] wFormatTag : WAVE_FORMAT_EXTENSIBLE
[1484] Channels : 6
[1484] Bits per sample : 16
[1484] Samples per second : 48000
[1484] nBlockAlign : 12
[1484] nAvgBytesPerSec : 576000
[1484]
[1484] TffdshowDecAudio::CheckInputType
[1484] TffdshowDecAudio::getCodecId
[1484] TffdshowDecAudio::getCodecId: codecId=dts (107)
[1484] TffdshowDecAudio::getOutsf PCM 1
[1484] TffdshowDecAudio::CheckTransform To generated by FFDShow :
[1484] Media Type Structure
[1484] Format type : FORMAT_WaveFormatEx
[1484] Sub type : MEDIASUBTYPE_PCM
[1484]
[1484] WAVEFORMATEXTENSIBLE :
[1484] subFormat : MEDIASUBTYPE_PCM
[1484]
[1484] wSamplesPerBlock : 16
[1484] Valid bits per sample : 16
[1484] dwChannelMask : 63
[1484]
[1484] WAVEFORMATEX :
[1484] wFormatTag : WAVE_FORMAT_EXTENSIBLE
[1484] Channels : 6
[1484] Bits per sample : 16
[1484] Samples per second : 48000
[1484] nBlockAlign : 12
[1484] nAvgBytesPerSec : 576000
[1484]
[1484] TffdshowDecAudio::CheckTransform result 0
[1984] TffdshowBase::Constructor
[1984] TffdshowDecVideo::Constructor
[1984] TffdshowDecVideoOutputPin::Constructor
[1984] TffdshowDecVideoDXVA constructor
[1984] TffdshowDecVideo:estructor
[1984] TffdshowDecVideoOutputPin:estructor
[1984] TffdshowBase::Constructor
[1984] TffdshowDecVideo::Constructor
[1984] TffdshowDecVideoOutputPin::Constructor
[1984] Join filter graph
[1984] TffdshowVideoInputPin::ReceiveConnection
Casshern is offline   Reply With Quote