Those debug outputs are useless, they do not contain any of the processing.
=> re-read the sticky on how to create a debug output. Also like mentioned in the sticky 'compress (zip/7z/rar/..) the HybridDebugOutput.txt before you post it'
Wild guess: LWLibAVSource or BestSource are used which don't use an index file, but read the index into memory. So what happens, at the start is that the source filter needs to read the whole file and create the index inside the memory before it starts. Since your source can only be read with 60MB/s this will take a while.
If I'm right, disabling 'Prefer LWLibAVSource over FFMpegSource2' and disabling 'Prefer BestSource' will cause Hybrid to use FFMpegSource2, for which an index is created in the file system before the actual encoding starts.
Enabling 'Prefer AviSource for .avi input' might also help.
Cu Selur
=> re-read the sticky on how to create a debug output. Also like mentioned in the sticky 'compress (zip/7z/rar/..) the HybridDebugOutput.txt before you post it'
Wild guess: LWLibAVSource or BestSource are used which don't use an index file, but read the index into memory. So what happens, at the start is that the source filter needs to read the whole file and create the index inside the memory before it starts. Since your source can only be read with 60MB/s this will take a while.

If I'm right, disabling 'Prefer LWLibAVSource over FFMpegSource2' and disabling 'Prefer BestSource' will cause Hybrid to use FFMpegSource2, for which an index is created in the file system before the actual encoding starts.
Enabling 'Prefer AviSource for .avi input' might also help.
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.