Search found 11 matches

by EstimPaul
Sat May 30, 2026 9:02 am
Forum: On Video
Topic: Estim Videos - and syncing.
Replies: 0
Views: 3938

Estim Videos - and syncing.

Hi,

I have seen and stimmed <10 videos. I want to discuss syncing of visual and estim. Often there is a macroscopic sync (the section in edging mode), but "microscopic" syncing, like stim realises sensation that follows a visual stroking pattern I know only one brilliant, outstanding example ...
by EstimPaul
Sat Apr 11, 2026 9:04 am
Forum: On Video
Topic: E-Stim Video Downloads Index [Updated June 15, 2026]
Replies: 170
Views: 429744

Re: E-Stim Video Downloads Index [Updated April 9, 2026]

You may consider a collaborative "framacalc" spreadsheet ?
by EstimPaul
Sat Dec 20, 2025 8:33 pm
Forum: Teasing Software
Topic: [Release] Maze of Passion 2
Replies: 67
Views: 75505

Re: [Release] Maze of Passion 2

I guys. For those where the GuideMe software does not work on linux: just DL the data set (one flat folder, one XML file.)

Then rename the flat folder by removing spaces (linux might not like them, or expect backslashes or whatever).
Load this HTML file. https://filebin.net/r5vvuguatd6nxl46 It ...
by EstimPaul
Sat Sep 27, 2025 12:38 pm
Forum: Technical Support
Topic: You cannot currently upload NEW photos onto webteases.
Replies: 5
Views: 24613

Re: You cannot currently upload NEW photos onto webteases.

Same here, still not working. Actually I took a random webtease, downloaded the first pic & tried to re-uploaded it into my test tease : that fails.
by EstimPaul
Thu Aug 14, 2025 3:22 pm
Forum: Technical Support
Topic: Tech Support -- webp images
Replies: 3
Views: 8116

Re: Tech Support -- webp images

Thanks for the answer. I checked out that there is a problem right now, and I am interested on "animated jpeg". Thanks for offering!


That said, I strongly suggest to reconsider webp. For the server, it's the same: it delivers some binary data to a browser. So the only real limit is size, not the ...
by EstimPaul
Wed Aug 13, 2025 12:51 pm
Forum: Technical Support
Topic: Tech Support -- webp images
Replies: 3
Views: 8116

Re: Tech Support -- webp images

hmm, some reads, but no answer? Maybe webp is too "new". But I figured the same problem happens for GIF's. And that is a data format from 1987 ....

So I presume there is an "accepted input format" filter, probably in some PHP code of the upload webpage - easy to find if one has access rights. Would ...
by EstimPaul
Tue Aug 12, 2025 7:36 am
Forum: The Art of Webteasing
Topic: Animated infinity loops instead of pictures
Replies: 3
Views: 2569

Re: Animated infinity loops instead of pictures

for GIF's you would replace "step 3" in to


ffmpeg -i $temp_abba -vf "fps=10,scale='if(gt(iw,ih),720,-1)':'if(gt(ih,iw),720,-1)',palettegen" -y palette.png
ffmpeg -i $temp_abba -i palette.png -filter_complex "fps=10,scale='if(gt(iw,ih),720,-1)':'if(gt(ih,iw),720,-1)',paletteuse" "$output_file".gif ...
by EstimPaul
Mon Aug 11, 2025 9:05 pm
Forum: Technical Support
Topic: Tech Support -- webp images
Replies: 3
Views: 8116

Tech Support -- webp images

Hello,

I seems that the editor cannot handle webp-images. I have no idea what is behind these webteases, but since at the end they are played in a webbrowser, and these can handle webp since longtime, I cannot see the technical obstruction. Could this be added / updated ?? Cheers
by EstimPaul
Mon Aug 11, 2025 7:34 pm
Forum: The Art of Webteasing
Topic: Animated infinity loops instead of pictures
Replies: 3
Views: 2569

Re: Animated infinity loops instead of pictures

Oh! Maybe EOS should receive an update :-)

And GIF's ? They are 4-6x larger, but if that is the only way to go ...
by EstimPaul
Mon Aug 11, 2025 9:38 am
Forum: The Art of Webteasing
Topic: Animated infinity loops instead of pictures
Replies: 3
Views: 2569

Animated infinity loops instead of pictures

Hi,

I wrote a little piece of software I present here. It takes a link to your favourite porn site and a start-time. Then it extracts a 30sec sniplet and replays it (needed for precision reasons). You can now read off the exact timing of a small sniplet (2-3 seconds suggested). It will render it ...