Posts: 833
Joined: Sep 2010
Reputation:
3
well both methods work , but i actually just pointed out the situation , btw ive been using portable mode for a long time actually as said for having everything in one folder not to be spread throughout the system
Posts: 726
Joined: Aug 2011
Reputation:
15
My installation is also portable. I just install new versions without getting rid of the estable, so i have gotham, and helix in portable. When Isengard gets to a usable or freeze state, i will install it normal, without getting rid of the helix one. Its safer this way. This said, my portable installation helix and DSPlayer, is working good
HTPC
Silverstone Grandia GD05 - Intel i5 3570k -Asus H61M-G Micro-ATX - Unidad Blu-ray
MSI GTX970 4GB GDDR5 - 8 GB RAM DDR3 - AVR Denon X3400H Atmos - LG OLED 55C7V
Posts: 833
Joined: Sep 2010
Reputation:
3
2015-04-03, 20:03
(This post was last modified: 2015-04-03, 20:18 by hentai23.)
thats epic sauce aracnoz, so a little update on the GUI lag ....its still there and ive tried using less demanding upscale renderers such as jinc 3 , and unchecking wait till render queue is full as well as setting frame prerender to 1 for both exclusive and windowed mode ....no beef , still am getting Gui lag , this is exspecially noticeable when i exit into home screen while video is still playing in background , i hope this big issue can be fixed , as said this is a madvr issue , i hope madshi can help with this one , since its something to do how madvr works with gui elements , ive noticed this behavior with poptlayers onscreen gui as well
doesnt matter what skin you use , be it xperience1080 or cirrus , aeon mq etc
as well as all of the low quality settings are unchecked and im not using refreshrate changers such as reclock either that would mess with the refreshrate of the gui , so i have no freakin clue, again this happens with potplayers onscreen gui as well, the easiest way is to change the volume up and down to see the delay in GUI element rendering
Posts: 833
Joined: Sep 2010
Reputation:
3
2015-04-03, 21:07
(This post was last modified: 2015-04-03, 21:41 by hentai23.)
i just did ..lets hope madshi can fix this annoying issue to an otherwise epic renderer
update> ive noticed one more thing , theres no where to adjust the audio leveling unlike what one can do with potplayers builtin audiocodec/transform maybe port over potplayers audiocodec/transform would do the trick? that would be great , since the audio is way low without it on my end
Posts: 833
Joined: Sep 2010
Reputation:
3
2015-04-04, 02:38
(This post was last modified: 2015-04-04, 02:40 by hentai23.)
i was hoping for a ffdshow less option , since i dont use ffdshow for anything else since lav filters does it all...except the audio leveling like what potplayers audiocodec/transform does
Posts: 726
Joined: Aug 2011
Reputation:
15
Wao Aracnoz, now i'm feeling u're really spoiling us!
Looks very nice!
HTPC
Silverstone Grandia GD05 - Intel i5 3570k -Asus H61M-G Micro-ATX - Unidad Blu-ray
MSI GTX970 4GB GDDR5 - 8 GB RAM DDR3 - AVR Denon X3400H Atmos - LG OLED 55C7V
Posts: 237
Joined: Mar 2012
Reputation:
16
2015-04-04, 05:24
(This post was last modified: 2015-04-04, 05:30 by spencerjford.)
wouldn't it make more sense to use width? since some movies are "1080" but not 1080 in height?
or wait.
could use if height is such and such OR width is such and such then.
Posts: 843
Joined: Jul 2010
Reputation:
13
Aracnoz use range of height to define resolution. I'd say if it me it will be.
if (height> 0 && height <= 576)
res = 576;
if (height> 576 && height <= 720)
res = 720;
if (height> 720)
res = 1080;
Not sure if there are weird resolution that would make this defined conditions yeild unwanted profiles.