On 10/23/2021 4:35 AM,
leen...@yahoo.co.uk wrote:
>
> Thanks... The additional challenge I have is that I also have old video camera tapes which can''t be played through a VHS recorder.
I would concentrate on one project at a time.
You would be surprised, how much time it takes to make
a quality recording.
Sometimes, you can't even walk away from the equipment
while the capture happens. For one tape, I had to manually
adjust the heads (with the Up/Down buttons on the VCR)
due to a tape cassette mechanical issue, as the tape played.
If Linux has a driver for your video tuner/capture card, it should
bring output to a standard interface (like V4L).
https://linuxtv.org/wiki/index.php/Bttv
Next, you flip over to your VLC window and see
if the "Capture Device" has showed up. If something
registers in /dev, then VLC may find it.
This is not the right recipe, and this page shows
some approximate pictures to show that VLC has more
than movie player capabilities. In Linux, it can even
play TV channels off your digital tuner card.
https://www.vlchelp.com/how-to-record-webcam-video-using-vlc-media-player/
For modern USB capture devices with Composite input connector
on them, be aware that some of the Linux drivers for those,
may leave a lot to be desired. A modern device doesn't
make this easier on the Linux side. And because the capture
industry is a dying industry, you don't even want to be
shopping for capture hardware at this point.
*******
One of the biggest issues with any hardware capture purchase,
is the "no software" issue. *Do not* buy hardware, without verifying
there is sufficient software to make it work. If there is a common
theme on the purchase page customer comment section, it will be
"the included software SUCKS". This includes crashing, quality issues
(tinted output) and so on. One of the reasons I make a reference to
BTTV above (BT848/BT878 capture cards), is those are simple enough
in hardware, you can hardly screw it up. But BT878 has four input
channels and there are around 30 different card formulations, and
the PNP (Plug And Play) is arcane for that subsystem. To do a proper
driver for that card type, means encoding at least 30 card detections
into your driver.
I used to hang out in a Mac forum. A guy there said "I've written
a BT878 driver for Mac, but... I haven't done the 30 card detection
part yet". I said great. I got the binary from him, and of course
the default config it was using was wrong. There was snow on the
screen. But, because this was the old MacOS (like 9.04), you could
do Peek and Poke of memory locations. You could still access hardware
addresses in those days. And using the datasheet, I found the register
for the multiplexer selection. And... was rewarded with a TV picture
on my Mac, using a WinTV card :-) Ah, the good old days, when the
user "was in control" :-) Like a car with a manual choke control.
*******
For camcorder tapes, some camcorders have a Firewire output. And
a lot of PCs in the last decade or two, have a VIA Firewire chip
on them.
Run the camera off the battery during playback. You don't want
any potential issues with grounding.
For Firewire capture, you start the capture software first, then
click the Play button on the camcorder. The applicable standards
number, is 61883, and you sometimes see that mentioned in driver
notes. Firewire supports multiple protocols. It has a networking
protocol (a protocol removed from modern Windows). But it also has
some storage standard (whose name I've forgotten), plus the
camcorder capture via 61883 stack.
https://en.wikipedia.org/wiki/IEC_61883
More modern camcorder-like devices have HDMI output. A video camera
with HDMI out, won't be using HDCP, so most HDMI capture devices should
work. All that you have to ascertain in that case, is that
the resolution and capture frame rate are within spec. For
example, there is one device that is about 4x the price of some
of the others, it does 4K @ 60p capture. But it's only allowed
to do that, if there is no HDCP link encryption, as the capture
device has no HDCP keys. Otherwise, people would be "stealing"
BluRay movies with it :-)
They've stopped putting Firewire connectors on new PCs, so
don't throw away all your old PCs until the camcorder videos
are transferred. Otherwise, two capture cards, a tuner with a
DIN connector for analog, and an HDMI capture card for HDMI
cases, should cover it. HDMI capture is one of the things
I don't own, and I haven't played with one. I think my
point and shoot video camera, has an HDMI out on it, if
I needed a stimulus for test.
My newest computer motherboard has no PCI slot, which means
I can't fit a BT878 card, nor could the machine have a
Firewire chip (as the Firewire chips are PCI generation
devices and if the machine has no PCI slot, it also
can't be doing onboard PCI either). Tape conversion
projects should have been started around ten years ago,
as back then you could still pick up useful items at
that time. Now, it's harder, and especially hard if
you're one of those people who throw away all the old PCs.
Paul