Steamed Hams but it's reconstructed from the rest of its episode
DoctorDothraki DoctorDothraki
6.73K subscribers
7,219 views
0

 Published On Mar 24, 2023

The episode being "22 Short Films about Springfield". And my first Steamed Hams meme to involve me ripping a DVD (hence the selective 60fps at 0:36)

#stammer #steamedhams

Process of making this video:
• Ripped the DVD using Handbrake with libdvdcss to lossless mp4 files
• Separated Steamed Hams from the rest of the episode in DaVinci Resolve
• Used Stammer to assemble the left video
• Using AVISynth+ (script below) to deinterlace with nnedi3 and upscale with nnedi3_rpow2 (and double the framerate)
• Saved AVISynth's output using Virtualdub2 (64-bit)
• Assembled the two videos together using DaVinci Resolve

Stammer made by @wildergarden6455 (code at https://github.com/ArdenButterfield/s... )

AVISynth+ script:

SetFilterMTMode("DEFAULT_MT_MODE", 2)
FFmpegSource2("SteamedHamsDVD.mp4")
AssumeTFF()
nnedi3(field=3)
nnedi3_rpow2(rfactor = 4)
Prefetch(4)

show more

Share/Embed