Kodi Community Forum
Smoothvideo branch - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Kodi related discussions (https://forum.kodi.tv/forumdisplay.php?fid=6)
+--- Thread: Smoothvideo branch (/showthread.php?tid=46091)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


- kees1869 - 2009-04-08

bobo1on1 Wrote:I guess I could read out that environment variable and start direct3d on that adapter.

I checked the latest build and the debug log always shows the adapter to be 0, no matter what I set SDL_FULLSCREEN_HEAD to. Though I think SDL_FULLSCREEN_HEAD never worked for me. I take it, it's supposed to open XBMC on the secondary display and it never did that, UltraMon does do that though.

Debug Log: http://pastebin.com/m3714651


- bobo1on1 - 2009-04-08

Then the environment variable is probably not set or set wrong because there's nothing wrong with the code that reads it out.
From your posts I understand you give it to xbmc as an argument, that's not how you set an environment variable!


- kees1869 - 2009-04-08

bobo1on1 Wrote:Then the environment variable is probably not set or set wrong because there's nothing wrong with the code that reads it out.
From your posts I understand you give it to xbmc as an argument, that's not how you set an environment variable!

I've set it globally via system properties and it shows the right adapter now. I don't remember why I set it that way, a bit daft of me.


- phillyfan1138 - 2009-04-08

Suppose I download the latest svn for linux. Will this smoothvideo downgrade/resample my audio if I use s/pdif? If it does, is it possible to completely turn this feature off?


- alanwww1 - 2009-04-08

Just as a help for everyone wants to test the smoothness of his playback here is a part of Star Wars 3, where the text goes scrolling in the beggining. This part shows all possible missed fraes for me.

http://rapidshare.com/files/218809178/Star_Wars_Episode_III_HD_1080psplit-003.mkv


- bobo1on1 - 2009-04-08

phillyfan1138 Wrote:Suppose I download the latest svn for linux. Will this smoothvideo downgrade/resample my audio if I use s/pdif? If it does, is it possible to completely turn this feature off?
If you care about audio quality, set the synctype to clock feedback, then you'll get some jerks in the video and the audio is completely untouched.


- phillyfan1138 - 2009-04-08

Quote:If you care about audio quality, set the synctype to clock feedback, then you'll get some jerks in the video and the audio is completely untouched.

Will I get jerks in the video if my monitor is an exact multiple of my video's frame rate?


- bobo1on1 - 2009-04-08

Yes, because your soundcard is not synced to the monitor (hence the resampler).


- phillyfan1138 - 2009-04-09

So I cannot get smooth 24p video on my 72hz monitor unless I use smoothvideo? And since s/pdif does not work well with smoothvideo, I cannot really get smooth 24p with my current system?


- alanwww1 - 2009-04-09

phillyfan1138 Wrote:So I cannot get smooth 24p video on my 72hz monitor unless I use smoothvideo? And since s/pdif does not work well with smoothvideo, I cannot really get smooth 24p with my current system?

With skip/duplicate it works with passthrough and i can't hear any sound quality difference. If the refresh rate is very near to the fps i think you can hardly hear the quality difference in sound.


- wizzle - 2009-04-10

Sorry this is a tad off topic, but I was having trouble getting this to build, and I ended up having to change a line from \cores\dvdplayer\DVDPlayerAudio.h

Code:
#include "samplerate.h"
to
Code:
#include "../../lib/libsamplerate/src/samplerate.h"

Any ideas why I had to make this tweak?

-w


- PolliSoft - 2009-04-10

wizzle Wrote:Sorry this is a tad off topic, but I was having trouble getting this to build, and I ended up having to change a line from \cores\dvdplayer\DVDPlayerAudio.h

Code:
#include "samplerate.h"
to
Code:
#include "../../lib/libsamplerate/src/samplerate.h"

Any ideas why I had to make this tweak?

-w

Hi,
it is most likely because the release version of the project lacks an include line in the file "project\VS2008Express\XBMC.vcproj" at the line that starts with AdditionalIncludeDirectories. Add "..\..\xbmc\lib\libsamplerate\src" to that line under the release version, and you will be able to build.


- olympia - 2009-04-10

@bobo1on1

From database point of view can we use linuxport and smoothvideo together with the same database on the same computer?

Thanks!


- wizzle - 2009-04-10

Pollisoft - thanks, that was the problem. the path was included for the debug build but not for release.


- bobo1on1 - 2009-04-10

olympia Wrote:@bobo1on1

From database point of view can we use linuxport and smoothvideo together with the same database on the same computer?

Thanks!

That should work ok.