Hi there, i have one footage, is source was ripped from vhs i don't know, but i got it on dvd (.vob). I'm trying to restore in AvsPmod code and wondering what else could be add? I wanna say that time is no matter, the main aspect = most better restoration quality/color, so if i can run it for 1 week on my cpu - that's no problem.
My avspmod code:
Some screenshots of original file:PHP Code:
MPEG2Source("Cutted.mpg.d2v")
AssumeBFF()
Tweak(sat=1.2,coring=false,dither=true)
ColorYUV(off_y=-4)
QTGMC(preset="Placebo", SourceMatch=3, Lossless=2, MatchEnhance=0.75, EdiThreads=1, NoiseProcess=0, ChromaNoise=false )
PreFetch(7)
https://forum.videohelp.com/images/imgfiles/R6LGDpP.jpg
https://forum.videohelp.com/images/imgfiles/YISmuoI.jpg
https://forum.videohelp.com/images/imgfiles/6BEFehM.jpg
https://forum.videohelp.com/images/imgfiles/xQyIzko.jpg
https://forum.videohelp.com/images/imgfiles/MqVKjaJ.jpg
Mediainfo cutted.mpg:
PHP Code:
Video
ID : 224 (0xE0)
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings : CustomMatrix / BVOP
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : M=3, N=15
Format settings, picture structure : Frame
Duration : 39 s 773 ms
Bit rate mode : Variable
Bit rate : 5 544 kb/s
Maximum bit rate : 8 000 kb/s
Width : 720 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate : 29.970 (30000/1001) FPS
Standard : NTSC
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Bottom Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.535
Time code of first frame : 00:00:03:00
Time code source : Group of pictures header
GOP, Open/Closed : Closed
Stream size : 26.3 MiB (90%)
Color primaries : BT.601 NTSC
Transfer characteristics : BT.601
Matrix coefficients : BT.601
+ Reply to Thread
Results 1 to 14 of 14
-
-
That video is fubar, not even worth correcting.
- the interlace was ruined, the video is just blurring mess now. it needs to be properly recaptured.
- darks are crushed.
- timing wiggles (no line TBC used)
^ None of that can be fixed.
- chroma noise exists, somewhat fixable in VirtualDub and/or Avisynth
- color actually isn't terrible, but buried behind a bad signalWant my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Sadly this is the only version that exist. I'm working with Avisynth, found this plugin for Chroma noise http://avisynth.nl/index.php/Cnr2 is it good or there are something new and better?
Also tried it
MPEG2Source("Cutted.mpg.d2v")
AssumeBFF()
Tweak(sat=1.2,coring=false,dither=true)
ColorYUV(off_y=-4)
QTGMC(preset="Placebo", SourceMatch=3, Lossless=2, MatchEnhance=0.75, EdiThreads=1, NoiseProcess=0, ChromaNoise=false )
Cnr2(mode="oxx", scdthr=110.9, lm=192, un=111, um=255, vn=166, vm=255, log=false, sceneChroma=true)
PreFetch(7)
Bu i don't see any difference, am i calling variable Cnr2 wrong in the code? -
Perhaps try Temporal soften
https://avisynth.org.ru/docs/english/corefilters/soften.htm
For example:
Code:TemporalSoften(3, 4, 1, scenechange=15, mode=2)
-
One way to see small differences is to interleave before and after versions.
Code:Interleave(last, Cnr2(mode="oxx", scdthr=110.9, lm=192, un=111, um=255, vn=166, vm=255, log=false, sceneChroma=true))
Code:Interleave(last, Cnr2(mode="oxx", scdthr=110.9, lm=192, un=111, um=255, vn=166, vm=255, log=false, sceneChroma=true)) StackHorizontal(last, StackVertical(UtoY(), VtoY()))
-
My settings for CNR2:
Cnr2("oxx",8,16,191,100,255,32,255,false)Last edited by johnmeyer; 10th Oct 2019 at 19:26.
-
I might do something like this:
Code:Mpeg2Source("cutted.d2v", CPU2="xxxxxx", Info=3) ColorYUV(levels="TV->PC").ColorYUV(gamma_y=30).ColorYUV(levels="PC->TV") TFM(d2v="D:\Downloads\cutted.d2v") TDecimate() vInverse() BilinearResize(width/2, height/2) luma = MCTemporalDenoise(settings="medium").aWarpSharp2(depth=5).Sharpen(0.3) chroma = MCtemporalDenoise(settings="very high").aWarpSharp2(depth=15).Sharpen(0.5) MergeChroma(luma, chroma) nnedi3_rpow2(2, cshift="Spline36Resize") aWarpSharp2(depth=5)
Last edited by jagabo; 10th Oct 2019 at 19:29.
-
Here's a radical idea, go to You Tube and search for Tupac videos, you'll probably find a much higher quality version in a few minutes.
-
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
-
This version of video was shoot on 35mm film, ofcourse there is somwhere a film reel in Interscope records archive of this video which can be digitized to 4k hdr, but I mean this is the only version (vob from DVD) which is exist for the fans 😭There is also somewhere vhs copies which I think has better quality, but to get it, this is the "mission impossible"
-
First thing that pops up when you type in "Toss it up beach version" in YT:
https://www.youtube.com/watch?v=cl_mSH6ZCqw
https://www.youtube.com/watch?v=IuVkfFFuSfw
Here's a version in 720p60:
https://www.youtube.com/watch?v=edXA6k14wto
https://www.youtube.com/results?search_query=Toss+it+up+beach+version -
-
All those videos look like they were sourced from ep speed VHS. The color in terms of saturation and hue do not seem that bad.
What are you trying to do?
Similar Threads
-
Technics SC-HDV 600
By Ferrolterráqueo in forum Video ConversionReplies: 1Last Post: 11th Nov 2018, 10:48 -
Beginner with AVISynth and AvsPmod (16mm Kinescope Restoration)
By goodiesguy in forum RestorationReplies: 20Last Post: 28th Mar 2017, 01:02 -
Uses of AvsPmod
By pooksahib in forum Video ConversionReplies: 2Last Post: 9th Jan 2017, 14:25 -
Quick query on AvsPmod
By pooksahib in forum Video ConversionReplies: 3Last Post: 22nd Jul 2016, 09:24 -
AvsPmod error
By carlmart in forum Video ConversionReplies: 0Last Post: 20th May 2015, 08:30