|
It is currently 09 Dec 2023, 19:45
|
View unsolved topics | View unanswered posts
 |
|
 |
|
happycube
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 27 May 2016, 18:44 |
Absolute fan |
 |
 |
Joined: 18 Apr 2012, 18:02 Posts: 1612 Location: United States Has thanked: 71 times Been thanked: 87 times
|
A 4300D in the US? Cool. The best capture card I've found is the WinTV 34132, but it's pretty expensive (~$50 on eBay right now) so I'd look for alternative cards using the CX2388x chip, preferably without the MPEG2 bits. (sooo many Hauppauge MPEG2-encoding cards on the bay right now, but I doubt they can do raw mode) You don't need an amplifier in practice I've found. Recently I've had good success with BNC cabling, it has less RF noise. This is a nice s-video->BNC adapter: http://www.ebay.com/itm/141786425357Some pictures (including ones from megapixie) are here: https://docs.google.com/document/d/1n5V ... OYoRg/edit(general update: Largely debugged my fast TBC code, going to slowly? merge the CUDA and non-CUDA versions of the RF demod code. Then hopefully onto the comb filter.)
_________________ Happycube Labs: Where the past is being re-made, today. [meep!]
|
|
|
|
 |
colek1
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 27 May 2016, 19:47 |
Knows how to post |
 |
 |
Joined: 09 Nov 2015, 18:59 Posts: 10 Location: Poland Has thanked: 0 time Been thanked: 0 time
|
Thank you guys for quick reply, I am not from USA actually, but from Poland  I dunno why this happened on the forums, I got automatically assigned that location. I have purchased PAL and NTSC WinTV cards to try out, bought the cable you're mentioned. Now I just gotta wait few weeks to delivery (importing from USA takes some time  ). I am extremely hyped to see the results with this.
|
|
|
|
 |
happycube
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 28 May 2016, 06:39 |
Absolute fan |
 |
 |
Joined: 18 Apr 2012, 18:02 Posts: 1612 Location: United States Has thanked: 71 times Been thanked: 87 times
|
Cool  And oops, I should've mentioned the same cx2388x card can be used for NTSC or PAL. That said, every card design has different noise properties, so it's worth trying a few to see what works best. I haven't done much on the PAL side, but the early results were very promising. It really needs digital audio decoding to be useful though, since I can't fallback to the analog tracks on later disks.
_________________ Happycube Labs: Where the past is being re-made, today. [meep!]
|
|
|
|
 |
Guest
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 08 Sep 2016, 20:33 |
|
After reading through this, I remembered a piece of hardware I came across the other day: http://store.newae.com/chipwhisperer-li ... sic-board/It's meant for something completely different, but it should be generic enough to do exactly what is needed here? Another thing I came across today, that I'm guessing everyone here has already seen... But just in case: http://www.kallhovde.com/pioneer/tricom ... RV2125.pdfThat should be a good place to start, if someone feels like figuring out how to demodulate the AC-3 audio.  Anxiously watching for further updates in this thread! 
|
|
|
|
 |
Guest
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 08 Sep 2016, 22:50 |
|
|
|
|
 |
Guest
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 08 Sep 2016, 23:39 |
|
Oh, I see my mistake. I was thinking about a 24 bit / 96kHz sound card, but 96kHz isn't even close to 28MHz.
|
|
|
|
 |
wondras
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 08 Sep 2016, 23:58 |
Third post and above |
 |
 |
Joined: 25 Oct 2015, 23:19 Posts: 4 Location: United States Has thanked: 0 time Been thanked: 0 time
|
I've been contemplating buying one of these: http://www.digikey.com/product-search/en?keywords=AD9265-80EBZ-ND($217 eval board for an Analog Devices 16-bit ADC -- 79 dB SNR at 70 MHz!  ) and interfacing it to a PC using one of these: http://www.digikey.com/product-search/en?keywords=428-3347-ND($46 eval board for a Cypress programmable USB 3.0 interface chip) I *think* the Cypress interface chip can accept a raw bitstream, but if some sort of framing/buffering is required, an FPGA board could be inserted between the two. This starts to get pretty complicated, though. I'm a little reluctant to drop 300 bucks, plus whatever it takes to make an adapter board that connects the two together. I have a sneaking suspicion that the results won't be significantly better than what the WinTV cards produce. Still, it would be nice to know for sure.
|
|
|
|
 |
someperson
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 12 Sep 2016, 06:27 |
Knows how to post |
 |
 |
Joined: 09 Aug 2016, 03:09 Posts: 9 Location: United States Has thanked: 0 time Been thanked: 0 time
|
wondras wrote: It's good to have a dedicated machine for this sort of thing -- no surprises/interruptions/slowdowns while you are capturing. I'm using a Pentium-4 2.7 GHz PC with a clean 200 GB ATA drive to store the captures. It seems to keep up just fine. I bought an SSD to use for this, but I haven't found a SATA adapter that works in this PC at speeds higher than ATA-2 (33 MB/sec), which isn't fast enough.
Anyway, you don't need a super-powerful PC, which is good, since finding one with a PCI slot can be a problem... Thanks for the response! It sounds like I shouldn't have a problem getting a PC to do this then. I do have another question: would a capture card like this one work? It uses the required CX2388x chipset, but also has a second Conexant chip with an MPEG-2 encoder. http://www.ebay.com/itm/221589033404
|
|
|
|
 |
wondras
|
Post subject: Re: (WIP) Laserdisc software image decoder from raw signal  Posted: 12 Sep 2016, 13:36 |
Third post and above |
 |
 |
Joined: 25 Oct 2015, 23:19 Posts: 4 Location: United States Has thanked: 0 time Been thanked: 0 time
|
someperson wrote: I do have another question: would a capture card like this one work? It uses the required CX2388x chipset, but also has a second Conexant chip with an MPEG-2 encoder. http://www.ebay.com/itm/221589033404Not sure. I bought a random one off of ebay and got lucky, but it doesn't have the MPEG chip. I seem to recall that the cards *without* tis chip are more likely to work, but I don't have the source reference handy. One interesting thing about that card is that it has a composite input jack. Depending on how the inputs are wired, you *might* not need a hacked s-video cable to get RF into it, or a little minor surgery could re-route the required input to the composite jack. It's not critical, but would make wiring easier.
|
|
|
|
 |
|
|
 |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|