The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once



Selur's Little Message Board
[HELP] Trying to ovewrite input scan type from progressive to interlaced - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [HELP] Trying to ovewrite input scan type from progressive to interlaced (/thread-3042.html)



Trying to ovewrite input scan type from progressive to interlaced - Predatir - 16.01.2023

I have a bunch of vhs footage that I captured in avi format with lagarith losseless codec. The videos are marked as progressive in both hybrid and media info but I can clearly see the combing effect. I read that avi doesn't have a flag for interlacing so that's okay, and I'm supposed to mark that it's interlaced when I'm encoding. I'm encoding to mp4 x264 file but when I'm checking the Overwrite input scan type to bottom field first and disabling auto deintarlacing then I get this error:
Aborting: Encoding is set for progressive output, but the input is not progressive.

I tried top field and telecine just in case, but I get the same error.
I'm on Windows 10 Hybrid 2022.11.28.1

I'm not sure If I'm misunderstanding what this option is for, but I want the video to have interlace flag so that my tv can deinterlace it instead of Hybrid, because apparently it's better to let the tv do it.


RE: Trying to ovewrite input scan type from progressive to interlaced - Selur - 16.01.2023

Quote: I read that avi doesn't have a flag for interlacing so that's okay,..
The video format should support the flagging, which lagarith does not.

Quote:. I'm encoding to mp4 x264 file but when I'm checking the Overwrite input scan type to bottom field first and disabling auto deintarlacing then I get this error:
Aborting: Encoding is set for progressive output, but the input is not progressive.

I tried top field and telecine just in case, but I get the same error.
I'm on Windows 10 Hybrid 2022.11.28.1

I'm not sure If I'm misunderstanding what this option is for, but I want the video to have interlace flag so that my tv can deinterlace it instead of Hybrid, because apparently it's better to let the tv do it.
You can count yourself lucky that Hybrid did complain, since what you should do is:
1. Overwrite, the input scan type like you did.
2. Configure the encoder to output interlaced content for x264: 'x264->Frames->Advanced Frame Settings->Interlaced encoding' + 'Force bff'.
Since the encoder is set to interlaced output Hybrid will not deinterlace (unless it's necessary to apply some filter, but then it will reeinterlace and make sure the encoder is fed interlaced content).

With your settings, you would have ruined the output by making the combing part of the image while encoding progressively instead of interlaced. Wink
(your TV wouldn't be able to deinterlace, since what you would have created, wouldn't be interlaced content)

Cu Selur


RE: Trying to ovewrite input scan type from progressive to interlaced - Predatir - 16.01.2023

Thanks for the quick help it worked.