Go Back    Forum > Featured > General Discussion

Reply
 
LinkBack Thread Tools
  #1  
02-21-2023, 05:29 AM
brodenn brodenn is offline
Free Member
 
Join Date: Feb 2021
Posts: 9
Thanked 1 Time in 1 Post
The title speaks for itself, I will upload snips from the capture to demonstrate

I am using Premiere to do frame edit level changes to the VHS footage I captured, all using:

VCR: JVC HR-S9700EK
TBC: Cypress AED-660
CAPTURE: Pinnacle PAL

Captured using VirtualDub, then cropped/chroma corrected using a combination of VirtualDub and AviSynth.

The problem comes when pushing to Premiere Pro for the fine editing work. Every so often, with no perceivable pattern, a video frame become extremely garbled. This only lasts one frame, after which it goes back to normal. Playing back the raw footage in any other software seems fine (VLC, Windows Media Player, KODI, etc.), but in Premiere it has these artifacts. I've tried different versions of Premiere, and a different PC, with no change. Has anyone ever seen anything like this, and solved the problem? Would it be my PC, or could Avisynth filtering cause this? I'm at a complete loss. Again, this is infrequent, but annoying when it occurs. I've only seen it with my VHS footage, which makes me wonder if I did something dodgy when converting. This is the AviSynth filter I used if it helps:

Code:
video = AviSource("E:\Files\1hr 10mins.avi")
return video
avisource().assumetff() # interlaced source
ConvertToYV16(matrix="Rec601",interlaced=true)
# Note: no need to use separatefields + weave according to my tests, don't know why though..
U = UToY().ttempsmooth(maxr=1,lthresh=150, strength=1)
V=VToY().ttempsmooth(maxr=1,lthresh=150, strength=1)
YToUV(U,V,last)
converttoyv12(matrix="Rec601",interlaced=true)
# Optional use CCD at the end (you might not want to use converttoyv12 before, your choice):
ConverttoRGB32(matrix="rec601",interlaced=true)
separatefields()
LoadVirtualDubPlugin("Camcorder_Color_Denoise_sse2 .vdf", "CCD", 0)
CCD(10,1) # 0 to 100 # Default =30, retail vhs: between 7-15 is enough
weave()
converttoyv12(matrix="Rec601",interlaced=true)
I also used the 'Resize' filter to crop and 'CamCoder Color Denoise' filter in VirtualDub.

Please see attached images demonstrating the problem. First image is one frame before garbled footage, second frame is garbled, third frame is fine again.


Attached Images
File Type: png 4 Hour.00_24_24_13.Still001.png (516.5 KB, 9 downloads)
File Type: png 4 Hour.00_24_24_14.Still002.png (541.9 KB, 7 downloads)
File Type: png 4 Hour.00_24_24_15.Still003.png (520.9 KB, 6 downloads)

Last edited by brodenn; 02-21-2023 at 05:34 AM. Reason: Add pictures
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Tags
premiere pro, vhs capture

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to edit captured video with Adobe Premiere? SeveralOrange7639 Edit Video, Audio 1 02-07-2022 05:16 PM
Exporting interlaced video from Premiere? Sparx Edit Video, Audio 7 02-16-2019 03:00 AM
Laggy video after using lagarith codec with premiere pro banane Edit Video, Audio 1 01-16-2019 04:08 PM
Can't sync iPhone video files in Adobe Premiere? BayAreaSean Edit Video, Audio 2 09-23-2017 04:06 PM
Adobe Premiere CS3 for compressing video? JoRodd Edit Video, Audio 16 05-11-2017 09:49 PM




 
All times are GMT -5. The time now is 05:28 PM