kypec
7th November 2014, 17:31
I have Pentium G3420 and it supports video decoding over QuickSync HW accelerator just fine when played back MKV container with VC1 codec, I checked this with MPC-HC and external LAV filters.
However, I can't figure out how to force this QS decoder for the same file when using the script below:
DirectShowSource("D:\The_Mummy_RAW.mkv", seek=true, audio=false, video=true, convertfps=false, seekzero=false, timeout=60000, logmask=35)
Crop(0,132,-0,-132)
AssumeFPS("ntsc_film", sync_audio=false)
When I run my script in AVSMeter the CPU usage is too high and inspecting LAV tray icon shows that QS decoder is inactive. :(
Is it even possible to enable QS decoding for AVS scripts so that I could spare my CPU power for x264 encoding?
However, I can't figure out how to force this QS decoder for the same file when using the script below:
DirectShowSource("D:\The_Mummy_RAW.mkv", seek=true, audio=false, video=true, convertfps=false, seekzero=false, timeout=60000, logmask=35)
Crop(0,132,-0,-132)
AssumeFPS("ntsc_film", sync_audio=false)
When I run my script in AVSMeter the CPU usage is too high and inspecting LAV tray icon shows that QS decoder is inactive. :(
Is it even possible to enable QS decoding for AVS scripts so that I could spare my CPU power for x264 encoding?