18.05.2018, 05:06
No clue why it isn't working atm. will try to look at it some more over the weekend.
Disaster with wrong MPlayer
|
18.05.2018, 05:06
No clue why it isn't working atm. will try to look at it some more over the weekend.
18.05.2018, 22:50
It fails however to encode a mp4 (no filters) debug attached.
Okay, removed the Hybrid-dev-2018-05-16 and reinstalled the previous Hybrid. First, loaded a mp4 into Hybrid and started to encode with no filters all okay. Stopped encode, loaded your avs, tried to get preview but only blank window with tons of errors debug attached. Then Loaded the avs into AvsPmod all okay. Finally, called avsViewer from wine to open the avs. All okay avsViewer launched and could step through with no problem. See attachments.
19.05.2018, 05:31
Looking at the second debug output:
Quote:LoadPlugin("/usr/bin/hybrid-bin/avisynthPlugins/LoadDll.dll")Here, the problem lies with the bug I fixed for you already, that instead of Import("/run/media/root/SLACKWARE64/menu/Hybrid/selur.avs") Source = Import("/run/media/root/SLACKWARE64/menu/Hybrid/selur.avs") Since this wasn't fixed in the old version, it's not surprising it crashes. Quote:Then Loaded the avs into AvsPmod all okay.Can't really believe that you used the same script in AvsPmod, since that script is simply broken and doesn't work,... Looking at the first debug output the following error occurs: x264 output: y4m [error]: bad sequence header magic # Imports And the decoding and encoding calls look fine too: "/usr/bin/vspipe" "/tmp/encodingTempSynthSkript_16_12_16_1710.vpy" - --y4m | "/usr/bin/x264" --preset slow --crf 18.00 --profile high --level 4.1 --psy-rd 1.00:0.15 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --deblock -1:-1 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --input-range tv --fps 24000/1001 --output "/tmp/16_12_16_1710_02.264" - When you call the decoding & encoding call inside a terminal does it show any additional error information aside from 'y4m [error]: bad sequence header magic' ? Cu Selur
19.05.2018, 07:53
You may have "fixed" a bug in the dev version but the preview issue was not resolved and it failed to process an mp4 so it was effectively worse than what I had been working with which is why I threw it out.
AVSPmod is very good at picking up script errors and I regularly use it just for that. Believe it or not, what you call a broken script did show in avsPmod and there were no errors. screenshot is attached which clearly shows the content of the script called.. The suggestion that I have a version of x264 from last year is sheer nonsense. Version info is attached. I have a working linux vapoursynth installation but that has no bearing on the Hybrid problem where I am only interested in using avisynth filters anyway and the linux vapoursynth filters cannot be used so I don't know what relevance the last reply has where you seem to refer to vapoursynth?? Quote:AVSPmod is very good at picking up script errors and I regularly use it just for that.Man, you don't get it. If you use FilterView with AvisynthView and use an avs script as input the old Hybrid version has a bug. It doesn't use 'Source ='. The script you refer to is the one you feed Hybrid as input, the one I referred to is the one Hybrid feeds to avsViewer. Quote:The suggestion that I have a version of x264 from last year is sheer nonsense. Version info is attached.it is not. Your build is from x264 0.152 (which is from 2017) not from the current 0.155 sorry that you don't see that. Current version should be: 'x264 0.155.2901 7d0ff22' Quote:I have a working linux vapoursynth installation but that has no bearing on the Hybrid problem where I am only interested in using avisynth filters anyway and the linux vapoursynth filters cannot be used so I don't know what relevance the last reply has where you seem to refer to vapoursynth??I referred to Vapoursynth since the Debug Output you posted contained this error. Before established that the old version had a bug regarding handling Avisynth input when FilterView and AvisynthView are used together (missing 'Source ='), which is why I compiled a modified version which should fix that. You then went back to the old version and complained about the AvisynthView not working when FilterView is sued. => Sorry, but I got no clue how I can help you if you do something like that. Cu Selur
19.05.2018, 10:01
Sorry but you are going around in circles a bit.
I have already shown that your dev version 2018-05-16 does not only not display preview but also fails to encode. I give the evidence again. Screenshots and debug attached 1) tried load mp4 file direct into Hybrid used no filters and it crashed. 2) closed Hybrid, restarted and loaded same mp4 but this time tried preview no filters. Window opened for a fraction of a second then closed. 3) closed Hybrid, restarted and loaded mp4 again but this time set Tweak filter No flashing window or preview
Don't stuff multiple problem in one debug output.
-> I'll look only at the last problem. Hybrid creates the following script for the preview: LoadCPlugin("/usr/bin/hybrid-bin/avisynthPlugins/ffms2.dll") it then calls the avsViewer with: "/usr/bin/hybrid-bin/avsViewer.exe" --input "/tmp/tempPreviewAvisynthFile17_54_03_690.avs" --aspect 1 --matrix Rec601 --listen 2010 -> will fix that problem, send you a link to another version, if the problem is fixed for you, you can create another debug output which just one of the other problems and I'll look at that. (seems like this doesn't cause a problem on Ubuntu since it automatically calls wine) Cu Selur
19.05.2018, 14:32
Thanks for the new file but sorry no luck - is even worse.
Tried load a mp4 and an avi, followed by the mp4 via an avs but Hybrid would not load any giving same error " FilteringModel get->found no field filter Order" Debug is attached. Have to hit the sack now.
19.05.2018, 20:23
Argh forgot to comment some testing code out, will compile a new version and send you a link to test.
Cu Selur
20.05.2018, 00:43
Finally making some progress but the end not yet reached.
!) loaded mp4, set x264, no filters, started encode = NOTHING 2) went to filtering window, clicked on lower preview = window flashed for a fraction of a second 3) Clicked on top preview (Filter preview) = Preview window launched and seemed to work but error windows 4) Closed and relaunched Hybrid, set x264 and selected Tweak Filter = Preview worked but error windows, screenshots attached. Started encode and appeared to progress okay. 5) Closed and relaunched Hybrid but this time loaded the mp4 via avs. = Filter Preview okay (avs-preview attached) again 4 errors. Encode started, seemed to progress okay. 6) Restarted Hybrid and loaded mp4, set x264 & Tweak Filter, started encode = seemed okay 7) Restarted Hybrid and loaded mp4, set x264 but no filters (as in test (1) = clicked 3 times to try to encode but nothing happens |
« Next Oldest | Next Newest »
|