The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
can not start encoding (ubuntu 18.10) : crash - 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: can not start encoding (ubuntu 18.10) : crash (/thread-1009.html) |
can not start encoding (ubuntu 18.10) : crash - ptidav - 20.05.2019 Hello, i've installed Hybrid on linux ubuntu 18.10 I'm trying to encode a movie in x265 but every time i launch the job, it crashs instantly Encoding in x264 runs without any problem. Debuglog level 9 joined to this post Thanks for your help RE: can not start encoding (ubuntu 18.10) : crash - Selur - 20.05.2019 From the looks of it the calls looks fine,... What happens if you call: "/home/tux/.hybrid-bin/ffmpeg" -y -noautorotate -threads 8 -i "/home/tux/videos/_sources_full_remux/Guardians.Of.The.Galaxy.Vol.2.2017.MULTi.TRUEFRENCH.2160p.BluRay.REMUX.HEVC.HDR.10bits.DTS-HD.MA.HRA.5.1.TrueHD.Atmos.7.1-TSC.mkv" -map 0:0 -an -sn -vf crop=3840:1604:0:278, scale=out_range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | "/home/tux/.hybrid-bin/x265" --input - --output-depth 10 --y4m --profile main10 --level-idc 5.1 --subme 3 --ref 4 --qpmax 69 --crf 15.00 --qpfile "/home/tux/demux/Guardians.Of.The.Galaxy.2.X265.nogpu_12_39_42_4210_01.qp" --rd 2 --qcomp 0.60 --vbv-maxrate 160000 --vbv-bufsize 160000 --no-deblock --colorprim bt2020 --transfer smpte2084 --colormatrix bt2020nc --master-display "G(13250,34499)B(7499,2999)R(34000,15999)WP(15634,16450)L(10000000,50)" --max-cll "1000,300" --hdr --output "/home/tux/demux/12_39_42_4210_02.265" Cu Selur RE: can not start encoding (ubuntu 18.10) : crash - ptidav - 20.05.2019 (20.05.2019, 16:49)Selur Wrote: From the looks of it the calls looks fine,... no i use the GUI RE: can not start encoding (ubuntu 18.10) : crash - Selur - 20.05.2019 I know you use the GUI, but the GUI uses command line calls to do stuff, please answer the question. RE: can not start encoding (ubuntu 18.10) : crash - ptidav - 20.05.2019 (20.05.2019, 17:49)Selur Wrote: I know you use the GUI, but the GUI uses command line calls to do stuff, please answer the question. sorry bad reading I TRY RE: can not start encoding (ubuntu 18.10) : crash - ptidav - 20.05.2019 When i launch the command i get the following error : [NULL @ 0x3e63140] Unable to find a suitable output format for 'scale=out_range=tv' scale=out_range=tv: Invalid argument x265 [error]: unable to open input file <-> RE: can not start encoding (ubuntu 18.10) : crash - ptidav - 21.05.2019 This morning i removed the args in red : "/home/tux/.hybrid-bin/ffmpeg" -y -noautorotate -threads 8 -i "/home/tux/videos/_sources_full_remux/Guardians.Of.The.Galaxy.Vol.2.2017.MULTi.TRUEFRENCH.2160p.BluRay.REMUX.HEVC.HDR.10bits.DTS-HD.MA.HRA.5.1.TrueHD.Atmos.7.1-TSC.mkv" -map 0:0 -an -sn -vf crop=3840:1604:0:278, scale=out_range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | "/home/tux/.hybrid-bin/x265" --input - --output-depth 10 --y4m --profile main10 --level-idc 5.1 --subme 3 --ref 4 --qpmax 69 --crf 15.00 --qpfile "/home/tux/demux/Guardians.Of.The.Galaxy.2.X265.nogpu_12_39_42_4210_01.qp" --rd 2 --qcomp 0.60 --vbv-maxrate 160000 --vbv-bufsize 160000 --no-deblock --colorprim bt2020 --transfer smpte2084 --colormatrix bt2020nc --master-display "G(13250,34499)B(7499,2999)R(34000,15999)WP(15634,16450)L(10000000,50)" --max-cll "1000,300" --hdr --output "/home/tux/demux/12_39_42_4210_02.265" Doing that, the encode runs normally from terminal RE: can not start encoding (ubuntu 18.10) : crash - Selur - 22.05.2019 crop=3840:1604:0:278, scale=out_range=tv crop=3840:1604:0:278,scale=out_range=tv -> will try to look at it more this evening or tomorrow Cu Selur RE: can not start encoding (ubuntu 18.10) : crash - ptidav - 22.05.2019 (22.05.2019, 06:14)Selur Wrote: Ok thanks RE: can not start encoding (ubuntu 18.10) : crash - Selur - 22.05.2019 Send you a link to a dev version (via PM) which should fix the issue. Cu Selur |