[BUG] DVD source - 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: [BUG] DVD source - crash (/thread-876.html) |
DVD source - crash - kkf_hu - 16.02.2019 Hi Selur, Its me again, found you another bug The crash occurs when I select DVD as the source. Debug log - now really - attached. Cheers. RE: DVD source - crash - Selur - 16.02.2019 Encoding call: "C:\PROGRA~1\Hybrid\64bit\VAPOUR~1\vspipe.exe" "C:\Users\Laci\AppData\Local\Temp\encodingTempSynthSkript_16_07_02_4810.vpy" - --y4m | "C:\PROGRA~1\Hybrid\64bit\x264.exe" --preset veryfast --pass 1 --bitrate 1250 --profile high --level 4.1 --bframes 5 --rc-lookahead 40 --qpmax 51 --weightp 2 --aq-strength 0.6 --sar 8:9 --deblock 1:1 --non-deterministic --range tv --stats "C:\Users\Laci\AppData\Local\Temp\extras_16_07_02_4810_03.stats" --demuxer y4m --fps 24000/1001 --output-depth 8 --output NUL - y4m [error]: bad sequence header magic # Imports No clue why it's crashing for you. Does the Vapoursynth preview work properly? As a side note: Seeing that the source was detected as bt709 and you applying ColorMatrix with values that convert from Rec.601 (470bg) to Rec.709 (709) seems wrong. Cu Selur RE: DVD source - crash - kkf_hu - 16.02.2019 (16.02.2019, 18:25)Selur Wrote: Encoding call:im gonna go check and report back. well as far as the color scheme is concerned, if i dont do this, i get different colors from the original, definitely more vivid. i can only guess the detection aint correct. im using telecine DVD material for source. RE: DVD source - crash - Selur - 16.02.2019 Quote:well as far as the color scheme is concerned, if i dont do this, i get different colors from the original, definitely more vivid. i can only guess the detection aint correct.My guess would be that it is because you disabled signaling the colorMatrix, thus the decoder needs to guess, but it's your encode and your settings, it's just something that seems wrong to me. Cu Selur RE: DVD source - crash - kkf_hu - 16.02.2019 (16.02.2019, 18:53)Selur Wrote:Quote:well as far as the color scheme is concerned, if i dont do this, i get different colors from the original, definitely more vivid. i can only guess the detection aint correct.My guess would be that it is because you disabled signaling the colorMatrix, thus the decoder needs to guess, but it's your encode and your settings, it's just something that seems wrong to me. i dont even know where to set that option :S RE: DVD source - crash - Selur - 16.02.2019 Quote:i dont even know where to set that option :SYou must have disabled it since normally the calls Hybrid uses all include '--colormatrix ...', and your call doesn't. RE: DVD source - crash - kkf_hu - 17.02.2019 (16.02.2019, 23:53)Selur Wrote:Quote:i dont even know where to set that option :SYou must have disabled it since normally the calls Hybrid uses all include '--colormatrix ...', and your call doesn't. well, i didnt touch anything im 100% sure, just setting medium and animation, and maybe fiddle a little with max quantizer. by the way ivtc deinterlacer copes with me setting the input to DVD, and only Vapoursynth fails. again this is that weird telecine DVD set, from which i posted that file in my other thread. RE: DVD source - crash - Selur - 17.02.2019 Fact is, by default 'x264->VUI->Video Usability Information->Color Matrix' is enabled (for years) which for this clip would add '--colormatrix bt709' since your command line doesn't contain this, the option must have been disabled by you. Cu Selur RE: DVD source - crash - kkf_hu - 17.02.2019 (17.02.2019, 00:08)Selur Wrote: Fact is, by default 'x264->VUI->Video Usability Information->Color Matrix' is enabled (for years) which for this clip would add '--colormatrix bt709' since your command line doesn't contain this, the option must have been disabled by you. nope, its enabled, just checked would have been strange cause i have never been to the VUI menu before. RE: DVD source - crash - Selur - 17.02.2019 Then I got no clue why you command line doesn't contain any '--colormatrix' part. Cu Selur |