![]() |
[HELP] Hybrid on Mac not able to encoding. (btw not internal savvy) - 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: [HELP] Hybrid on Mac not able to encoding. (btw not internal savvy) (/thread-611.html) |
Hybrid on Mac not able to encoding. (btw not internal savvy) - theblackndsage - 13.09.2018 Hello, I am having trouble with 60 FPS conversion on Mac. I followed the steps on the forum and started the job, but the job finishes within like 5 seconds. Do you know if you're able to help? I attached the debug file within this post if it helps. Sorry for asking for help on something so simple. [attachment=515]Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: Hybrid on Mac not able to encoding. (btw not internal savvy) - Selur - 13.09.2018 Problem seems to be that Hybrid can't find "vspipe" and crashs when trying to use it's absolute path. -> Check your paths under Config->Tools RE: Hybrid on Mac not able to encoding. (btw not internal savvy) - theblackndsage - 13.09.2018 (13.09.2018, 05:18)Selur Wrote: Problem seems to be that Hybrid can't find "vspipe" and crashs when trying to use it's absolute path. Okay, I went and looked and saw that there was nothing there for Vspipe. I looked up Vspipe and a vaporsynth package was recommended to download and install. So I did and unfortunately, it crashed again. What do you recommend? I also attached another debug file. [attachment=516] RE: Hybrid on Mac not able to encoding. (btw not internal savvy) - Selur - 13.09.2018 a. Does the Vapoursynth Preview work or does it throw an error? b. I would recommend to set a fixed temp path. The Vapoursynth script itself: # Imports "/usr/local/bin/vspipe" "/var/folders/57/f891wwsn4dl28kfm0j7hxd700000gn/T/encodingTempSynthSkript_23_08_39_8910.vpy" - --y4m | "/Applications/Hybrid.app/Contents/MacOS/x264" --crf 18.00 --profile high --level 4.2 --direct auto --qcomp 0.5 --no-mbtree --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --weightp 1 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --fps 60/1 --output-depth 8 --output "/var/folders/57/f891wwsn4dl28kfm0j7hxd700000gn/T/23_08_39_8910_03.264" -[/code] look fine so my guess is there is still something 'off' with the Vapoursynth environment. Can't test myself since I don't own a mac any more and from the looks of it that there isn't a new Mac Mini released this year, so I doubt that will change anytime soon. Cu Selur |