#1  
09-08-2021, 05:14 AM
RobustReviews RobustReviews is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2020
Location: London - UK
Posts: 568
Thanked 88 Times in 76 Posts
Hello all,

I got VHS Decode working last night, I'm going to do a step-by-step of what I've done (it's not the easiest if you're not familiar with using Github, Linux etc) but I'm going to do a step-by-step of the things that I've done and hopefully it'll be replicable for a good number of people.

Just as a grounding, I'm no expert in this, I "know" my video machines, am a technical guy (but not in this field; by qualification), Amateur Radio licence holder (so I have a good foundational understanding of RF), moderately-competent programmer and blessed with a bit of free time and a business with a room I can set this stuff up in. I'm not an expert on anything to do with this in any regard, just a keen amateur.

VHS-Decode is something I've been fascinated with, I won't retell the whole story, and I am only a step ahead of you with this, I'm very much a novice with this, but as I go along I thought a guide on how to set it up might be useful for those who've not got their hands dirty with 'hardcore' Python, Github or hardware tinkering.

What is VHS Decode?

Firstly, props to the guys who've been behind this (and by extension the LD-Decode team) - you're absolute geniuses, I genuinely am in awe at what's been accomplished here, each and every single person who's contributed to this. It's the guys & gals like this who mean helmets like me who sit on the internet can play with this stuff too. Remember to show your appreciation too if you take this further and do what you can to feedback to the community.



VHS Decode is an application that means that you can stream the video tape straight from the tape-head (not out the back of the machine) bypassing all of the electrical gubbins in the video player. I guess it would mean practically any old 'junk' video machine will do (although not recommended) and sending the RF (radio frequency) information encoded on the tape straight in to a PC. You then let the PC do the heavy-lifting, no worries about TBCs, amplifiers and the rest, just let the PC reassemble it all and turn it in to a video file. This turns the "pseudo-lossless" AIW captures etc from conventional means into lossless in the normal understanding of the term.

That's the very basic concept, in a nutshell, condensed, squeezed and vacuum-packed. By heavens, it's deeper than that, but I'm trying to make it digestible for tinkerers, not RF or programming experts.

I'm writing this so that somebody with fundamental knowledge of normal day-to-day computing can get this up and running on their machine. This is being installed on a Linux system in my instance, I'm not providing support for anything else, but I'm sure it's entirely doable.

I am not skilled enough to be able to offer individual support, and I am generally only one step ahead of you with this. I have a fair experience of Linux command lines but I "know what I know" and I'm still far from an expert, but this should be enough for somebody to at least get a signal off their machine and onto their screen.

This is the tricky bit I guess, once it's set up and working the fun starts.

The Basic Stuff You'll Need
  • A PC, nothing special, but with a PCI slot
  • A 8GB or larger USB drive, and another PC/Macintosh/Linux machine
  • A PCI capture card
Firstly, grab a PC, I'm using one of our ancient DAWs that was sitting in storage, this is "Hefty Bob" [Image 1] who was around a decade ago a sought after purpose built Cubase PC, he's getting on a bit now (Intel Core Duo, 8GB RAM, although he now has a cheap SSD) but he was the first machine off the pile. "Hefty Bob" made some radio packages and bits which are still occasionally heard across the UK, so that's his claim to fame - he actually was run in tandem with his own processor rack, hence the full title of the package here was "Hefty Bob and His Weighty Mates", the "Weighty Mates" were auctioned off years ago now, he also has an equally prehistoric radio touchscreen attached too, hence the 4:3'ness of it all.

Anyway enough of the life history of the computer, I'm using but just to provide a bit of colour and show that for tinkering at least, you can use any old PC that you have laying around. One word though, you'll need something with a PCI slot (so, that's basically anything from the 2000s) but you'll need a full-height PC, not a modern desktop office machine (I've shown "Wes" [Image 2] one of our capture machines as these do not accept the 'old style' full-height cards. An SSD wouldn't go amiss, they're cheap and cheerful now, I put a Kingston 120GB in HB for experimentation with that cost about £15 so not expensive.

The Capture Card

Oh, you'll now need a card, thankfully these are dirt cheap now, I picked up one for £2 on eBay, and a couple more for no more than £10 each. These are old TV Tuner/capture cards, not explicit capture cards like the type more commonly referred to on here: practically valueless. They're plentiful, and I'd pick them up whilst they're still cheap.

The actual card I'm using is pictured [Image 3] - this is a £5-odd Hauppauge WinTV PAL-I 34705 REV J198 PCI which I got to work with almost no fuss, but don't get hung-up on finding the exact card, you've got potentially hundreds to chose from.

There's a rule though, you need to find one with a Conexant chipset, a 2388x series (it can end 1/2/3 with no difference for what we're doing, my one is a '1') [Image 4] to be exact, thankfully this is almost ubiquitous with these cheap cards. It's the large black chip in the bottom right, at the moment anything else just won't work. Don't get too alarmed if you see this referred to as a second-rate capture card, because remember we're not capturing video, we're just using it as a way of turning the wave-form from the tape in to 1's & 0's for the computer to process later.

Right, get that nailed in to the PC, and let's get started with setting it all up. Don't worry about an OS at the moment, I used Linux Mint and I'll walk through that in the next post, don't worry, it's dead easy to do. If you can't wait you'll find a ton of Linux Mint installation guides online, and if you're more comfortable with Ubuntu use that, or if you're an admitted member of the Linux master race... Well, you do you. You will need a GUI version of whatever you use though, as... well, looking at video in a terminal sucks.

We'll get this doing something more useful in the next section.

More soon,
RR


Attached Images
File Type: jpg 1 - Hefty Bob.jpg (85.7 KB, 128 downloads)
File Type: jpg 2 - Wes.jpg (65.1 KB, 91 downloads)
File Type: jpg 3 - Hauppauage 34705.jpg (83.2 KB, 122 downloads)
File Type: jpg 4 - Chipset.jpg (107.3 KB, 144 downloads)

Last edited by RobustReviews; 09-08-2021 at 05:33 AM.
Reply With Quote
The following users thank RobustReviews for this useful post: ffmpeguserss (09-10-2021), lollo2 (09-08-2021), PisoMojado (12-02-2021), servese43 (09-08-2021), The_Outsider (09-08-2021), ThumperStrauss (02-26-2024)
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
09-08-2021, 05:40 AM
servese43 servese43 is offline
Free Member
 
Join Date: Jul 2021
Posts: 64
Thanked 8 Times in 5 Posts
Thanks for the guide, should make my life a lot easier! Thought you had to get a doomesday duplicator card to do RF captures but now that I know you can just use any CX2388x card I'll definitely give VHS-decode a go! vhs (and ld) decode certainly are magical pieces of software.
Reply With Quote
The following users thank servese43 for this useful post: lollo2 (09-08-2021), RobustReviews (09-08-2021)
  #3  
09-08-2021, 06:29 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
Thanks a lot!

I am following VHS Decode as the only real candidate to improve my existing capture flow since long time, but sometime is a bit difficult to understand all the evolution, specially on https://discord.com/channels/6655572...34485975351307

A summary was needed!
Reply With Quote
The following users thank lollo2 for this useful post: RobustReviews (09-08-2021)
  #4  
09-08-2021, 09:25 AM
RobustReviews RobustReviews is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2020
Location: London - UK
Posts: 568
Thanked 88 Times in 76 Posts
Quote:
Originally Posted by lollo2 View Post
Thanks a lot!

I am following VHS Decode as the only real candidate to improve my existing capture flow since long time, but sometime is a bit difficult to understand all the evolution, specially on https://discord.com/channels/6655572...34485975351307

A summary was needed!
I'm way too boomerish for Discord (I'm an 80s baby), I know of it but it's nothing something I've ever used. I should take a look though really.

I'm slowly unpicking it all and trying to condense it into a 'need to know' guide, hopefully, the more people on board the more quickly it'll take off, I'm going to do the next post on Linux Installation and compiling and installing the applications, then there'll be a bit of detour into critical video theory before we start the capture and analysis stuff. I've had another play this afternoon with interesting results.
Reply With Quote
The following users thank RobustReviews for this useful post: lollo2 (09-08-2021), The_Outsider (09-09-2021)
  #5  
09-08-2021, 09:56 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
My knowledge on VHS decode is limited to what I read, but if you need any help to compile the guide just let me know
Reply With Quote
The following users thank lollo2 for this useful post: RobustReviews (09-08-2021), The_Outsider (09-09-2021)
  #6  
09-08-2021, 08:38 PM
timtape timtape is offline
Free Member
 
Join Date: Sep 2020
Location: Perth, Western Australia
Posts: 536
Thanked 99 Times in 89 Posts
I have no expertise in VHS decode. I'm open to the possibility VCR decode will improve conventional playback but feel its advantages haven't been described even theoretically. In what specific areas of the processing chain is conventional processing known to degrade the recorded signal? Unless that is known it seems like we can only know if improvements are possible when VHS decode is fully implemented. Why not instead identify areas in the analog chain known to degrade the signal (targeting the weak link(s) in the chain) and digitise only them? Does it have to be a totally digital process? Why not a hybrid system? Again I'm no expert.
Reply With Quote
  #7  
09-08-2021, 08:51 PM
latreche34 latreche34 is offline
Free Member
 
Join Date: Dec 2015
Location: USA
Posts: 3,257
Thanked 537 Times in 497 Posts
VHS-Decode video quality is mediocre it is miles behind, I can capture EP tapes better than what vhs-decode does for SP tapes. SingMai FPGA is ahead of the game but so far we've seen only a composite device and with SDI output only and lack of USB 3 or USB 4 they literally re-invented the wheel, SDI boxes existed a decade ago with the same 3D comb, 3dNR, TBC technologies.

SD video is Rec.601, There is no reason for change, The only change I've seen in Analog Devices chips for instance is the addition of HDMI, HD, 4K ... SD video has been standardized in the 80's and will never change.
Reply With Quote
  #8  
09-08-2021, 10:42 PM
lordsmurf's Avatar
lordsmurf lordsmurf is online now
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,503
Thanked 2,448 Times in 2,080 Posts
Quote:
Originally Posted by RobustReviews View Post
I'm not an expert on anything to do with this in any regard, just a keen amateur ....... I'm very much a novice with this, but as I go along I thought a guide on how to set it up might be useful for those who've not got their hands dirty with 'hardcore' Python, Github or hardware tinkering. .... I am not skilled enough to be able to offer individual support, and I am generally only one step ahead of you with this.
I hate many Youtube videos (or Reddit posts, etc), where newbies try to act like experts, doling out really bad advice, because they don't know what they don't know. Sort of like letting a freshman med student be your doctor. Yikes! So it's really refreshing to see a post like this, where you've prefaced this "not an expert" fact, and are just chronicling what you've done. It helps yourself, maybe others, and even the devs of the project.

Quote:
Oh, you'll now need a card, thankfully these are dirt cheap now, I picked up one for £2 on eBay, and a couple more for no more than £10 each. These are old TV Tuner/capture cards, not explicit capture cards like the type more commonly referred to on here: practically valueless. They're plentiful, and I'd pick them up whilst they're still cheap.
Wait, wait. What? There are lots of bad capture cards, and only certain cards are desired for vhs-decode. So I'd not piss away money, not even $2, on random capture cards.

Quote:
I used Linux Mint
I like Mint and Xubuntu. The problem with Mint is that it strays farther away from vanilla and standards, so you can run into compatibility issues, whereas it works without fuss on the Xubuntu box. So I'm not sure I'd suggest Mint for something specialized like this. Mint is more of a "Windows desktop replacement" type OS, than a shell-with-GUI type OS.

Quote:
Originally Posted by servese43 View Post
Thanks for the guide, should make my life a lot easier! Thought you had to get a doomesday duplicator card to do RF captures but now that I know you can just use any CX2388x card I'll
definitely give VHS-decode a go! vhs (and ld) decode certainly are magical pieces of software.
Remember, right now, for entertainment purposes only. If you love to tinker with video hardware/software, have at it. But what you're won't get is useful video results. Not now, maybe not ever. It's very buggy alpha-grade.

Quote:
Originally Posted by RobustReviews View Post
then there'll be a bit of detour into critical video theory
Awesome.

Quote:
Originally Posted by timtape View Post
I have no expertise in VHS decode. I'm open to the possibility VCR decode will improve conventional playback but feel its advantages haven't been described even theoretically.
To me, the theory behind vhs-decode (video imagery) really isn't that different from dSLRs in the past decade. So what do you know about digital SLRs?

In the old days, 90/00s, cameras had to have pass filters to correct intolerable noises and artifacts. The OLPF (optical low pass filter) would smear both detail and color, though you'd only see it when you "pixel peep" (view at 100%), or print large.

Eventually, cameras that lacked OLPFs were made. (You could remove OLPF on older cameras, but artifcats were intolerable.) Even then, those early sans-OLPF cameras were still slightly artifacty, viewed/printed large. It's much better now.

VCRs are the same, essentially VHS OLPFs. vhs-decode is an attempt to capture without those filters, and get to the more unmolested rawer signal. It's not 1:1 identical, there's no mere OLPF to remove. But it's the same concept. everybody has huge HDTVs, and can easily see imperfections and flaws of VHS sources (even with the best conversion methods, some issues are inherent to the format simply due to VCRs), so any % of improvement is desired.

The net result, in theory, is naturally sharper video, less chroma artifacts, no dot crawl, no unneeded artificial filtering, etc. Only needed filtering, like DOC and TBC (sans NR). But getting there is a challenge, and this project is nowhere near that goal. Yes, some samples look nice, but it's curated, specific to the sample. Not general use.

Quote:
Originally Posted by latreche34 View Post
VHS-Decode video quality is mediocre it is miles behind, I can capture EP tapes better than what vhs-decode does for SP tapes.
For now, yes.
Later? Don't know.

I think video newbies are way too optimistic. It reminds me of the overly insane giddiness for EVs, many of which have massive errors, and don't at all work as initially promised. For example, Tesla is more of a cult with a "dear leader" than car maker, and I don't want to see vhs-decode turn that way. I don't want vhs-decode to eat tapes and have the hardware catch on fire, all while promising magical abilities to turn VHS into HD. We need to keep the project grounded in reality, if it's ever to succeed.

Quote:
SingMai FPGA is ahead of the game but so far we've seen only a composite device and with SDI output only and lack of USB 3 or USB 4 they literally re-invented the wheel, SDI boxes existed a decade ago with the same 3D comb, 3dNR, TBC technologies.
I see this as DOA. And by insisting on a faster-than-realtime tape play (aka abusive to tape!), they screwed up.

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
  #9  
09-08-2021, 10:55 PM
nicholasserra nicholasserra is offline
Free Member
 
Join Date: Aug 2017
Posts: 118
Thanked 10 Times in 9 Posts
The beauty is that raw data captured and saved right now can be reprocessed later as the decode software gets better.

Question: I was to believe that you need a Domesday duplicator unit to do these captures, is that not the case? I have one, participated in a group buy, but never heard of anyone using a normal capture card.
Reply With Quote
  #10  
09-09-2021, 12:15 AM
lordsmurf's Avatar
lordsmurf lordsmurf is online now
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,503
Thanked 2,448 Times in 2,080 Posts
Quote:
Originally Posted by nicholasserra View Post
The beauty is that raw data captured and saved right now can be reprocessed later as the decode software gets better.
Maybe. Yet to be determined.

This is another statement that I've heard since the 90s: "the data will get better later with better software". Never happens.

The nature of the capturing, even RF, requires interpretation. The best interpreter will have to makes some decisions in hardware, before software. If you fill up the HDD now with captures, hoping software can cure all that ails it, don't be shocked later if re-capture is required. Been there, seen that.

This is just the nature of computing.

I hate to see the "everything will someday be possible to fix in software!" attitude for this. hodgey/oln is obviously very cognizant of limitations with this, and he's a developer. His openness recently, in another thread, for FPGA to resolve some issues, is exactly what we need to see. Not magical thinking that software can do everything, as it simply is not so. A software-only solution is probably DOA, or non-DOA and disappointing. (This is not too dissimilar from bitcoin mining, where software and even normal hardware is not workable. Special hardware required. Software cannot do/fix everything.)

Another potential problem is low-end BT/Coxexant chips being used for this. That probably won't work long-term, as those chips have their own limits and problems.

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
  #11  
09-09-2021, 12:57 AM
latreche34 latreche34 is offline
Free Member
 
Join Date: Dec 2015
Location: USA
Posts: 3,257
Thanked 537 Times in 497 Posts
Quote:
Originally Posted by nicholasserra View Post
The beauty is that raw data captured and saved right now can be reprocessed later as the decode software gets better.
I don't believe this is to be true, If you follow the lengthy vhs-decode thread over at VH you'll see inconsistencies in quality between the RF acquisition methods, depending on the hardware, filters used, RF pickup location, model of VCR and RF preamp type. So to say that RF is just sitting there and can be picked up in a 1:1 manner is no where near to be true, and this is the unique reason I didn't embark in this project. Otherwise I would have backed up all my important tapes and put the hard drive in a time capsule until the decoding improves.
Reply With Quote
  #12  
09-09-2021, 03:42 AM
RobustReviews RobustReviews is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2020
Location: London - UK
Posts: 568
Thanked 88 Times in 76 Posts
Quote:
Originally Posted by lordsmurf View Post
I hate many Youtube videos (or Reddit posts, etc), where newbies try to act like experts, doling out really bad advice, because they don't know what they don't know. Sort of like letting a freshman med student be your doctor. Yikes! So it's really refreshing to see a post like this, where you've prefaced this "not an expert" fact, and are just chronicling what you've done. It helps yourself, maybe others, and even the devs of the project.
*Polite cough*

Quote:
Wait, wait. What? There are lots of bad capture cards, and only certain cards are desired for vhs-decode. So I'd not piss away money, not even $2, on random capture cards.
That's a bit of a disingenuous reading, I've noticed you skipped comment for the next paragraph.

Quote:
I like Mint and Xubuntu. The problem with Mint is that it strays farther away from vanilla and standards, so you can run into compatibility issues, whereas it works without fuss on the Xubuntu box. So I'm not sure I'd suggest Mint for something specialized like this. Mint is more of a "Windows desktop replacement" type OS, than a shell-with-GUI type OS.
I'm using the suggestions on the VHS-Decode repository. Dare we stray from experts' suggestions?
I'm not a GUI Linux person myself, I used Ubuntu Server for many of my projects before switching to serverless, I've got no dog in this fight, I just used the OS suggested in the repository notes.

Mint is pretty lightweight too, going back to my comments about 'finding an old PC'. I'm not sure what you mean by "shell-with-GUI" as terminology is important. Mint is lightweight, well supported, demonstrably works and is a nicely laid out interface for those who aren't familiar with Linux.

I could have picked any given core distribution, but that's not really helpful for anybody reading this.

As I said though if you are a Linux expert, do whatever works for you, I'm just using the OS suggested in the GitHub repository, it's also very easy to work with, lightweight(ish) and demonstrably works. I make no apology.

Are you in the development group by the way?
Reply With Quote
The following users thank RobustReviews for this useful post: lollo2 (09-09-2021)
  #13  
09-09-2021, 03:49 AM
lollo2 lollo2 is offline
Free Member
 
Join Date: Mar 2013
Location: Italy
Posts: 673
Thanked 189 Times in 163 Posts
I noticed that VHS decode has some (small) similitude with the diatribe edit=off versus edit=on.

Fans of edit=on says that is better to capture without all VCR NR old hardware filters because a better result can be obtained with software post processing.

I personally use for 90% of my tapes edit=off beause the capture video is "better", and because in post- processing I was not able to make the video captured with edit=on as good as the first: some small fine detail is always removed with filtering; but it could be a limit in my usage of post-processing.
(For 10% of my tapes edit=on reduces a lot the well known problem of frames blended at scene change, so I use it)

However, I think VHS decode project is worth, because in theory you extract the signal at its real "source", while at the Y/C output lot of processing happened internally, and part of it cannot be removed even with edit=on, and because post-processing filters will improve (and many can use them better than me )

I agree that today we are far away to what can be achieved with a good classic flow, but things may change.

I personally hope that will change because I do not see any better achievement in term of the "visual quality of the video" when I compare my videos with captures obtained with a much more sofisticated flow such as SDI capture, high-end capture cards, Panasonic HDMI output capture, etc.
Of course in term of "stability" of the captures the more sofisticated flows have advantages.

I rely then on VHS decode, thinking that while probably not a breakthrough, together with dedicated post-processing can improve the "visual quality of the video"
Reply With Quote
The following users thank lollo2 for this useful post: RobustReviews (09-09-2021)
  #14  
09-09-2021, 04:13 AM
RobustReviews RobustReviews is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2020
Location: London - UK
Posts: 568
Thanked 88 Times in 76 Posts
Quote:
Originally Posted by timtape View Post
I have no expertise in VHS decode. I'm open to the possibility VCR decode will improve conventional playback but feel its advantages haven't been described even theoretically. In what specific areas of the processing chain is conventional processing known to degrade the recorded signal? Unless that is known it seems like we can only know if improvements are possible when VHS decode is fully implemented. Why not instead identify areas in the analog chain known to degrade the signal (targeting the weak link(s) in the chain) and digitise only them? Does it have to be a totally digital process? Why not a hybrid system? Again I'm no expert.
This is a great question, I'm just fiddling with it as I like working with RF and as an electronics guy this is 'right up my alley'.

To the greater point about why? - Honestly, instinctually I think in the future this could be a infinitely better way of performing captures (with our without adjunct hardware, that's to be seen) - the cold reality is we're faced with the following at present:

1) Decent capture cards - getting very elderly now, the prices seem to be very 'controlled' on them, plenty of misery trying to get them to play nicely with modern hardware and that's not a situation that will improve.

2) Decent DV - points above about capture cards, NTSC especially sufferers here, PAL is good on DV but NTSC is horrid.

3) Use SDI, not for the faint of heart, requires a massive investment to get working hardware for domestic videotape capture. We're slowly switching over to SDI, but it's not an especially cheap game to get in to.

4) HDMI, the results get more-and-more interesting, this I think is where it'll eventually head, it's cheap and established technology with what ostensibly appear to be ever improving results, it'll always have detractors but look around for some rather intesting experiments that have been done with it, it's heading for this answer in my humble opinion.

5) Direct RF capture, always going to be a 'nerdy' passtime whatever happens, introduces it's own problems but weighed out by a full clone of the information of the tape. Who knows where it's going, I don't!

5) USB dongles and similar junk - they're alright enough for somebody who just wants to quickly view something on the computer, but nonsense for anything beyond that.

Then we add in additional hardware, TBCs, good quality consumer-grade units cost a lot of money now and to set up a serious rack is supremely expensive.

Then the powerful, but often impenetrable software we use for processing - AviSynth etc are very good but they keep a lot of people out of the hobby these days, there are of course great alternatives but it always comes back to AVISynth. This might be self-deafting with RF Capture though, I'll fully concede that.

AVISynth is great, truly great, before anything is misintrepreted.
Reply With Quote
The following users thank RobustReviews for this useful post: lollo2 (09-09-2021)
  #15  
09-09-2021, 04:47 AM
servese43 servese43 is offline
Free Member
 
Join Date: Jul 2021
Posts: 64
Thanked 8 Times in 5 Posts
I know vhs-decode is nowhere near as good as a conventional capture setup, for now at least, but how does ld-decode compare with the traditional way of capturing, for laserdiscs?
Reply With Quote
The following users thank servese43 for this useful post: lordsmurf (09-09-2021)
  #16  
09-09-2021, 04:52 AM
lordsmurf's Avatar
lordsmurf lordsmurf is online now
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,503
Thanked 2,448 Times in 2,080 Posts
Quote:
Originally Posted by lollo2 View Post
I noticed that VHS decode has some (small) similitude with the diatribe edit=off versus edit=on.
In a standard workflow, referring to most JVC decks, EDIT mode is not ideal, as it leaves far too much false signal noise, and software cannot always correct for it. But for this specific projects, I'd err more on the unmolested side of the equation. Bare hardware needs to make some decisions, prior to software, and hopefully it will clean some of this up. I'd like to see hardware based more around VirtualDub's CCD filter, and less the classic VCR NR of JVC/Panasonic type. But again, software doesn't always work, so ideally some sort of blend of classic and VirtualDub NR methodology. The complaint against EDIT mode is both temporal and intraframe (softening with some decks, and deck models -- not all). I think we can drop intraframe, and low the temporal window. It doesn't have to be all-or-none.

Quote:
Originally Posted by RobustReviews View Post
the cold reality is we're faced with the following at present:
The problem with HDMI is that it is almost always attached to other harmful processing, so I really think it's a non-starter. Add to that how many devices are just output as HDMI, and internally screw with the signal via composite downconversion. People simply cannot help themselves, trying to "improve" signals because they don't understand it (deinterlace, etc).

There's nothing inherently bad about USB cards. USB is just a signal carrier, much like AGP, PCI, PCIe, Thunderbolt, etc. You have both good and bad USB capture cards, as it has been with all others before it.

You forgot one of the most important problems: hardware fail. It's expensive and/or time-consuming, if even reparable at all. This is the one that keeps me up at night. It's the reason I have a stack of TBCs, VCRs, and capture cards, as backups.

I'm not swayed by the costs argument. People will spend $1k/year on fancy coffee, something they piss away (literally). But $1k for a video setup, to archive cherished videos forever? "OMG! The sky is falling! Wee-wah-wee-wah! EXPENSIVE! ROBBERY! AAAHHH!" It's quite frankly completely head-up-ass in terms of value. And when you're done with the project, you can sell the gear to recoup costs. You don't throw it in the trash, it's not lost money.

Quote:
AviSynth etc are very good but they keep a lot of people out of the hobby
Use Hybrid. GUI for most common Avisynth needs. Even I tend to use it a lot these days, very handy, appeals to my lazy side. I just wish selur could get MPEG encoding added (4:2:2, BDMV/AV, DVD-Video).

Quote:
Originally Posted by servese43 View Post
I know vhs-decode is nowhere near as good as a conventional capture setup, for now at least, but how does ld-decode compare with the traditional way of capturing, for laserdiscs?
From what I've seen, amazingly well. It's ready for primetime, I think. (I've never been into LD, but I appreciate how vastly different it is from VHS, and most tapes formats.)

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
The following users thank lordsmurf for this useful post: lollo2 (09-09-2021)
  #17  
09-09-2021, 06:06 AM
RobustReviews RobustReviews is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2020
Location: London - UK
Posts: 568
Thanked 88 Times in 76 Posts
Quote:
Originally Posted by lordsmurf View Post
The problem with HDMI is that it is almost always attached to other harmful processing, so I really think it's a non-starter. Add to that how many devices are just output as HDMI, and internally screw with the signal via composite downconversion. People simply cannot help themselves, trying to "improve" signals because they don't understand it (deinterlace, etc).
Indeed - you're entirely right, but I think that'll be the weapon of choice going forward for the casual camcorder video -> YouTube private video, their points are equally as valid as those involved in deep restoration, archiving. I do think sometimes you make the assumption that everybody "should" do things a certain way (a la your remarks a few days ago about the things people post on YouTube). HDMI it's getting better, and whilst it will never be perfect, it might end up the only viable option for people who just want reasonable value, new equipment that'll install without let on modern hardware.

Don't misunderstand this - I'm not saying it's the best option, but one I imagine many will take.

Quote:
There's nothing inherently bad about USB cards. USB is just a signal carrier, much like AGP, PCI, PCIe, Thunderbolt, etc. You have both good and bad USB capture cards, as it has been with all others before it.
I should have clarified, I was talking about the 'EasyCapture' and similar ilk, not decent USB solutions - I could take issue with the next bit about "Signal Carriers" but I'll give you the benefit of just a broad explanation, and that's more than fine for this conversation.

Quote:
You forgot one of the most important problems: hardware fail. It's expensive and/or time-consuming, if even reparable at all. This is the one that keeps me up at night. It's the reason I have a stack of TBCs, VCRs, and capture cards, as backups.
Mea culpa, this is a very important issue I did sidestep in my reply - you're right and it's good you've brought that up.

Quote:
I'm not swayed by the costs argument. People will spend $1k/year on fancy coffee, something they piss away (literally). But $1k for a video setup, to archive cherished videos forever? "OMG! The sky is falling! Wee-wah-wee-wah! EXPENSIVE! ROBBERY! AAAHHH!" It's quite frankly completely head-up-ass in terms of value. And when you're done with the project, you can sell the gear to recoup costs. You don't throw it in the trash, it's not lost money.
You don't have to be swayed by it, many individuals are. You do seem to have a very monolithic way of describing 'people', I've noticed this a few times. The value people attach to things varies more wildly than you might imagine (try a car forum or a HiFi forum for example). There's a lot of shades of grey in these matters, and I wouldn't have been as successful or stayed in business as long as have without appreciating these things. Diff'rent strokes. I think we'll just have to disagree on that.

Quote:
Use Hybrid. GUI for most common Avisynth needs. Even I tend to use it a lot these days, very handy, appeals to my lazy side. I just wish selur could get MPEG encoding added (4:2:2, BDMV/AV, DVD-Video).
I do - it's great.

Hope this clarifies some points.
Reply With Quote
The following users thank RobustReviews for this useful post: lollo2 (09-09-2021)
  #18  
09-09-2021, 06:25 AM
lordsmurf's Avatar
lordsmurf lordsmurf is online now
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,503
Thanked 2,448 Times in 2,080 Posts
Quote:
Originally Posted by RobustReviews View Post
You don't have to be swayed by it, many individuals are. You do seem to have a very monolithic way of describing 'people', I've noticed this a few times. The value people attach to things varies more wildly than you might imagine (try a car forum or a HiFi forum for example). There's a lot of shades of grey in these matters, and I wouldn't have been as successful or stayed in business as long as have without appreciating these things. Diff'rent strokes. I think we'll just have to disagree on that.
Education goes a long way. You have to present a "bad, good, better, best" type option (though video is more like "bad, good, best"). Otherwise people just randomly pull numbers out of their ass. "Gee, I think that should be $100!" ("Hyuck!", says Goofy). Most people, when shown what bad/good/best really means, will entirely avoid bad. When they see how quality can look, and understand the problems that come with each downgrade (since this is tech, not just visual), they almost always want the quality options. How much quality is then determined by budget, once they know the numbers. This is true of everything, not just video. People spend crazy stupid money on food, cars, etc, because they're given choices. Do you want BrandX that taste like dog food, simply because it's cheap? With video capture, what's usually missing is seeing choice, (non-BS) comparisons, instead just reading/seeing random advice from random people (ie, Yotuube) and assuming (ass-u-me) it's the best method without any context or A/B. Or if not learning everything (no time, unwilling, etc), at least trusting others to help make the choice (Consumer Reports types, expert opinions and guidance, ie the "easy button" option to wise selection).

You may think I'm too unforgiving with some of these scenarios, but I think you're far too forgiving. And overly forgiving is how you get crap to view. I, for one, get tired of seeing bad quality on broadcast TV. Because more and more, broadcasters screw up interlace, fps conversion, etc. It often begins away from work, learning and doing wrong things to video. Raping video quality. The corporate world watches Youtube too, and searched Google, for better or worse/lazy. So let's help at least sustain a minimum decorum of quality. Not just whatever the Chinese want (low-rent devices, awful software, as sold to us dumb 'muricans/yanks and you your'o-pee-ins).

After all, this topic is about trying to achieve the greatest possible quality, maybe, hopefully, someday. Not just cheap, easy, lazy, crappy.

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
The following users thank lordsmurf for this useful post: lollo2 (09-09-2021), nachiobp (02-14-2022)
  #19  
09-09-2021, 06:49 AM
RobustReviews RobustReviews is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2020
Location: London - UK
Posts: 568
Thanked 88 Times in 76 Posts
Quote:
Originally Posted by lordsmurf View Post
Education goes a long way. You have to present a "bad, good, better, best" type option (though video is more like "bad, good, best"). Otherwise people just randomly pull numbers out of their ass. "Gee, I think that should be $100!" ("Hyuck!", says Goofy). Most people, when shown what bad/good/best really means, will entirely avoid bad. When they see how quality can look, and understand the problems that come with each downgrade (since this is tech, not just visual), they almost always want the quality options. How much quality is then determined by budget, once they know the numbers. This is true of everything, not just video. People spend crazy stupid money on food, cars, etc, because they're given choices. Do you want BrandX that taste like dog food, simply because it's cheap? With video capture, what's usually missing is seeing choice, (non-BS) comparisons, instead just reading/seeing random advice from random people (ie, Yotuube) and assuming (ass-u-me) it's the best method without any context or A/B. Or if not learning everything (no time, unwilling, etc), at least trusting others to help make the choice (Consumer Reports types, expert opinions and guidance, ie the "easy button" option to wise selection).

You may think I'm too unforgiving with some of these scenarios, but I think you're far too forgiving. And overly forgiving is how you get crap to view. I, for one, get tired of seeing bad quality on broadcast TV. Because more and more, broadcasters screw up interlace, fps conversion, etc. It often begins away from work, learning and doing wrong things to video. Raping video quality. The corporate world watches Youtube too, and searched Google, for better or worse/lazy. So let's help at least sustain a minimum decorum of quality. Not just whatever the Chinese want (low-rent devices, awful software, as sold to us dumb 'muricans/yanks and you your'o-pee-ins).

After all, this topic is about trying to achieve the greatest possible quality, maybe, hopefully, someday. Not just cheap, easy, lazy, crappy.
I think we're closer in agreement than you imagine - I don't watch broadcast TV and haven't for decades so I can't comment, we do have very demanding technical standards for broadcast in the UK - they're a dizzying read there's probably an argument it's in place to protect the BBC but that'll wander into a political post, the BBC is not especially popular in the UK any more. OFCOM (much like your FCA) oversee all television, there are some serious sanctions for program defects. Digital Radio (DAB) however has been a complete cluster-****, technical defects in television broadcasts get met with public sanctions, however broadcasting music at 64kpbs mono is cool and encouraged.

We don't really have a culture of your public access (I know that's not the point you're trying to arrive at) so it's kept television broadcast in the hands of the 'big players', it's not a game you can get in to with a modest investment, apart from some seriously low-rent local cable channels that run under a special licence.

I seriously digress, and I could be talking utter carp, this is only from tech' documents, what goes out could be dreadful - and almost undoubtedly is. At least you won't be put in prison for owning a television without an annual $220 tax like us Britbongs, then we get to see BBC programs broadcast globally for nix..... Great

Anyway I've wandered well of topic but thanks for taking the time to reply, I'll post up more of this guide tonight.
Reply With Quote
The following users thank RobustReviews for this useful post: lollo2 (09-09-2021)
  #20  
09-09-2021, 01:26 PM
Bogilein Bogilein is offline
Free Member
 
Join Date: May 2016
Location: Bavaria
Posts: 256
Thanked 93 Times in 67 Posts
Quote:
Originally Posted by lordsmurf View Post
With video capture, what's usually missing is seeing choice, (non-BS) comparisons, instead just reading/seeing random advice from random people (ie, Yotuube) and assuming (ass-u-me) it's the best method without any context or A/B. Or if not learning everything (no time, unwilling, etc), at least trusting others to help make the choice (Consumer Reports types, expert opinions and guidance, ie the "easy button" option to wise selection).
.
Any chance to see a non-BS comparison from the Lord himself?
You could save 90% of your writings here on digital.faq & videohelp.com and no one have to ask again for best hardware for video capture.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Is JVC SR-V10U better than basic VCR if using Elgato? yakima Project Planning, Workflows 8 02-28-2021 04:26 PM
Basic Avisynth script errors? S1RIUS Restore, Filter, Improve Quality 9 10-26-2020 09:08 AM
How to capture, decode Dolby Surround VHS tapes? WestRGB Project Planning, Workflows 1 10-10-2020 12:08 AM
Basic VHS capture quality? sevarre Capture, Record, Transfer 9 05-06-2019 12:25 PM

Thread Tools



 
All times are GMT -5. The time now is 09:07 AM