here are samples
+ Reply to Thread
Results 1 to 27 of 27
-
I'll start this one off since I am bored right now.
Perhaps you should define 'better'
Was the original source film or video. It is my understanding that you would only reverse telecine for film. So the speed should be left at 29.97 fps.
By encoding at 23.97 fps, the encodes run length is slightly slower (4 secs). But that slowness will magnify on a longer play-time.
The DAR of the original is 4:3. The encode is also 4:3 so that is correct. -
As in not very noisy with out over blurring everything. Sharp like the original. And frame rate restored correctly. I think I did pretty good at that.
-
Black bars that were on the original should be gone.and compression should be better since the original is horrible
-
I agree, the unblending is nice. How did your script for the unblending look like?
-
global MeGUI_darx = 4
global MeGUI_dary = 3
LoadPlugin("C:\Users\Ryan\Desktop\MeGUI_dev[0.3.4.12]\MeGUI_dev\tools\dgindex\DGDecode.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\De.dll")
import("C:\Program Files (x86)\AviSynth 2.5\plugins\QTGMC-3.32.avsi")
import("C:\Program Files (x86)\AviSynth 2.5\plugins\Srestore.avsi")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\RemoveGrainS.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\aWarpSharp2.dll")
DGDecode_mpeg2source("C:\SLAYERS_SEASON1_DISC1\VID EO_TS\VTS_01_1.d2v", CPU=6)
DeDot(luma2d=20, lumaT=20, chromaT1=0, chromaT2=255)
QTGMC()
Srestore(Frate=23.976)
RemoveGrain(mode=1)
AWarpSharp(depth=10.0, blurlevel=2)
crop(16, 0, -6, 0)
Lanczos4Resize(640,480) # Lanczos4 (Sharp) -
Do i need to remove anything unnecessary in the script? are there any faster plugins that do the same things as the plugins in my script? Any plugins I need to replace and update?
-
I dont have a dual core. Speed doesnt matter to me I do whats best for the quality. Though if there is anything that keeps the same quality and is faster thats ok.
-
are there any faster plugins that do the same things as the plugins in my script? ...
+
Speed doesnt matter to me I do whats best for the quality.
I dont have a dual core.you encode on a single core machine?
Cu Selur -
You're allowed to crop interlaced material horizontally with mod2 restrictions, so if you put the crop before QTGMC, it might be ~1-2% faster (fewer pixels to process for QTGMC and the other filters like RemoveGrain, AwarpSharp)
You can choose a faster QTGMC preset if it's too slow for you (do some comparisons; the default "slower" is usually not much different visually than say something like "fast", but it's a hell of a lot faster , expecially on a single core)
I haven't looked at your encode, but beware of green border pixels issue using AwarpSharp (some people get it, some don't. I don't know why. Thats the reason the newer AwarpSharp2 was written) -
Im using awarpsharp2 no green border problems. I've moved the crop too. QTGMC() Im going to leave alone the results i got with the default settings were beautiful. Thank you for your help
-
I tried using SRestore with some of my Sailor Moon footage, but it ended up getting really stuttery whenever the video would pan across the scenery
-
Love sailor moon my favorite anime I will help u wit anything sailor moon related lol
-
-
I'm working off the fansub VHS tapes that I have, and when I tried restoring the frames, I just used:
QTGMC()
SRestore(frate=23.976)
Fastdegrain
But the problem was I guess it was getting rid of the wrong frames? Or it wasn't calculating it properly? idk.
My main problem now though is getting rid of the thousands of dropped frames that I keep getting. I've tried a lot of things -
I don't have a sample at the moment since I stopped worrying about the problem a long time ago, and I don't have the sample script either since I deleted that too when I gave up lol so I'm not sure where the problem was (although maybe now I'm thinking I might have added fpsdivisor=2 as a parameter to qtgcm and that's what caused the problem?)
but my main issue is the dropped frames during capturing, if you guys want to help out, I have a thread about it https://forum.videohelp.com/threads/352930-Thousands-of-dropped-frames%21%21-O
But are any of you experiencing jittery video during panning scenes while using srestore? -
Do RemoveGrain and AWarpSharp achieve much after using QTGMC? I've used QTGMC now and then myself and can't imagine trying to remove more noise or add additional sharpening after QTGMC would achieve much aside from making the picture look less natural, given QTGMC is pretty good at doing both (I haven't looked at your sample though).
-
Take a look its one of my best on old sources. Warsharpening is a different kind of sharpening then regular convulsion based sharpening. It warps the image and thins lines removing grain and sharpening all at once. U dont want to over warp the image though. Remove grain barely blurs anything on mode 1 it just helps with compression
-
Well you got me curious so I've had a preliminary play with warpsharpening. I can't encode anything at the moment as the PC is already busy doing that, but just previewing frames in a script with it running after QTGMC to a script without it..... well it'll probably be tomorrow before I can encode with it, but so far I'm preferring QTGMC on it's own. Early days though..... once I've run a couple of encodes and can compare the two in real time I might discover I'm wrong.
Similar Threads
-
VHS->DVD, Joining, Converting, Resizing - Have I missed any?
By Ed Jones in forum Newbie / General discussionsReplies: 2Last Post: 18th Aug 2011, 10:35 -
The correct way to crop and encode anamorphic DVDs?
By harbourshin in forum Newbie / General discussionsReplies: 0Last Post: 13th Feb 2011, 21:32 -
Avi resizing or creating quick dvd using avidemux
By striker9 in forum Video ConversionReplies: 13Last Post: 2nd Nov 2010, 11:01 -
DVD to AVI resizing problem
By okman in forum DVD RippingReplies: 10Last Post: 2nd Jan 2010, 00:46 -
Best method for resizing the dvd's video?
By hamid22689 in forum DVD RippingReplies: 2Last Post: 26th Sep 2008, 14:11