Stan, in no small part because of your fantastic knowledge and willingness to impart it. Thank you.
Announcement
Collapse
No announcement yet.
SD vs HD Comparison
Collapse
X
-
Fred, I do use NeatVideo a lot of the time, but occasionally it goes mad (eg when clouds are racing by, leaving massive blotches, that DC-3 footage was an example) and I leave it off.
In a nutshell, I'm using AVISynth. Here's my standard cine script:
Code:SetFilterMTMode ("QTGMC", 2) avisource("I:\Cine\Aerial 11\A11 GS300 DVK ST 720x576 Pt 1 DC3.avi") ConvertToYV12(interlaced=true) AssumeTFF() QTGMC(preset="Fast", EdiThreads=8) FlipVertical() SRestore(framerate/3.0) # to 16.667 fps AssumeFPS(18, true) z_ConvertFormat(pixel_type="RGBPS", colorspace_op="709:709:709:l=>rgb:709:709:f") # RIFE only works with RGB floats Rife(gpu_thread=1, model=12, fps_num=50000, fps_den=1000, sc=true, sc_threshold=0.12) # motion interpolate to 30 fps z_ConvertFormat(pixel_type="YUV420P8", colorspace_op="rgb:709:709:f=>709:709:709:l") # back to YV12
Let me know if you need some AVISynth tips! 🤣 Not the easiest thing to set up but once it is, it's pretty simple to run provided you know what filter to use.
​
- Likes 1
Comment
-
Interpolation can also be done in daVinci Resolve.
See:
https://github.com/vintagefilmograph..._video_capture
Go to the bottom section titled:
Interpolation without Speed Change
​
Comment
Comment