I'm having some bother upscaling a 576i h264 Elgato Game Capture HD video to 1080p 50fps. I'm upscaling to minimize quality loss by YouTube re-encoding it. This is my script
I'm using DGIndexNV to index the video. I'm encoding to CRF 16 1080p 50fps. The video will start encoding fine but after several minutes it will start encoding more slowly until after several minutes it goes down to 1fps. Then it crashes. However if I were to add a re-interlacing line to the end of the script then it does NOT crash and the encoding speed is consistent! Why does it only crash when encoding to progressive?Code:setmtmode(5,6) DGSource("Video.dgi") setmtmode(2) AssumeTFF() Tweak(Bright=20, Sat=0.7, Cont=1.0, Hue=0.0, Coring=False) QTGMC(Preset="Super Fast") MergeChroma(awarpsharp2(depth=25)) McTemporalDenoise(settings="low", interlaced=false) Crop(60,0,-62,-4) AddBorders(60,0,62,0, $000000) nnedi3_rpow2(2, cshift="Spline36Resize", fwidth=1920, fheight=1080)
Instead I thought I would encode to lossless 576i with x264. That worked fine. However when I then try to upscale the lossless video to 1080p with this script, the video instantly crashes:
The lossless video is High 4:4:4 Predictive@L3.0 and has 4:2:0 Chroma. I assume DGIndexNV doesn't support 4:4:4 which is why it crashes but why does DGDecodeNV crash with the script at the start of this thread when DGIndex NV supports High@L3.0 videos as I've encoded them many times before.Code:Yadif(mode=1, order=1) nnedi3_rpow2(2, cshift="Spline36Resize", fwidth=1920, fheight=1080)
Also when encoding to lossless, can I choose a lower profile than 4:4:4 such as High Profile?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Never mind. Looks like it was due to MTMaskTools2.dll. I'm using a patched version and that's solved the problem. However I can only run in non-MT as MT crashes.
Similar Threads
-
Speeding up Avisynth Encodings with Graphics Card & DGDecodeNV
By MrBiggles in forum RestorationReplies: 14Last Post: 28th Jul 2015, 13:18 -
SIZE - Hauppauge PVR 1080p HD capture vs Youtube 1080p HD video
By the Devil in forum Video ConversionReplies: 4Last Post: 18th Feb 2014, 19:49 -
Any point in watching higher res than 1080p on a 1080p monitor?
By brassplyer in forum DVB / IPTVReplies: 4Last Post: 1st Dec 2013, 10:16 -
Best way to upscaling video from 720p (30 ftp) to 1080p (60 ftp)
By siopilos in forum Video ConversionReplies: 3Last Post: 1st Nov 2011, 18:40 -
Shrinking 1080p MKV, change to 720p or keep as 1080p?
By Phat J in forum Video ConversionReplies: 5Last Post: 28th Nov 2010, 09:35