Posts: 8.836
Threads: 51
Joined: May 2017
Quote:So I need to set ProRes to Interlacing = Top, set De-Interlacing to NONE, is there anthing else I need to set for interlaced output?
"De-Interlacing to NONE" => No, so not touch that option, if the input is interlaced and the output is interlaced Hybrid will do everything right.
(btw. I would recommend using a custom section like I mentioned)
Cu Selur
Posts: 352
Threads: 81
Joined: Jul 2020
So I leave De-Interlacing -> QTGMC on as it is loaded by default?
Posts: 8.836
Threads: 51
Joined: May 2017
Quote:So I leave De-Interlacing -> QTGMC on as it is loaded by default?
Yes, that setting specifies the 'Auto deinterlace handling', read the tool-tip.
Quote:Deinterlace handling:
Sets what method will be used to deal with non-progressive content assuming the output isn't marked as interlaced in the encoder.
Hybrid does only deinterlace if:
a. the source is non-progressive
b. the output is not interlaced
So:
- If your source is flagged as interlaced, but in reallity is progressive: overwrite the scan type.
- If your source is flagged progressive, but in reallity interlaced: overwrite the scan type.
- If your source is progressive and properly flagged, do not worry Hybrid will not try to deinterlace the source.
=> Do not set this to 'none', unless you really know what you are doing and what are the consequences are when using Hybrid with this setting set to 'none'.
Cu Selur
Posts: 352
Threads: 81
Joined: Jul 2020
So no need to set QTGMC via Misc -> Script -> Filter Interlace Handling -> Fast
as per earlier in this thread?
Posts: 8.836
Threads: 51
Joined: May 2017
No, that is still needed.
When filtering interlaced content with filters that only support progressive content you got 2 choices:
1. split the content into fields and treat them as source with half the height ('separate fields'). (since each field has only half the height)
Downside is this that temporal dependencies and thus temporal filtering will work on different content. Which can negatively impact temporal filtering. (The next 'frame' isn't a frame but a shifted 'field')
2. bob deinterlace the source and reinterlace it later. This is what "QTGMC via Misc -> Script -> Filter Interlace Handling ->QTGMC(preset="Fast")" does. It tells Hybrid to use bob deinterlacing and reinterlace later.
Cu Selur