mathmax
30th November 2013, 09:35
Hello
I have a few questions regarding the following code:
Mpeg2Source("interlaced.d2v") #original video is YV12 interlaced
SomeSmartBob()
Somfitlers()
SeparateFields()
Selectevery(4,0,3)
weave()
1. After SomeSmartBob() is applied, is the color format automatically changed to YV12 progressive (for example when using QTGMC, bob(), yadif(), etc.)?
2. If the color format is YV12 progressive, then one line over 2 doesn't have chroma informations. So I guess SeparateFields() will first convert to YV12 interlaced, else half of the resulting fields will not hold any chroma information. Could you confirm this assumption?
Thank you in advance.
I have a few questions regarding the following code:
Mpeg2Source("interlaced.d2v") #original video is YV12 interlaced
SomeSmartBob()
Somfitlers()
SeparateFields()
Selectevery(4,0,3)
weave()
1. After SomeSmartBob() is applied, is the color format automatically changed to YV12 progressive (for example when using QTGMC, bob(), yadif(), etc.)?
2. If the color format is YV12 progressive, then one line over 2 doesn't have chroma informations. So I guess SeparateFields() will first convert to YV12 interlaced, else half of the resulting fields will not hold any chroma information. Could you confirm this assumption?
Thank you in advance.