Okay, some good and bad news: Seems like it's a problem with the mencoder version used. (and not a bug in Hybrid or a general problem of mencoder)
using:
some versions produce garbage others don't.
-> try extracting mencoder.exe and mplayer.exe from https://www.videohelp.com/download/MPlay...0d113c8.7z and see whether that fixed the issue for you too
Cu Selur
Ps.: not sure whether this is due to a change in the ffmpeg libraries (which mencoder uses) some of mencoder dependencies or a bug in the build suite I use (https://github.com/m-ab-s/media-autobuild_suite).
using:
mencoder -chapter 1-1 -ovc raw -noskip -vf scale,format=i420 -forcedsubsonly -nosub -nosound -mc 0 -lavdopts threads=8 -really-quiet -of rawvideo -o - -dvd-device "F:\TESTCL~1\discs\DVDs\TestDVD" dvd://1 | x264 --preset ultrafast --crf 18.00 --profile high --level 4.1 --scenecut 0 --sync-lookahead 24 --tff --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 64:45 --non-deterministic --range tv --colormatrix bt709 --demuxer raw --input-res 720x576 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output "E:\Temp\2020-12-02@09_03_54_4410_01.264" -
-> try extracting mencoder.exe and mplayer.exe from https://www.videohelp.com/download/MPlay...0d113c8.7z and see whether that fixed the issue for you too
Cu Selur
Ps.: not sure whether this is due to a change in the ffmpeg libraries (which mencoder uses) some of mencoder dependencies or a bug in the build suite I use (https://github.com/m-ab-s/media-autobuild_suite).