Tools SimpleVideoEnhancer

chkm0

Tier 3 Sub
Oct 5, 2022
10
389
537
0fya082315al84db03fa9bf467e3.png
I decided to share a little python skript I made to enhance Videos.

Features

  • Denoise video
  • Apply sharpening
  • Adjust contrast, brightness, and saturation
  • Interpolate video to 60fps (if frame rate is less than 60)
  • Hardware acceleration (if supported)
  • Comparison image generation
  • Process multiple videos in a directory
  • renders in optimal compression
will work on this skript from time to time, open for requests or ideas

Please, Log in or Register to see links and images



a quick before and after result on a video made by ReynaSoul666
(In each case, the first 60 seconds serve as a snippet for saint.to for inthread viewing)

Before After​

Both full Versions

Original
Please, Log in or Register to see links and images

Enhanced
Please, Log in or Register to see links and images


Original Video 417 MB
Enhanced Video 207 MB
After script the video is 50,36% smaller than the original with double the framerate and better quality
 
Last edited:

yticpmis234

Bathwater Drinker
Jun 3, 2023
282
11,163
1,282
0fya082315al84db03fa9bf467e3.png
Nice! :WeSmart:

please consider adding -movflags +faststart flag to the output video ffmpeg commands. Helps with streaming/quick playback start, though adds a few extra seconds to the encode.