Classic Rigid East - RGE - RGE-001 to RGE-010 - Part 1 of 2 - Remastered - READ Notice!

Welcome to SpankingForum!
Feel free to login or register using the links below.
Please send a message in the shoutbox below for password reset assistance.
Register
Videos before the High-Definition era.

Chloe

Master of Marks
Feb 1, 2025
100
752
2,835
Rigid East - RGE - RGE-001 to RGE-010 - Part 1 of 2 - Remastered - READ Notice!

Here is a collection of Rigid East RGE films remastered.
The quality of the films can vary between VHS and DVD.
Since not all films are currently available on DVD, this is your chance to get the collection now and replace it with new encoders later.

I wanted to share this with you - Hope you like it 🙂

This is Part 1 of 2.

With love from Chloe

You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images



Mirror Link:


NEW MIRRORS:
 
Last edited:
Not sure if this is what you want.

007. Lupus Pictures - DRM-004 - Uncle [2009].mpg

214.2 MB
You must be registered to view images

017. Lupus Pictures - LP-004 - Unbridled Youth [2002].mpg

302.3 MB
You must be registered to view images

099. Lupus Pictures - RGE-017 - Detention House 2 [2003].mpg

386.9 MB
You must be registered to view images

100. Lupus Pictures - RGE-018 - Detention House 3 [2007].mpg

430.6 MB
You must be registered to view images

RGE16 Wild Party 2 av1 1080p.mp4

You must be registered to view images
 
Not exactly. I'm looking for RGE remasters (008 in particular) , but thank you for your reply!
 
Rigid East - RGE - RGE-001 to RGE-010 - Part 1 of 2 - Remastered - READ Notice!

Here is a collection of Rigid East RGE films remastered.
The quality of the films can vary between VHS and DVD.
Since not all films are currently available on DVD, this is your chance to get the collection now and replace it with new encoders later.

I wanted to share this with you - Hope you like it 🙂

This is Part 1 of 2.

With love from Chloe

You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images



Mirror Link:


Hi Chloe, or anyone else who had the chance to download these films. It's been a few months and the gofile links are dead by now. It would be a pity to lose the remastered versions of early RGE work as these are near-impossible to find elsewhere. If you could re-up them once more, then I could download them as well, and take over the task of re-upping them every couple months. I don't mind doing that as I'm sure many members would appreciate it. Thanks!
 
Rigid East - RGE - RGE-001 to RGE-010 - Part 1 of 2 - Remastered - READ Notice!

Here is a collection of Rigid East RGE films remastered.
The quality of the films can vary between VHS and DVD.
Since not all films are currently available on DVD, this is your chance to get the collection now and replace it with new encoders later.

I wanted to share this with you - Hope you like it

This is Part 1 of 2.

With love from Chloe

You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images


You must be registered to view images



镜像链接:
Hello, I'm very sorry, these remastered videos have expired after a few months. I hope you can re-upload them. Thank you very much.
 
The person who remastered all of these Lupus video clips, along with some of the mood picture ones, has deleted his profile from the forum.
Before he closed his account, I asked him in a private message how I could remaster old spanking clips myself. This is the reply I received:

"I'm glad everyone is enjoying these uploads. The quality really depends on finding a good quality source rather than any fancy/paid software. In my case, I'm only encoding directly from original Lupus DVDs.
So, I don't really have time to give a full tutorial because it's a pretty complicated subject and some understanding / research is required to get good results. But what I do, in short:
1.) Use MakeMKV to copy the DVD to ISO
2.) Use MakeMKV to remux (into mkv files) all titles on the DVD (from the ISO, which I keep as a backup copy of the DVD)
3.) QTGMC deinterlace with VapourSynth + encode with FFmpeg (using the mkv files as source)
The VapourSynth script looks something like this (certain values will vary depending on the source (top field first / bottom field first) and your own preferences):
import vapoursynth as vs
import havsfunc as haf
core = vs.get_core()
clip = core.ffms2.Source(source=input_file)
clip = core.std.SetFieldBased(clip, 2) # top field first
clip = haf.QTGMC(clip, TFF=True, Preset="Placebo", Sharpness=0.2, SourceMatch=3, Lossless=2, MatchEnhance=0.75, Border=False, TR0=2, TR1=2, TR2=3)
clip.set_output()
And then I run this in Docker (the VS script is called snl.vpy in this example), something like the following (again, certain values depend on the source and your own preferences):
docker run -it --rm -v "$(pwd):/workspace" odrling/vapoursynth:20200622-sh /bin/bash -c "cd /workspace && vspipe snl.vpy -a input_file=SNL-Tracy-Morgan-remux.mkv --y4m - | ffmpeg -i pipe: -i SNL-Tracy-Morgan-remux.mkv -map 0:v:0 -map 1:a:0 -c:v libx264 -c:a copy -vf setsar=8/9 -movflags +faststart -preset veryslow -crf 16 encodes/SNL-Tracy-Morgan.mp4"
All the best,
NS"


I tried to follow all of this myself, but I kept running into different errors at different steps and eventually gave up. If someone understands this better than I do and has good PC hardware, here is a shortened tutorial on how you can remaster clips.
 
  • Like
Reactions: TruBlu
The person who remastered all of these Lupus video clips, along with some of the mood picture ones, has deleted his profile from the forum.
Before he closed his account, I asked him in a private message how I could remaster old spanking clips myself. This is the reply I received:

"I'm glad everyone is enjoying these uploads. The quality really depends on finding a good quality source rather than any fancy/paid software. In my case, I'm only encoding directly from original Lupus DVDs.
So, I don't really have time to give a full tutorial because it's a pretty complicated subject and some understanding / research is required to get good results. But what I do, in short:
1.) Use MakeMKV to copy the DVD to ISO
2.) Use MakeMKV to remux (into mkv files) all titles on the DVD (from the ISO, which I keep as a backup copy of the DVD)
3.) QTGMC deinterlace with VapourSynth + encode with FFmpeg (using the mkv files as source)
The VapourSynth script looks something like this (certain values will vary depending on the source (top field first / bottom field first) and your own preferences):
import vapoursynth as vs
import havsfunc as haf
core = vs.get_core()
clip = core.ffms2.Source(source=input_file)
clip = core.std.SetFieldBased(clip, 2) # top field first
clip = haf.QTGMC(clip, TFF=True, Preset="Placebo", Sharpness=0.2, SourceMatch=3, Lossless=2, MatchEnhance=0.75, Border=False, TR0=2, TR1=2, TR2=3)
clip.set_output()
And then I run this in Docker (the VS script is called snl.vpy in this example), something like the following (again, certain values depend on the source and your own preferences):
docker run -it --rm -v "$(pwd):/workspace" odrling/vapoursynth:20200622-sh /bin/bash -c "cd /workspace && vspipe snl.vpy -a input_file=SNL-Tracy-Morgan-remux.mkv --y4m - | ffmpeg -i pipe: -i SNL-Tracy-Morgan-remux.mkv -map 0:v:0 -map 1:a:0 -c:v libx264 -c:a copy -vf setsar=8/9 -movflags +faststart -preset veryslow -crf 16 encodes/SNL-Tracy-Morgan.mp4"
All the best,
NS"


I tried to follow all of this myself, but I kept running into different errors at different steps and eventually gave up. If someone understands this better than I do and has good PC hardware, here is a shortened tutorial on how you can remaster clips.
What he said is correct and also pretty standard for old sources, very similar to what I do. However, I am using for the last stages Topaz Video now, which is thanks to a very powerful PC reasonably fast. I said it in one of my posts, having a good source (like a DVD ISO) is the key.
 
What he said is correct and also pretty standard for old sources, very similar to what I do. However, I am using for the last stages Topaz Video now, which is thanks to a very powerful PC reasonably fast. I said it in one of my posts, having a good source (like a DVD ISO) is the key.

This is good info, I didn't know about the Topaz suite until now. Unfortunately, my compute power is rather limited.

Which films are you remastering with Topaz?
 
I've tried Topaz Ai but my rx 6600 isn't powerful enough for it. When I try to set a little higher settings and to render the video, my pc shuts down immediately.
 
  • Like
Reactions: westpier

Thread starter

Chloe

Master of Marks
Joined

Thread Information

Title
Rigid East - RGE - RGE-001 to RGE-010 - Part 1 of 2 - Remastered - READ Notice!
Prefix
Classic 
Forum
Spanking Videos
Start date
Last reply date
Replies
24