Früher konnte man so etwas wie:
Code
- mencoder -ovc raw -noskip -field-dominance -1 -vf scale,format=i420,yadif=0,scale,format=i420 -sws 10 -forcedsubsonly -nosub -nosound -mc 0 -lavdopts threads=8 -really-quiet -of rawvideo -o - -dvd-device "G:\TestClips&Co\discs\DVDs\TestDVD" dvd://1 | x264 --crf 18.00 --profile high --sync-lookahead 11 --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 "J:\tmp\2023-05-02@20_48_45_3210_01.264" -
verwenden um DVDs mit mencoder zu öffnen und z.B. nach x264 zu encoden.
FFmpeg ist keine alternative, da es keine Titel&Angle unterstützt.
Wenn man heutzutage den Aufruf verwendet, kriegt man leider eine kaputte Ausgabe.
Woran das liegt, sieht man, wenn man:
verwendet.
Da wird dann im Terminal z.B. noch:
sprich beim Pipen ist der Videostream kaputt.
('-msglevel all-1' hilft nicht, 'set MPLAYER_VERBOSE=-1' hilft nicht.)
Hat jemand eine Idee, wie man das Fixen könnte?
Cu Selur
Ps.: Momentan sieht es so aus, als ob ich wohl DVD Input wenn Videohandling nicht passthrough ist und weder Avisynth noch Vapoursynth verwendet werden in Hybrid verbieten müssen.