View Single Post
Old 15th November 2011, 16:19   #1  |  Link
VideoFanatic
Registered User
 
Join Date: Sep 2011
Posts: 241
How to get DePan to fix Screen Shake?

I have a 720 x 480 interlaced MPEG2 video HERE which I've denoised. The original is HERE . The video moves up several pixels every few seconds which was probably caused by old VHS equipment. You can see the "USA" logo move up and down.

I found this code but it just gives wavey artefacts:
Code:
Mpeg2Source("E:\1\Screen Shake.d2v")
i = ConvertToYV12()
mdata = DePanEstimate(i)
DePanStabilize(i, data=mdata, initzoom=1.1)
I did a search on this forum but I couldn't find the answer. I looked at the DePan documentation but I couldn't understand it.

Could someone please suggest a filter and script to fix the screen shake. I'm not bothered if it's for DePan or not, just as long as it works. Thanks

Last edited by VideoFanatic; 15th November 2011 at 21:11.
VideoFanatic is offline   Reply With Quote