Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed repeats start and end frame #5

Open
Dogway opened this issue Apr 11, 2023 · 2 comments
Open

Seed repeats start and end frame #5

Dogway opened this issue Apr 11, 2023 · 2 comments

Comments

@Dogway
Copy link

Dogway commented Apr 11, 2023

So I was using seed=17 because I like having some ground truth to tune settings from and noticed how in frame 15 and 16 the grain pattern repeats, only shifted up by a few pixels.
In order to reproduce the issue I had to scale up the source, so it seems the issue is also size dependent:

YUV444
BilinearResize(2780,1780)
AddGrainC(3358.593750, 3358.593750, constant=false, seed=17)
@pinterf
Copy link
Owner

pinterf commented Apr 14, 2023

Only at 17? Probably this seed number makes the pseudo-random algorithm to show its pseudoness?

@Dogway
Copy link
Author

Dogway commented Apr 14, 2023

I'm not sure, didn't feel like frame skipping for a few hours lol
Seems to be a mix of the seed and resolution, so maybe backtracking it to code something could be hinted.
I chose 17 as a solid prime number for the randomness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants