Inline Framerate Conversion for Hybrid 29.97 / 23.976 Video Content with AVISynth

Needed AVISynth Plugins: TIVTC, RIFE, RemapFrames Effectively what this technique does is generates the needed 29.97 -> 23.976 framerate conversion on the fly within an AVIsynth script using the Real-Time Intermediate Flow Estimation plugin. By assigning the conversion to a variable pre-decimation, we’re able to then ‘inject’ converted frame sections back into the decimated video […]

Windows 10 Creators Update 1703 – Avoiding “Just a moment…” in a Task Sequence

Ensure the following is in your Unattend.xml in order to avoid waiting for “Just a moment…” <OOBE> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> </OOBE> Normally ConfigMgr handles updating the xml file for smooth task sequencing. But this seems to be something left out of ConfigMgr 1702 / ADK 1703. I would recommend using the […]