gonca wrote: ↑Sat Sep 23, 2017 5:39 pm
If I may put my 2 cents in, Here is my AVSTemplate when using HCEnc
LoadPlugin("C:\Program Files (Portable)\dgdecnv\DGDecodeNV.dll")
DGSource("__vid__", fieldop=0, resize_w=720, resize_h=480)
You would have to alter the resize, etc as per your needs
Ooh. Now I am a bit giddy with joy at the prospect of DG speeds. Thank you.
Although I was hoping to avoid installing avisynth, having bitten the bullet and migrated to vapoursynth, I guess I'll need to find and install the right avisynth version per the HCEnc v0.28 manual at
http://hank315.nl/ which says "Avisynth 2.6 RC1 or higher is required to run HCenc 0.28". It'd be 32bit I suppose.
This is a bit cheeky, however may I enquire about your avisynth version; like where you sourced it, if you use a portable version and if so a link to how, do you have any other template examples you would be willing to share ?
I recall an old thread over at ??? on portable avisynth, maybe I'll need to search for it.
Given how powerful and so very quick the DG tools are, I fancy using your HCEnc avs template approach something like
- DGSource to double-framerate deinterlace and resize in one step
- find a way to specify pal colour hd->sd ? I'm not sure what the colour range is in the input mp4 files or how to find out.
- re-interlace
- let the avs feed into HCEnc for high bitrate interlaced encoding
My fallback approach was ffmpeg
https://forum.???.org/showthread.php? ... ost1809116 however DG tools/speeds are really really nice.