Open davidvankemenade opened 3 weeks ago
I can exclude the lossy flac compression from this. I've repeated the decode with the original .s16 file. The bug occurs earlier this time around:
File Frame 144070: SVHS
[s16le @ 00000219d9f86340] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 230584299520 >= -230584298227
Checklist
Bug Description
[s16le @ 000001e7762f3bc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 329406142149 >= -329406140347
Steps to Reproduce
decode.exe vhs --use_saved_levels --ire0_adjust --overwrite --frequency 28 --level_detect_divisor 2 --recheck_phase --pal --threads 4 --tape_format SVHS compressed.flac outputtbc 1>stdoutput.log" 2>&1
Expected Behaviour
Actual Behaviour
Environment
Additional Information
--use_saved_levels
and using--level_detect_divisor 2
instead of 1.Is there anything in the code that could explain this behaviour?
Is it related to tbc-video-export?
No