repo
2nd July 2004, 15:02
Hey,
I'm in the middle of the process of transferring old PAL VHS movies to DVD and have had no problems so far. I record with VirtualVCR to a HuffYUV avi in 720x576 resolution and crunch everything through an AVS script along the lines
AVISource()
ConvertToYV12(interlaced=true)
Telecide(order=1,guide=2)
+ crop, resize, and border stuff
Yesterday, however, I ran out of luck. When I look at the raw AVI
recording it seems as if the whole clip consists of randomly placed
parts of alternating interlaced and progressive frames. In succession, you'd have, say
20 interlaced frames
2 progressive
12 interlaced
5 progressive
32 interlaced
19 progressive
etc.
There is absolutely no periodicity in this (at least to my judgment).
(*) At the point were you go from an interlaced to a progressive frame it appears that the progressive frame also is combed into the
interlaced frame just before.
When you look at the output from the AVS script it looks OK, but a
closer inspection shows that several frames are repeated which gives a very jerky playback on the DVD player. This is probably due to the
fact described under (*).
Also, debug output from Telecide(order=1,guide=2,post=3,show=true)
tells me that everything is being handled as interlaced (combed)
frames.
OK, hope this is enough info. If anybody has any clue on how to
proceed from here, please let me know.
Best, Mads
I'm in the middle of the process of transferring old PAL VHS movies to DVD and have had no problems so far. I record with VirtualVCR to a HuffYUV avi in 720x576 resolution and crunch everything through an AVS script along the lines
AVISource()
ConvertToYV12(interlaced=true)
Telecide(order=1,guide=2)
+ crop, resize, and border stuff
Yesterday, however, I ran out of luck. When I look at the raw AVI
recording it seems as if the whole clip consists of randomly placed
parts of alternating interlaced and progressive frames. In succession, you'd have, say
20 interlaced frames
2 progressive
12 interlaced
5 progressive
32 interlaced
19 progressive
etc.
There is absolutely no periodicity in this (at least to my judgment).
(*) At the point were you go from an interlaced to a progressive frame it appears that the progressive frame also is combed into the
interlaced frame just before.
When you look at the output from the AVS script it looks OK, but a
closer inspection shows that several frames are repeated which gives a very jerky playback on the DVD player. This is probably due to the
fact described under (*).
Also, debug output from Telecide(order=1,guide=2,post=3,show=true)
tells me that everything is being handled as interlaced (combed)
frames.
OK, hope this is enough info. If anybody has any clue on how to
proceed from here, please let me know.
Best, Mads