sigma2x
4th May 2013, 20:12
Hello friends, I hesitate to post my questions but it took 1hour and 36minutes to convert a 6 minute video with the script that I have created, and I am unsure what will speed it up while keeping the same look to the clip.
As static frames, the quality does not seem to be that good, but when in motion it looks good to my eyes.
Here is a short sample of what I used it on: https://docs.google.com/file/d/0BwODiBEjIqYbeTdTazBkQ0huRHM/edit?usp=sharing
I apologise for Google Drive usage, but I no longer purchase my own Web hosting.
This is my script.
V = mpeg2source("VIDEO_TS.d2v", cpu=6)
A = NicAC3Source("VIDEO_TS T80 2_0ch 192Kbps DELAY 66ms.ac3")
AudioDub(V, A)
DelayAudio(0.066)
Trim(104874,113571)
fft3dgpu(sigma=1, plane=0, beta=1, bt=4, precision=1)
fft3dgpu(sigma=3, plane=4, mode=2, beta=0.8)
unblock()
dehalo_alpha(rx=1.7,ry=1.7)
nnedi3_rpow2(4)
blackmanresize(1920,1080)
limitedsharpenfaster(strength=200, Smode=4, ss_x=1.7, ss_y=1.7, soft =-1, wide = true)
As static frames, the quality does not seem to be that good, but when in motion it looks good to my eyes.
Here is a short sample of what I used it on: https://docs.google.com/file/d/0BwODiBEjIqYbeTdTazBkQ0huRHM/edit?usp=sharing
I apologise for Google Drive usage, but I no longer purchase my own Web hosting.
This is my script.
V = mpeg2source("VIDEO_TS.d2v", cpu=6)
A = NicAC3Source("VIDEO_TS T80 2_0ch 192Kbps DELAY 66ms.ac3")
AudioDub(V, A)
DelayAudio(0.066)
Trim(104874,113571)
fft3dgpu(sigma=1, plane=0, beta=1, bt=4, precision=1)
fft3dgpu(sigma=3, plane=4, mode=2, beta=0.8)
unblock()
dehalo_alpha(rx=1.7,ry=1.7)
nnedi3_rpow2(4)
blackmanresize(1920,1080)
limitedsharpenfaster(strength=200, Smode=4, ss_x=1.7, ss_y=1.7, soft =-1, wide = true)