[HELP] Hybrid encoder crashing while encoding dvd folder to mkv - 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 encoder crashing while encoding dvd folder to mkv (/thread-1566.html) Pages:
1
2
|
Hybrid encoder crashing while encoding dvd folder to mkv - Bolt - 17.10.2020 hi, I am encoding a dvd folder to mkv file x265 in hybrid. but after applying the cropping and avisynth filtes in hybrid, when I press encode now button in hybrid, it starts audio encoding. upto now that is fine but then it shows the error: CRASHED error: this type of file "C:\users\Desktop\2020-10-17@13_28_54_0710_04.265" could not be recognised this problem is faced only when I encode dvd folder. everything goes fine when I encode .mp4 file to x265. no such problem is faced when using megui please guide. here are the steps used in hybrid: 1.tick dvd input and browse for VIDEO_TS folder 2.then apply cropping and upscaling 3. choosing x265 and custom audio 4.add audio to the queue 5.apply avisynth filters like tweak, HDRAGC, vague denoiser and limitedsharpen 6. setting average bitrate 1 pass 8000 kbps-9000kbps 7.level profile: 6.2,main,high,preset slow,tune psnr here is detail log: it crashes just when it starts "creating mkv file with mkvmerge" RE: Hybrid encoder crashing while encoding dvd folder to mkv - Selur - 17.10.2020 Quote:no such problem is faced when using meguieasy solution: use MeGui Quote:CRASHED error: this type of file "C:\users\Desktop\2020-10-17@13_28_54_0710_04.265" could not be recognisedsadly without a debug output that does not provide enough data Quote:1.tick dvd input and browse for VIDEO_TS folder-> need a debug output of the job creation and processing Three things seem wrong (aside from the strange level profile selection): 1. the crash 2. that there is a mkvmerge call when you wrote that you wanted to create an mp4 file 3. that the 08_cleanUp-subjob seems to have an additional subjob Cu Selur RE: Hybrid encoder crashing while encoding dvd folder to mkv - Selur - 17.10.2020 I think I know what causes the crash and I think I fixed it in the code. Waiting for a debug output to be sure I properly found the problem and what is causing the additional 08_cleanUp-subjob. Cu Selur RE: Hybrid encoder crashing while encoding dvd folder to mkv - Bolt - 17.10.2020 (17.10.2020, 15:16)Selur Wrote:here is the detail, sir:Quote:no such problem is faced when using meguieasy solution: use MeGui x265 --input - --output-depth 8 --y4m --profile main --limit-modes --no-early-skip --no-open-gop --opt-ref-list-length-pps --lookahead-slices 0 --crf 18.00 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --qpfile GENERATED_QP_FILE --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --deblock=-1:-1 --limit-sao --no-repeat-headers --range limited --colormatrix bt709 --output "D:\final.265" RE: Hybrid encoder crashing while encoding dvd folder to mkv - Selur - 17.10.2020 That's not a debug output, that is the command line of the x265 command line view,... -> read [INFO] Infos needed to fix&reproduce bugs,.. properly Also your command lien doe snot use 'preset slower',... wild guess: you only selected, but didn't apply the preset. Cu Selur RE: Hybrid encoder crashing while encoding dvd folder to mkv - Bolt - 18.10.2020 (17.10.2020, 15:40)Selur Wrote: I think I know what causes the crash and I think I fixed it in the code. (18.10.2020, 03:59)Bolt Wrote:(17.10.2020, 15:40)Selur Wrote: I think I know what causes the crash and I think I fixed it in the code. 10 parts of debug report 2020-10-17( size of the report was about 1.2mb so splitted the file) RE: Hybrid encoder crashing while encoding dvd folder to mkv - Selur - 18.10.2020 Quote:10 parts of debug report 2020-10-17( size of the report was about 1.2mb so splitted the file)You know that the sticky explicitly sais: Quote:compress (zip/7z/rar/..) the HybridDebugOutput.txt before you post it Sadly that debug output does only contains the analysis of the source with the crop detection, neither the job creation or processing. My guess is that you did set the output dir after enabling the debug output not before,... -> debug output as it is, is useless -> read "[INFO] Infos needed to fix&reproduce bugs,.."-sticky properly Cu Selur Ps.: I also can't send you a link to my current dev version for testing, since you disabled PMs. RE: Hybrid encoder crashing while encoding dvd folder to mkv - Bolt - 18.10.2020 (18.10.2020, 07:30)Selur Wrote:Quote:10 parts of debug report 2020-10-17( size of the report was about 1.2mb so splitted the file)You know that the sticky explicitly sais: sir, I have enabled PM . also i encoded dvd to mkv with video and audio passthrough and it was done smoothly. I tried to attach the debug report in .rar form but when I click on post reply , there is error saying this type of file is not allowed. (18.10.2020, 08:16)Bolt Wrote:(18.10.2020, 07:30)Selur Wrote:Quote:10 parts of debug report 2020-10-17( size of the report was about 1.2mb so splitted the file)You know that the sticky explicitly sais: RE: Hybrid encoder crashing while encoding dvd folder to mkv - Selur - 18.10.2020 Send you a link to a dev version which should fix at least the encoder of the video problem. (old jobs need to be deleted) Cu Selur RE: Hybrid encoder crashing while encoding dvd folder to mkv - Bolt - 18.10.2020 (18.10.2020, 09:08)Selur Wrote: Send you a link to a dev version which should fix at least the encoder of the video problem. ok sir, thanks a lot. I will try and respond. |