This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Passing interlaced content
#3
Unfortunately this doesn't work and Hybrid still treats target as progressive(?)
# Current color space: YUV422P8, bit depth: 8, resolution: 720x576, frame rate: 25fps, scanorder: top field first, yuv luminance scale: limited, matrix: 470bg, transfer: bt.709, primaries: bt.709, format: FFV1
# converting interlaced to full-height progressive for filtering (vsCAS) (using: QTGMC(preset="Fast"))
clip = qtgmc.QTGMC(Input=clip, Preset="Fast", Lossless=2, TFF=True) # new fps: 50
# converting full-height progressive to interlaced for 'progressive to interlaced (1)'
clip = core.std.SeparateFields(clip=clip, tff=True)
clip = core.std.DoubleWeave(clip=clip, tff=True) # resolution 720x576
clip = core.std.SelectEvery(clip=clip, cycle=4, offsets=[0, 1])
clip = core.std.SelectEvery(clip=clip, cycle=2, offsets=[1])
clip = core.std.SetFrameProps(clip=clip, _FieldBased=vs.FIELD_TOP) # tff
# adjusting output color from: YUV422P8 to YUV420P8 for x264Model
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P8)
# set output frame rate to 25fps (top field first)
x264->Frames->Interlaced encoding was enabled
Reply


Messages In This Thread
Passing interlaced content - by r3dfx - 21.12.2025, 22:51
RE: Passing interlaced content - by Selur - 21.12.2025, 22:59
RE: Passing interlaced content - by r3dfx - 21.12.2025, 23:51
RE: Passing interlaced content - by Selur - 22.12.2025, 08:04
RE: Passing interlaced content - by r3dfx - 26.12.2025, 09:22
RE: Passing interlaced content - by Selur - 26.12.2025, 09:31
RE: Passing interlaced content - by Selur - 26.12.2025, 21:30
RE: Passing interlaced content - by Selur - 28.12.2025, 08:22
RE: Passing interlaced content - by Selur - 31.12.2025, 06:19
RE: Passing interlaced content - by Selur - 10.01.2026, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)