Register on the forum now to remove ALL ads + popups + get access to tons of hidden content for members only!
vintage erotica forum vintage erotica forum vintage erotica forum
vintage erotica forum
Home
Go Back   Vintage Erotica Forums > Information & Help Forum > Help Section > Tutorials
Best Porn Sites Live Sex Register FAQ Members List Calendar

Notices
Tutorials Step by step Guides and How to's with screengrabs.


Reply
 
Thread Tools Display Modes
Old January 25th, 2024, 08:48 PM   #11
Firebringer
Senior Member
 
Join Date: Sep 2007
Posts: 152
Thanks: 6,811
Thanked 1,308 Times in 140 Posts
Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+
Default

Quote:
Originally Posted by bobthefish2 View Post
In the process I did discover that @firebringer is probably missing a video of Veronica Venoza because it turns out the Polish version of girls at work contains additional scenes not available in the german/russian version that's been going around.

If someone can help me figure out why this python code won't loop I would appreciate it. Also, if someone has the original polish version of girls next door as well as the original I would appreciate it, as I believe they both have additional hardcore scenes not available in the german version.
Looks like the Internet Archive has the Polish version!!!

Girls At Work (Internet Archive)

I'm downloading the Polish version now and I'll let you know how it works out.

firebringer

Last edited by Firebringer; January 25th, 2024 at 08:56 PM..
Firebringer is offline   Reply With Quote
The Following 2 Users Say Thank You to Firebringer For This Useful Post:
Old March 31st, 2024, 08:43 AM   #12
Firebringer
Senior Member
 
Join Date: Sep 2007
Posts: 152
Thanks: 6,811
Thanked 1,308 Times in 140 Posts
Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+Firebringer 5000+
Default

Quote:
Originally Posted by Firebringer View Post
I'm amazed to see this thread still gets traffic after all these years!!

Code:
$bytes = [System.IO.File]::ReadAllBytes("a01.avi");
for ($i = 0; $i -lt $bytes.length; $i++) { $bytes[$i] = [Int]$bytes[$i] -bxor 0xff; }
[System.IO.File]::WriteAllBytes("a01-fixed.avi", $bytes);
If this works for you and you want a version that will automagically do every file in a given directory on your local drive, let me know and I'll post (it's a 5 liner instead of a 3 liner!)
By request!! Will convert all .avi files in the current directory using the XOR algorithm to a new file called "<oldfilebasename>-Fixed.avi"

Code:
[System.IO.Directory]::SetCurrentDirectory($PWD);
Get-ChildItem | Where {$_.extension -eq ".avi"} | ForEach-Object {
    $bytes = [System.IO.File]::ReadAllBytes($_.Name);
    For ($i = 0; $i -lt $bytes.length; $i++) { $bytes[$i] = [Int]$bytes[$i] -bxor 0xff; }
    [System.IO.File]::WriteAllBytes("$($_.BaseName)-Fixed$($_.Extension)", $bytes);
}
firebringer
Firebringer is offline   Reply With Quote
The Following 2 Users Say Thank You to Firebringer For This Useful Post:
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




All times are GMT. The time now is 11:12 PM.






vBulletin Optimisation provided by vB Optimise v2.6.1 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.