[BUG] VP9 doesn't works - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] VP9 doesn't works (/thread-581.html) |
VP9 doesn't works - Inky1003 - 19.08.2018 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 RE: VP9 doesn't works - Selur - 20.08.2018 Seems like an issue with the de-/encodong call: "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") Cu Selur RE: VP9 doesn't works - Inky1003 - 25.08.2018 (20.08.2018, 05:32)Selur Wrote: What happens if you call the de-/encoding call inside a Windows command prompt? It says "No such file or directory" Cu Inky RE: VP9 doesn't works - Selur - 25.08.2018 Okay, that probably means that the input: file "F:\Testes com encoding do Hybrid\encodingTempSynthSkript_18_34_09_7110.avs" isn't there any more. Might also be an issue with the ffindex file name,.. -> will send you a link to my current dev version via PM for testing in a few minutes. Cu Selur RE: VP9 doesn't works - Inky1003 - 25.08.2018 It worked, thanks! Cu Inky |