My local NBC , back in 1994, sometimes would have the picture switching a few pixels left or right, and then coming back to its place a few frames later. This is not a VCR issue, nor TBC, has I've tried a number of different VCRs, and a number of TBC, and all the captures have the exact same issues at exactly the same frames. Moreover, other recordings I did at the same time, but on other networks, are fine.
I've tried a number of stabilization scripts in avisynth without success. Right now, my solution is to look at the video, find when the ''bounces'' occur, find which fields need to be moved back into place and use something like ClipClop to replace each field, one by one, with the same one but with a cut / addborders done in order to correctly align with the rest of the video.
I've attached a example. Anyone has any idea how to stabilize the video ? Or at the very least, identify which frames do not have the same black margins to the Left and right as the other frames ?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Maybe I'm missing the problem.
I don't see it, seems to work fine with:
Code:AssumeTFF() QTGMC()
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Ah, do you mean the shift between index 37 and 38?
Looks like parts of the image got compressed/stretched, like parts were lost during transmission and got compensated by the decoder.
Here's what happens if you:
a. separate the clip into fields
b. apply Stab
c. re-interlace it
d. de-interlace it
e. crop
that seems to lessen the effect a bit.
To get rid of such frames, you probably will have to replace them with interpolated frames.
Cu Selur
Ps.: Looking at the fields, separated and stacked vertically makes it easier to see the problem.users currently on my ignore list: deadrats, Stears555, marcorocchini -
To illustrate the issue, in the attachment, the frame moves about 2 pixels to the right on frame 19, then goes back starting at frame 62. Moves again o the right at frame 811 and goes back at frame 898. Moves again at frame 1056 and goes back into place at frame 1074.
Similar Threads
-
Removing Horizontal Line Shifting on VHS
By QueenAllTheWay in forum RestorationReplies: 2Last Post: 30th Nov 2023, 18:19 -
VHS Horizontal Static Lines / tracking?
By p2d in forum RestorationReplies: 24Last Post: 19th Sep 2023, 05:21 -
VHS Horizontal Stabilisation
By Keller501 in forum RestorationReplies: 43Last Post: 13th Apr 2023, 17:26 -
VHS horizontal dark stripes removal
By Santuzzu in forum Newbie / General discussionsReplies: 8Last Post: 23rd May 2021, 17:34 -
Horizontal Lines from VHS
By Pougan in forum Capturing and VCRReplies: 11Last Post: 25th Sep 2020, 00:16