19.08.2018, 23:41
I use Hybrid 2018.08.17.1 on Windows 7, and I was trying to use VP9 encoder, but It doesn't works.
Here is the debug: [attachment=497]
Cu Inky
Here is the debug: [attachment=497]
Cu Inky
"F:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -threads 4 -i "F:\Testes com encoding do Hybrid\encodingTempSynthSkript_18_34_09_7110.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv422p -vsync 0 -f yuv4mpegpipe - | "F:\PROGRA~1\Hybrid\64bit\vpxenc.exe" --codec=vp9 --row-mt=1 --passes=1 --pass=1 --end-usage=q --cq-level=18 --profile=1 --good --cpu-used=1 --undershoot-pct=0 --buf-sz=6 --buf-initial-sz=4 --buf-optimal-sz=5 --drop-frame=0 --resize-allowed=0 --kf-min-dist=0 --kf-max-dist=250 --auto-alt-ref=0 --noise-sensitivity=0 --sharpness=0 --static-thresh=0 --tile-columns=2 --tile-rows=1 --min-gf-interval=0 --max-gf-interval=0 --threads=8 --width=640 --height=480 --i422 --color-space=unknown --input-bit-depth=8 --bit-depth=8 -o "F:\TESTES~1\18_34_09_7110_04.vp9" -
LoadCPlugin("F:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: F:\Testes com encoding do Hybrid\o Vudeo como ele é.mp4
# input color sampling YV12
# input luminance scale tv
FFVideoSource("F:\TESTES~1\OVUDEO~1.MP4",cachefile="F:\Testes com encoding do Hybrid\18_34_09_7110.ffindex")
# current resolution: 640x480
# filtering
ConvertToYUY2(matrix="Rec601")
PreFetch(4)
return last
(20.08.2018, 05:32)Selur Wrote: [ -> ]What happens if you call the de-/encoding call inside a Windows command prompt?
Cu Selur