03.01.2019, 06:10
Quote:Frame rate mode : Variableargh, vfr + interlaced is always a BAD combination,... (can all be handled, but that would be tricky)
Frame rate : 59.940 (59940/1000) FPS
Original frame rate : 29.970 (30000/1001) FPS
So first this I tried was to use:
- Config->Internals->Ignore all input timecodes
- Config->Internals->Prefer Original Frame rate
- passthrough audio&video
-> using that the output was sync, so those vfr time codes are not needed (Hurray!) and enabling 'Ignore all input timecodes' and 'Prefer Original Frame rate' makes sense (so Hybrid knows that it should ignore the frame rate of the container and use the one from the video stream and that the time codes of the input should be ignored).
Assuming you want progressive 59.940fps as output I set Base->Processing->Video back to x264 (use other encoder if you want) and enabled Filtering->QTGMC Vapoursynth->Bob. I also set 'x264->Base->Restriction Settings->AVC Profile/Level' to 'High/4.2' and 'x264->Base->General Settings->Encoding mode' to 'constant rate factor (1-pass)', but you can use any other encoder and settings, these were just for testing.
So to sum it up what I did was:
- enable 'Config->Internals->Ignore all input timecodes'
- enable 'Config->Internals->Prefer Original Frame rate'
- enable 'Filtering->QTGMC Vapoursynth->Bob' (if you want, 29.97fps output, don't enable this)
Cu Selur
Ps.: Personally I would encode using a H.265 encoder and aim for 10bit instead of 8bit, but that depends on your needs&goals.
----
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.