Coqrogue
13th March 2006, 22:51
I've read everywhere that if I'm gonna make a DVD that's intended to be viewed on TV I should leave it interlaced.
Fine, I understand that, it sounds logical to me, but I can't make it work, I still get the ghost effects and a very jerky, unsmooth play.
The only way that I have made it work is to use deinterlace filters or Bob. This is okay for capturing movies or TV-shows from a broadcast but when it comes to sports it doesn't work very well. I know it's the "wrong" way but it's the only way that works for me.:o
I have tried using Avisynth and changing the field dominance and field order, swapping fields, separating fields, etc.
Nothing works.:angry:
For example, I have a hockey game recorded from the Olympic Games that I would like to edit and burn on DVD for viewing on TV.
Can anyone tell me how to do that without using deinterlace filters or BOB?
This is one example of a Avisynth script that I thought would work but didn't:
AviSource("clip.avi")
AssumeTFF (since the clip was top field dominant)
SeparateFields
Weave
fadein(10)
fadeout(10)
What am I doing wrong?
Thanks
/C
Fine, I understand that, it sounds logical to me, but I can't make it work, I still get the ghost effects and a very jerky, unsmooth play.
The only way that I have made it work is to use deinterlace filters or Bob. This is okay for capturing movies or TV-shows from a broadcast but when it comes to sports it doesn't work very well. I know it's the "wrong" way but it's the only way that works for me.:o
I have tried using Avisynth and changing the field dominance and field order, swapping fields, separating fields, etc.
Nothing works.:angry:
For example, I have a hockey game recorded from the Olympic Games that I would like to edit and burn on DVD for viewing on TV.
Can anyone tell me how to do that without using deinterlace filters or BOB?
This is one example of a Avisynth script that I thought would work but didn't:
AviSource("clip.avi")
AssumeTFF (since the clip was top field dominant)
SeparateFields
Weave
fadein(10)
fadeout(10)
What am I doing wrong?
Thanks
/C