R3Z
15th October 2007, 04:31
I am working on a video here which seems to be PAL 25fps BFF Interlaced. From my knowledge there has been no standards conversion. The strange issue is that it appears to have field shift artifacts like so;
http://www.users.on.net/~inet_s51/stuff/Test/test.jpg
Keeping in mind these artifacts still occur once deinterlaced (either dumb or smart bobbing).
I have tried the MSU_FieldShift plugin without any luck as well as a function by davidhorman that shifts the even fields up one row;
assumebff
separatefields
e=last.selecteven.converttorgb24
o=last.selectodd.converttorgb24
interleave(e,o.crop(0,1,720,287).addborders(0,0,0,1))
weave
Its neither of those i think, though i am stabbing blind :confused: I can minimise/fix everything else thats wrong with the clip to my liking (and theres alot).
I have uploaded a sample if anyone is game to have a look :) ;
Sample 29MB (http://www.users.on.net/~inet_s51/stuff/Test/strange.mpg)
Any help or advice is greatly appreciated :)
http://www.users.on.net/~inet_s51/stuff/Test/test.jpg
Keeping in mind these artifacts still occur once deinterlaced (either dumb or smart bobbing).
I have tried the MSU_FieldShift plugin without any luck as well as a function by davidhorman that shifts the even fields up one row;
assumebff
separatefields
e=last.selecteven.converttorgb24
o=last.selectodd.converttorgb24
interleave(e,o.crop(0,1,720,287).addborders(0,0,0,1))
weave
Its neither of those i think, though i am stabbing blind :confused: I can minimise/fix everything else thats wrong with the clip to my liking (and theres alot).
I have uploaded a sample if anyone is game to have a look :) ;
Sample 29MB (http://www.users.on.net/~inet_s51/stuff/Test/strange.mpg)
Any help or advice is greatly appreciated :)