Tiiscool wrote:Hi,
why is there nor order= or use of d2v= ?
TFM()
TDecimate()
I thought it should be this way ?
TFM(order =1) #for top field
TDecimate()
Dgdecode knows the field order or the original stream, and it can pass this information along to TFM, thus there is no reason to manually specify it.
Tiiscool wrote:Basic idea: also the .d2v file has a unique name
and you see what files belong to the.d2v
I don't understand what you are talking about in this post.
Tiiscool wrote:DGIndex:
I do not trust DGIndex, because I had once a wrong fieldorder.
This problem was made by bad encoding.
CheckFieldOrder()
I think we don 't need this any longer ?
AviSynth:
What do you think about info()
It also tells the fieldorder
I would be interested in seeing a source where dgindex told you the wrong field order. It could also have been a bug in an old version of dgindex, maybe?
CheckfieldOrder() can still be used if you dont trust dgindex. I've never had a problem with dgindex though.
Info() doesn't know the field order. It only reports either what mpeg2source tells it, or what you tell it (using commands AssumeTFF or AssumeBFF).