Selur's Little Message Board

Full Version: can not start encoding (ubuntu 18.10) : crash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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
From the looks of it the calls looks fine,...

What happens if you call:
Code:
"/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"
inside a terminal ?

Cu Selur
(20.05.2019, 16:49)Selur Wrote: [ -> ]From the looks of it the calls looks fine,...

What happens if you call:
Code:
"/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"
inside a terminal ?

Cu Selur

no i use the GUI
I know you use the GUI, but the GUI uses command line calls to do stuff, please answer the question.
(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  Sad

I TRY
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 <->
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
Code:
crop=3840:1604:0:278, scale=out_range=tv
should be:
Code:
crop=3840:1604:0:278,scale=out_range=tv
totally overlooked that before.
-> will try to look at it more this evening or tomorrow

Cu Selur
(22.05.2019, 06:14)Selur Wrote: [ -> ]
Code:
crop=3840:1604:0:278, scale=out_range=tv
should be:
Code:
crop=3840:1604:0:278,scale=out_range=tv
totally overlooked that before.
-> will try to look at it more this evening or tomorrow

Cu Selur

Ok thanks
Send you a link to a dev version (via PM) which should fix the issue.

Cu Selur
Pages: 1 2 3