02.12.2020, 08:50
Quote:So, if *.VOB as file input looks "proper for me", why DVD Input does not?Since Hybrid is forced to use a decoder that supports chapters/titles/pgcs.
Opening files and Blu-rays can be done through Avisynth/Vapoursynth/FFmpeg without a problem.
Opening DVDs can only be done properly through mencoder, since FFmpeg/Avisynth/Vapoursynth all have no proper DVD input filter. One can open the files by concatenating them, but no structural information (chapter/title/pgc/angle) gets processed. So they all open only the first angle&title (pgc).
Problem with mencoder seems to be that it can't output interlaced content via a pipe (or I don't know how to).
So workarounds are:
a. using for example MakeMKV (or Hybrid) to rewrap the wanted content into a mkv before processing it with Hybrid.
b. forcing Hybrid to not use mencoder and living with the limitation that no no structural information (chapter/title/pgc/angle) gets processed, which is no real problem for simple DVDs but fails for anything but simple DVDs.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.