Age Verification
This website contains age-restricted material including nudity and explicit content. By entering, you confirm being at least 18 years old or the age of majority in the jurisdiction you are accessing the website from.
I am 18+ or older - Enter
I am under 18 - Exit
Our parental controls page explains how you can easily block access to this site.

Последние сообщения - Страница 388

  Форум

Wyldanimal
MODERATOR
Присоединился в Mar 2008
17165 Сообщения

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Всё о iStripper
16 February 2022, 5053 Ответы
I don't know how you handle 2 different resolutions of the same card.

I do this all the time.
Simply browse to the Models folder
Example
e1500, which is currently in 1080p size.

I rename the Folder to e1500-1080p
Then in the App, I select the new Resolution
Pick 3K
the Card will now be downloaded in 3k, but instead of replacing the existing files, I have them saved by renaming the folder
before I selected the New Resolution.

When this download is done,
I rename the folder again e1500-3K
and select a different resolution in the app, like 720p

And then when that is done, I rename that folder to e1500-720p
and I pick a new resolution 4K

Now I have 4 sets of folder for card e1500

e1500 <-- which is the 4K version and the one that will be used
e1500-3K
e1500-1080p
e1500-720p


To change which version I will use.
I simply rename two folders.
1st
rename e1500 --> to e1500-4K
then rename one of the other folders, such as the 720p folder
from e1500-720p --> to e1500

The app will know which resolution the clips are, because the clips are encoded with the resolution.
You DO NOT adjust the Resolution in the APP.
You Only Rename the folders to change resolutions.

If you Decide NOT to rename your Folders.
Then each time you pick a new resolution the Old resolution is deleted, and the new resolution replaces the deleted files.
You have to re-download a different resolution every time you want to switch.

By using renamed folders, you can Keep, 2, 3, or all 4 resolutions downloaded, and switch between them at any time.

Also,
even though it is the same card, There could be slight differences in the clips from one resolution to the other.

Each resolution is Encoded individually from the Master Video files
but the encoder software has different settings for each resolution
slight changes to the settings could result in slight differences between the resolutions.

In QA we sometimes see this, where the 720p versions will work ok.
But the 3K version might have an issue.

It is because each resolution is encoded as a separate process.
pickle1
MODERATOR
Присоединился в Mar 2019
6471 Сообщения
Casper1907
Присоединился в Jan 2008
1 Сообщения
ComteDracula
Присоединился в Aug 2017
2692 Сообщения

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Всё о iStripper
16 February 2022, 5053 Ответы
The FG175, works well for me @EverthangForever.

I can't wait to receive and install my new memory modules (RAM), to see if there will be a difference in performance.

The graphic of this scene is impressive, with its 3D impression.

Thank you.

I am happy for you @Philours. Getting some color back is a sign of getting healthy again. We are always in slow motion, during a recovery. 😆

Here is a song, that will go well for you with this scene, from one of our late great Quebec rock band.

"Slow Motion" by the band "Corbeau", with Marjolaine Morin (Marjo). Song which is according to me part of their best album "Illégal".

To discover, if you don't know. 😊

https://www.youtube.com/watch?v=DVjfZXHz4EU

She was pretty and sexy our Marjo in the 80s. It's always a pleasure to see her again, when she covers her old hits on TV.
https://www.youtube.com/watch?v=-Wj17y-73ZA



La FG175, fonctionne bien pour moi @EverthangForever.

J'ai hâte de recevoir et installer mes nouvelles barrettes mémoires (RAM), pour voir s'il va y avoir une différence dans la performance.

Le graphique de cette scène est impressionnante, avec son impression de 3D.

Merci.

Je suis content pour vous @Philours. Retrouver des couleurs, est un signe de retour à la santé. On est toujours au ralenti, lors d'un rétablissement. 😆

Tiens une chanson, qui va bien aller pour vous avec cette scène, d'un de nos défunts grand groupe de rock québécois.

"Slow Motion" du groupe "Corbeau", avec Marjolaine Morin (Marjo). Chanson qui fait partie selon moi de leur meilleur album "Illégal"

À découvrir, si vous ne connaissez pas. 😊

https://www.youtube.com/watch?v=DVjfZXHz4EU

Elle était jolie et sexy notre Marjo dans les *****ées 80. C'est toujours un plaisir de la revoir, lorsqu'elle reprend ses anciens succès à la télé.
https://www.youtube.com/watch?v=-Wj17y-73ZA
EverthangForever
Присоединился в Oct 2009
4469 Сообщения

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Всё о iStripper
16 February 2022, 5053 Ответы
@Socialhazard your idea of testing old against new clips is quite important imho. 👍
Thanks lots for that

WebGL Shader Inputs:

uniform vec3 iResolution; // viewport resolution (in pixels)
uniform float iTime; // shader playback time (in seconds)
uniform float iTimeDelta; // render time (in seconds)
uniform int iFrame; // shader playback frame
//uniform float iChannelTime[4]; // channel playback time (in seconds)
//uniform vec3 iChannelResolution[4]; // channel resolution (in pixels)
uniform vec4 iMouse; // mouse pixel coords. xy: current (if MLB down), zw: click
//uniform samplerXX iChannel0..3; // input channel. XX = 2D/Cube
uniform vec4 iDate; // (year, month, day, time in seconds)
//uniform float iSampleRate; // sound sample rate (i.e., 44100)

These are some default settings that Shadertoy's WebGL works with.
As we don't have multichannels like sound on our OpenGL iSplayer,
I have commented out the ones that I figure don't apply on our system.

In the quest for getting shaders to compile and run efficiently, its worth keeping an eye
on your vghd.logs to see if any of the above are creating ommisions or conflicts.

I was intrigued by the slow down of clip frame rate caused by proximity of the model
to the 'Strandbeestie' in da Frosted Forest.fsh Mods recently. There appears to be a
relationship between Clip stuttering and..
  • How much ( ie: how close ) does the detail of the shader get to filling the screen
  • How independently is detail in the shader moving and what is range of color used.
  • Age of the clip ( ie: is it resolution 720p, 1080p, 3K or 4K ? )
  • the speed at which the shader is running at.

Here is another shader by Eiffie that you might want to mess with, to test the effects
on clip frame rates.
https://www.istripper.com/forum/thread/29408/69?post=737214
Previous Страница 388 След.