I'm using a Startech Composite/S-Video to HDMI converter and Avermedia HDMI capture card to capture VHS from my S-Video JVC VCR. The Startech converter automatically deinterlaces the video. Should I be capturing at 29 or 59.94 fps in OBS? Thanks
+ Reply to Thread
Results 1 to 19 of 19
-
-
-
With those combined you could have afforded a USB capture device.
-
The best way to capture VHS is at it's native resolution (720x480 NTSC or 720x576 PAL), interlaced using a lossless codec.
Solutions involving VCR > HDMI > capture are usually disappointing
You should probably do some test captures using your setup and post some sample to the thread here -
-
looks to me like the 59.94 is just repeated frames, but difficult to judge definitively because
the animation itself has repeated frames - live action would have been better
As it looks, I don't see any benefit to the higher frame rate. Perhaps others will commentLast edited by davexnet; 14th Jun 2022 at 17:55.
-
-
No, the 59.94 fps video captured every field of the source -- with poor deinterlacing. The 29.97 fps has a duplicate every 5th frame, also with poor deinterlacing. The former would definitely be smoother with true interlaced video (like from a camcorder). It would also be smoother with film sources (like these) -- it would have 3:2 judder but not a jerk every 1/5 second. Of course, either could be decimated back to the original 23.976 fps film frames (aside from the deinterlacing artifacts, VHS noise, etc.).
-
If I had to live with these caps I would start with something like this with the 59.94 fps film caps (sample attached):
Code:LWLibavVideoSource("640x480-59.94fps.avi") # get the source Merge(last, Loop(2,0,0)) # blur consecutive frames together (to reduce shimmering from the poor deinterlacing) SRestore(frate=23.976) # get rid of the blended frames leaving the original 23.976 fps film frames QTGMC(InputType=2) # further clean up horizontal edges
Code:LWLibavVideoSource("640x480-59.94fps.avi") QTGMC(InputType=2) # just clean up the deinterlace shimmering
-
Wow! Your attachment looks a lot better. Less artifacts, smoother edges. Can I apply your (ffmpeg?) code in Handbrake? I've been using NVENC H265 preset when converting the AVI to MP4. Also, would this device be better for capturing?
https://www.amazon.com/gp/product/B0013LVK2C/
If not, which capture device would you suggest? My current S-Video to HDMI converter doesn't allow me to turn it's deinterlacing off. Maybe it would be better to capture it interlaced, and deinterlace on my computer instead. -
Again, you just need a regular capture device, HDMI doesn't have to be involved especially when paying $249 for a TV scaler. I have the exact same model and that's what I use it for, scaling analog sources to TV.
A member is having a similar problem:
https://forum.videohelp.com/threads/406026-HDMI-USB-Capture-with-576i-%28uncompressed%29-support -
Will this work better? Elgato Video Capture - Digitize Video for Mac, PC or iPad (USB 2.0) https://a.co/d/1CywKcy
Do I need a TBC? I heard they are really expensive. -
There are better capture devices than Elgato, Open a new thread with the right title and you will get help from members who use them.
-
Ignore list: hello_hello, tried, TechLord, Snoopy329
-
-
640x480 is perfectly fine if you don't want to bother with non-square pixels. A short video of mine may help.
Similar Threads
-
Capturing VHS With D-VHS Deck MPEG-2
By dellsam34 in forum Capturing and VCRReplies: 13Last Post: 19th Jan 2025, 14:30 -
So I captured some PAL VHS footage at 30 fps and...
By Soundguy in forum Capturing and VCRReplies: 71Last Post: 20th May 2021, 15:35 -
QTGMC mov 29.970 (Constant fps) Ends up 58.42 FPS rather than 59.940
By VidNew23 in forum Video ConversionReplies: 9Last Post: 7th Apr 2021, 23:21 -
Capturing Super VHS, VHS, and MiniDV simultaneously
By cricchio31 in forum Capturing and VCRReplies: 4Last Post: 31st Dec 2020, 14:07 -
how can I mux 25 fps audio into 23.438 fps (1024 spf) ?
By precipizio in forum AudioReplies: 12Last Post: 16th Apr 2020, 14:06