Dave Plowman (News) wrote:
> Got a few VHS I'd like to digitise. Still have a working VHS player. But
> no longer a PC with analogue video inputs.
>
> Bought a CVBS and S-Video to USB convertor from Ebay. Seemed to be
> hundreds of them advertised, but all looked the same, and remarkably
> cheap. Under a tenner including software CD.
>
> It does sort of work, but with a timing error in old money. Picture is
> split into four and displace so the left is on the right etc and the
> blanking in the middle.
>
> The CD does say for Win10. but the generic USB driver Windows has
> installed is likely the problem?
>
> Don't mind spending more to get something that works.
>
The TV Capture market collapsed a few years back,
with KWorld going out of business. Generally, you could
get something working, but the capture
software always left something to be desired.
When retail for an item collapses, it reflects back
on chip manufacture. Companies stop making the
chips, if there's no way to get people to buy them.
I would start with Windows Device Manager, find the capture
device in the USB section, do Properties, HardwareID, and
get the VEN and DEV. Run the numbers through here.
http://www.linux-usb.org/usb.ids
eb1a eMPIA Technology, Inc.
2841 EM2840 Video Capture
https://empiatech.com/wp/video-capture/
Alternately, you can use Uwe's program for getting
info from the USB device. This is for Windows. It
will take a bit of slogging to find the two numbers there.
https://www.uwe-sieber.de/usbtreeview_e.html
The objective is to get an identifier which
can be used to track down alternate software.
If the drivers offered worked, they would deliver a
capture stream to a known OS interface, and then you
could look for something to save the output from there.
Baseband capture, would be around 20MB/sec or so. If
the content was MJPEG compressed, the bandwidth required
would be a lot lower, but the image might be a bit fuzzy
and need sharpening in post. Some of these devices
might even have an MPEG compressor in hardware.
*******
Startech are nice, in that they indicate what chip is
inside their product. They aren't always competitive on
price. I picked this one, just to see what companies
are still making chips. And to see if there are any
Chinese upstarts. There's really no incentive for new
market entrants for VHS capture.
https://www.startech.com/en-us/audio-video-products/svid2usb232
AV Input Composite, Audio RCA, S-Video
Industry Standards NTSC, PAL, SECAM
Video Encoding: MPEG 1, MPEG 2, and MPEG 4
DirectShow Compatible
Chipset ID EM28281 <===
Using that, I got a hit here.
https://www.linuxtv.org/wiki/index.php/Easycap
"some chinese manufacturers use this label
for at least four completely different clones"
Syntek STK1160 (USB video bridge)
# lsusb
Bus 001 Device 003: ID 05e1:0408 Syntek
Empia EM2860 (EM2861 ?) (USB video bridge) # The new Startech might
# lsusb # be a problem...
Bus XXX Device XXX: ID eb1a:2861 eMPIA
Somagic SMI-2021CBE (USB video bridge)
# lsusb
Bus XXX Device XXX: ID 1c88:0007 Somagic, Inc. # Uses firmware
USB video capture QS702 SHENZHEN FUSHICAI ELECTRONIC
# lsusb
Bus XXX Device XXX: ID 1b71:3002
So it does seem the business is alive and well.
And means we don't know exactly what's in your
Easycap clone. The Empia was just a guess, based
on the last time the question came up.
There needs to be a control to select NTSC/PAL/SECAM etc
for the current problem to get fixed.
*******
Capture alternatives:
VLC ? Media : Open Capture Device [
https://www.videolan.org/ ]
Or perhaps AMCAP.
"Free AMCAP Alternate?"
http://forum.videohelp.com/threads/262469-Free-AMCAP-Alternate
I seem to have a copy of this. There is an option called
video capture filter, that if the driver exposes the NTSC/PAL
control, it will be visible in video capture filter. There is
another AMCAP which is more featured than this, but it
costs money (properties unknown).
http://prdownloads.sourceforge.net/btwincap/wdmmiscutils2.73.zip?download
To do captures, I think it uses the olde "preallocate space please"
idea, where you somehow have to define a large file space for
it to use, in advance of doing a capture. Which is the height
of foolishness. But what are you going to do.
That's why VLC might be your first choice of third-party capture.
Don't throw the AMCAP away, as you will be trying it
again and again, as you acquire various pieces of hardware crap.
It's one of those "hope springs eternal" kind of things.
Paul