wilson2010
10th September 2008, 17:08
good morning,
i have a few questions, looked a lot of places and everybody tells me to come here so here it goes.
i have a h264 satellite transport stream from douche network.
Video:
1440x1080
29.97fps
BT.709
Fields (TFF)
this script gives me a lot of artefacts and very grainy and jerky picture:
DirectShowSource("E:\Atlantis\atlantis.ts")
telecide(order=0, guide=1)
decimate(cycle=5)
Crop ( 2, 2, -2, -2)
LanczosResize(1280,720)
Undot()
ConvertToYV12()
with this one the jerkyness is gone but the artefacts and shitty/grainy picture is still there:
DirectShowSource("E:\Atlantis\atlantis.ts")
telecide(order=0)
LeakKernelDeint(order=0)
decimate(cycle=5)
crop ( 2, 2, -2, -2)
LanczosResize(1280,720) # Lanczos (Sharp)
ConvertToYV12()
now, what am i doing wrong here?
i have very little experience with this kind of encoding, i usally just have plain ol dvds :)
i also dont understand what kind of source i have, is this comparable to 1080i? how do encode a source like that?i still have to learn a lot about this here and any help would be appreciated.
i have a few questions, looked a lot of places and everybody tells me to come here so here it goes.
i have a h264 satellite transport stream from douche network.
Video:
1440x1080
29.97fps
BT.709
Fields (TFF)
this script gives me a lot of artefacts and very grainy and jerky picture:
DirectShowSource("E:\Atlantis\atlantis.ts")
telecide(order=0, guide=1)
decimate(cycle=5)
Crop ( 2, 2, -2, -2)
LanczosResize(1280,720)
Undot()
ConvertToYV12()
with this one the jerkyness is gone but the artefacts and shitty/grainy picture is still there:
DirectShowSource("E:\Atlantis\atlantis.ts")
telecide(order=0)
LeakKernelDeint(order=0)
decimate(cycle=5)
crop ( 2, 2, -2, -2)
LanczosResize(1280,720) # Lanczos (Sharp)
ConvertToYV12()
now, what am i doing wrong here?
i have very little experience with this kind of encoding, i usally just have plain ol dvds :)
i also dont understand what kind of source i have, is this comparable to 1080i? how do encode a source like that?i still have to learn a lot about this here and any help would be appreciated.