Talayero
28th January 2005, 04:27
Hello,
I'd like to convert a film divx 29.97 into a divx 23.97 for some ghost effect I can appreciate in my TVpal dissappears, if possible.
I thought I would use an IVTC but I put the film in a bobber and I saw 2 identical frames in a row, followed by 2 identical frames in a row. ¿That means a 2:2 pulldown?
Another thing: I see 2 identicals + 2 identicals that are blended (or blurred, I don't know the word) and then 2 identicals + 2 identicals + 2 identicals thar are clear, that's to say 4 frames not clear and 6 clear.
How can I interpret that? Reading more, I know, but I'm reading this forum for several days and need some help.
My question is: Could I write an avisynth script for virtualdubmod to create a new divx without that disgusting effect?
Before analyzing my divx I had managed to create this script, wrong, I suppose:
LoadPlugin("C:\SmoothDeinterlacer.dll")
AVISource("Q:\Comme elle respire (1999) - Pierre Salvadori.avi")
SmoothDeinterlace(doublerate=true)
ConvertToYUY2 (interlaced=true)
ConvertFPS(50)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB(interlaced=true)
When I loaded in virtualdubmod showed that message:
"Avisynth read error: Smoothdeinterlace only works on rgb32 and YUY2 formats".
Thanks in advance.
I'd like to convert a film divx 29.97 into a divx 23.97 for some ghost effect I can appreciate in my TVpal dissappears, if possible.
I thought I would use an IVTC but I put the film in a bobber and I saw 2 identical frames in a row, followed by 2 identical frames in a row. ¿That means a 2:2 pulldown?
Another thing: I see 2 identicals + 2 identicals that are blended (or blurred, I don't know the word) and then 2 identicals + 2 identicals + 2 identicals thar are clear, that's to say 4 frames not clear and 6 clear.
How can I interpret that? Reading more, I know, but I'm reading this forum for several days and need some help.
My question is: Could I write an avisynth script for virtualdubmod to create a new divx without that disgusting effect?
Before analyzing my divx I had managed to create this script, wrong, I suppose:
LoadPlugin("C:\SmoothDeinterlacer.dll")
AVISource("Q:\Comme elle respire (1999) - Pierre Salvadori.avi")
SmoothDeinterlace(doublerate=true)
ConvertToYUY2 (interlaced=true)
ConvertFPS(50)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB(interlaced=true)
When I loaded in virtualdubmod showed that message:
"Avisynth read error: Smoothdeinterlace only works on rgb32 and YUY2 formats".
Thanks in advance.