![]() |
|
[DSCodec]Replacement for DSPlayer - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Windows support (/forumdisplay.php?fid=59) +---- Thread: [DSCodec]Replacement for DSPlayer (/showthread.php?tid=94645) |
- therealjoeblow - 2011-05-06 22:09 tocinillo Wrote:Yes, I know. But I'm talking about the statistics....and specially the red/green line to see if I have judder or not. This is impossible to implement? Frankly, you don't need "red/green lines to see if you have judder or not"... or tearing for that matter... if you have them, you will know because the picture anomalies will drive you absolutely crazy because you see them. And if you don't see noticeable, apparent glitches, then don't worry about it. Really it's that simple. Let your eyes be the judge, not some digital tool... Cheers The REAL Joe - zodduska - 2011-05-07 04:06 mts1 Wrote:Well, no luck. I can't make XBMC use FFDShow. Would like to know this too, download links are broken.. I got the one you mentioned working, try setting your ffdshow "DirectShow Control" Merit higher. Also this is the version of ffdshow I used, http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20XhmikosR/MSVC2010%20builds/ffdshow_rev3817_20110412_xhmikosr_MSVC2010.exe/download Windows 7 64bit - sansub - 2011-05-08 15:46 Thanks tiben20 for the great work. mts1 Wrote:Well, no luck. I can't make XBMC use FFDShow. I am also having the same issue. I did download the XBMCSetup-20110430-caa7295-dx_video.exe, latest ffdshow tryout and installed them in my machine. I made MPC-HC to work with ffdshow, but when I run the XBMC it still uses the internal codec. The internal codec couldn't handle mpeg2 movies and m2ts movies properly (toomuch video artifacts). The same videos plays very well in MPC. I would really appreciate any help in making the ffdshow to work with XBMC (any config file to tinker with?? Changing ffdshow "DirectShow Control" Merit higher didn't fix it). ENV: Windows 7 64bit ffdshow 64bit Here is the error message I see in the log file. NOTICE: Opening video stream: 0 source: 256 09:21:16 T:3152 M:1036443648 NOTICE: Creating video codec with codec id: 28 09:21:16 T:3152 M:1036414976 NOTICE: Loading directshow filter for file 1.mkv 09:21:16 T:3152 M:1036754944 ERROR: FactoryCodec - Video: Failed with exception 09:21:16 T:3152 M:1036877824 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 Thanks, - talvins - 2011-05-09 10:25 For my part, I have always problems with image tearing with this xbmc version. As MCP is the only one to use DXVA without tearing, I gave a higher merit to their codec but XBMC always tells me that ffdshow-DXVA (and still tears image ). - sansub - 2011-05-09 16:51 talvins Wrote:For my part, I have always problems with image tearing with this xbmc version. As MCP is the only one to use DXVA without tearing, I gave a higher merit to their codec but XBMC always tells me that ffdshow-DXVA (and still tears image ). Do you see the ffdshow application on the taskbar when you launch/play movie in XBMC? For me, I don't see it with XBMC but it comes up when i use Media player classic. I don't know how hard it is to use DSPlayer (haven't tried it before). I am planning to give it a try until this one matures. Have you tried DSPlayer before? - sshaikh - 2011-05-10 18:00 Sorry for the possibly dumb question, but will this or a further iteration allow me to use reclock? Even as an audio output filter? - tiben20 - 2011-05-12 14:26 Is there any preference for the way you want the filters loading to be made this time. right now i made it quite simple Code: <rules>Of course this time i didn't base the rules on file extension which was a mistake i made for dsplayer in the first place. - tiben20 - 2011-05-12 14:28 sshaikh Wrote:Sorry for the possibly dumb question, but will this or a further iteration allow me to use reclock? Even as an audio output filter?This is a good question. The way it's working right now for the audio codec you have to chose from the gui the audio renderer you want to use with your audio codec. (This include of course reclock and all other registered audio renderer on your system) - tiben20 - 2011-05-12 14:50 sansub Wrote:Thanks tiben20 for the great work.Those will be fixed since lavfsplitter maintained by nevcairel and created by me based on the current code of dscodec i will just update my code to his change. This will fix many problem in the loading of the codecs. - sshaikh - 2011-05-12 16:22 tiben20 Wrote:This is a good question. The way it's working right now for the audio codec you have to chose from the gui the audio renderer you want to use with your audio codec. (This include of course reclock and all other registered audio renderer on your system) So just to be clear, I can use Reclock right now by picking it as the audio renderer in the GUI? |