Kermit25
1st June 2012, 23:10
Welcome.
Several times, I recorded something and video was horizontal shaking (as if every second frame was shifted by 1px the earlier) Strangely, the station logo is stable, but the projected video is trembles. I thought that I was unlucky, but when re-recording - the same effect.
When only the even frame has loaded:
...SelectOdd()...
or
...SelectEven()...
while watching the picture was stable (ignoring interference from 25fps -> 12.5 fps). It was the same as I left the odd frames. Image is not shaking. When I play, original material - it shakes.
I tried a few filters for deinterlacing:
... KernelDeInt(order=1,sharp=true) ...
or
... FieldDeinterlace() ...
or
... FieldDeinterlace(blend=false) ...
or
... TomsMoComp() ...
or
... DGBob() ...
interlace is remove correctly, but none removed the shaking :(
I tried to remove it "by hand":
#DATA
d2vpath = "sample_shack.d2v"
#audio=NicMPG123Source("sample_shack T01 DELAY 0ms.mpa")
# INTERLACE
mpeg2source(d2vpath)
deint = tdeint()
tfm(d2v=d2vpath,clip2=deint)
#audiodub(video,audio)
#SHACK
converttoRGB24()
odd=SelectOdd()
even=SelectEven()
even=AddBorders(even,0,0,1,0)
even=crop(even,1,0,0,0)
Interleave(even,odd)
.....
Few professional, but the closest to ideal. Tremor is smaller, but still felt.
Does anyone have an idea how to fix a "broken" material? If anyone has an idea, that can be made available readily to a short sample for tests :)
Thank you for your attention, and ask for help.
Several times, I recorded something and video was horizontal shaking (as if every second frame was shifted by 1px the earlier) Strangely, the station logo is stable, but the projected video is trembles. I thought that I was unlucky, but when re-recording - the same effect.
When only the even frame has loaded:
...SelectOdd()...
or
...SelectEven()...
while watching the picture was stable (ignoring interference from 25fps -> 12.5 fps). It was the same as I left the odd frames. Image is not shaking. When I play, original material - it shakes.
I tried a few filters for deinterlacing:
... KernelDeInt(order=1,sharp=true) ...
or
... FieldDeinterlace() ...
or
... FieldDeinterlace(blend=false) ...
or
... TomsMoComp() ...
or
... DGBob() ...
interlace is remove correctly, but none removed the shaking :(
I tried to remove it "by hand":
#DATA
d2vpath = "sample_shack.d2v"
#audio=NicMPG123Source("sample_shack T01 DELAY 0ms.mpa")
# INTERLACE
mpeg2source(d2vpath)
deint = tdeint()
tfm(d2v=d2vpath,clip2=deint)
#audiodub(video,audio)
#SHACK
converttoRGB24()
odd=SelectOdd()
even=SelectEven()
even=AddBorders(even,0,0,1,0)
even=crop(even,1,0,0,0)
Interleave(even,odd)
.....
Few professional, but the closest to ideal. Tremor is smaller, but still felt.
Does anyone have an idea how to fix a "broken" material? If anyone has an idea, that can be made available readily to a short sample for tests :)
Thank you for your attention, and ask for help.