It is currently 27 Apr 2024, 18:59




 Page 31 of 31 [ 610 posts ]  Go to page Previous  1 ... 27, 28, 29, 30, 31
Author Message
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 07 May 2023, 22:01 
Third post and above
Third post and above
User avatar

Joined: 03 May 2023, 01:52
Posts: 3
Location: United Kingdom
Has thanked: 0 time
Been thanked: 0 time
Thanks for that, I too am aware of VHS-Decode (something I want to visit eagerly)!

However I was referring to the PCBs and KiCad files (if i am correct) to manufacture them physically and make them fully functional.

But because of the vast amount on the github, I don't know what files to use if I ever were to approach a manufacturer online or abroad :(
Offline
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 07 May 2023, 23:16 
Serious fan
Serious fan
User avatar

Joined: 12 Sep 2015, 05:57
Posts: 210
Location: United States
Has thanked: 5 times
Been thanked: 54 times
If you look under the "capture hardware" section (specifically "Domesday Duplicator"), you should find what you need. There is even a link to order it from PCBway. You can order it populated or not populated.

https://www.pcbway.com/project/shareproject/DoomsDayDuplicator_Rev_3.html

You can also find some people selling premade and tested kits.
Online
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 27 Jul 2023, 21:37 
Serious fan
Serious fan
User avatar

Joined: 05 Mar 2012, 03:43
Posts: 178
Location: Italy
Has thanked: 16 times
Been thanked: 10 times
I have a doubt... reading this page (https://bitcrush.io/laserwiki/index.php ... ng_Process) it seems that the raw capture is limited only to video... as my memory lacks (a lot) I can't remember IF the laserdisc audio is included in the raw capture, and in case, WHICH one(s) - analog, PCM, AC-3, DTS...
_________________
FanRes - restoring wrong movies, one title at the time!
blog.spoRv.com - a blog about video restoration…
Offline
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 27 Jul 2023, 21:40 
Serious fan
Serious fan
User avatar

Joined: 12 Sep 2015, 05:57
Posts: 210
Location: United States
Has thanked: 5 times
Been thanked: 54 times
laserdisc.ws wrote:
I have a doubt... reading this page (https://bitcrush.io/laserwiki/index.php ... ng_Process) it seems that the raw capture is limited only to video... as my memory lacks (a lot) I can't remember IF the laserdisc audio is included in the raw capture, and in case, WHICH one(s) - analog, PCM, AC-3, DTS...


that is not correct. All of the audio is captured and stored in the RF. Analog and PCM are for sure decodable, i think AC-3 is, and unsure about DTS.
Online
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 27 Jul 2023, 22:43 
Serious fan
Serious fan
User avatar

Joined: 05 Mar 2012, 03:43
Posts: 178
Location: Italy
Has thanked: 16 times
Been thanked: 10 times
Thanks!

Curious to know now if AC-3 and DTS are effectively decoded now, or if there are plans to decode them in the future.
_________________
FanRes - restoring wrong movies, one title at the time!
blog.spoRv.com - a blog about video restoration…
Offline
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 27 Jul 2023, 22:52 
Serious fan
Serious fan
User avatar

Joined: 12 Sep 2015, 05:57
Posts: 210
Location: United States
Has thanked: 5 times
Been thanked: 54 times
laserdisc.ws wrote:
Thanks!

Curious to know now if AC-3 and DTS are effectively decoded now, or if there are plans to decode them in the future.


https://github.com/happycube/ld-decode/issues/622

looks like AC3 is done, although still some minor issues on some discs.

https://github.com/happycube/ld-decode/pull/772

and DTS as well.

DTS also mentioned on the wiki https://github.com/happycube/ld-decode/ ... rocess-efm

The ld-decode wiki hasn't been updated, but --AC3 is shown in the help:
$ld-decode --help
usage: ld-decode [-h] [--start file-location] [--length frames] [--seek frame] [--PAL] [--NTSC] [--NTSCJ] [-m mtf] [--MTF_offset mtf_offset] [--noAGC] [--noDOD]
                 [--noEFM] [--preEFM] [--disable_analog_audio] [--AC3] [--start_fileloc start_fileloc] [--ignoreleadout] [--verboseVITS] [--RF_TBC] [--lowband]
                 [--NTSC_color_notch_filter] [--V4300D_notch_filter] [-d deemp_adjust] [--deemp_low deemp_low] [--deemp_high deemp_high] [-t threads] [-f FREQ]
                 [--analog_audio_frequency AFREQ] [--video_bpf_high FREQ] [--video_lpf FREQ] [--video_lpf_order VLPF_ORDER] [--audio_filterwidth FREQ]
                 infile outfile

Extracts audio and video from raw RF laserdisc captures

positional arguments:
  infile                source file
  outfile               base name for destination files

options:
  -h, --help            show this help message and exit
  --start file-location, -s file-location
                        rough jump to frame n of capture (default is 0)
  --length frames, -l frames
                        limit length to n frames
  --seek frame, -S frame
                        seek to frame n of capture
  --PAL, -p, --pal      source is in PAL format
  --NTSC, -n, --ntsc    source is in NTSC format
  --NTSCJ, -j           source is in NTSC-J (IRE 0 black) format
  -m mtf, --MTF mtf     mtf compensation multiplier
  --MTF_offset mtf_offset
                        mtf compensation offset
  --noAGC               Disable AGC
  --noDOD               disable dropout detector
  --noEFM               Disable EFM front end
  --preEFM              Write filtered but otherwise pre-processed EFM data
  --disable_analog_audio, --disable_analogue_audio, --daa
                        Disable analog(ue) audio decoding
  --AC3                 Enable AC3 audio decoding (NTSC only)
  --start_fileloc start_fileloc
                        jump to precise sample # in the file
Online
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 21 Apr 2024, 05:48 
Site Admin
Site Admin
User avatar

Joined: 07 Aug 2002, 23:37
Posts: 4551
Location: Tokyo
Has thanked: 295 times
Been thanked: 1147 times
Someone had fund adding a RF out to a HLD-X9 for the Domesday Duplicator!

https://page.auctions.yahoo.co.jp/jp/au ... 1132987673

Attachment:
i-img1200x1191-1713338229mitvg33068.jpg
i-img1200x1191-1713338229mitvg33068.jpg [ 133.2 KiB | Viewed 136 times ]
Attachment:
i-img600x745-1713338228r0mlqm24.jpg
i-img600x745-1713338228r0mlqm24.jpg [ 109.78 KiB | Viewed 136 times ]


Julien
_________________
HARDWARE DATABASE
HLD-X0/9 LD-S9 OPPO 105/205 SL-1200G
LDD-1 MSC-4000 R2144 PONTUS II C45 MC257
Offline
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 23 Apr 2024, 19:14 
Serious fan
Serious fan
User avatar

Joined: 05 Mar 2012, 03:43
Posts: 178
Location: Italy
Has thanked: 16 times
Been thanked: 10 times
admin wrote:
Someone had fund adding a RF out to a HLD-X9 for the Domesday Duplicator!


Must need some guts to do that! :D

Anyway, a nice job, and the adesive label adds a touch of elegance; well done.
_________________
FanRes - restoring wrong movies, one title at the time!
blog.spoRv.com - a blog about video restoration…
Offline
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 26 Apr 2024, 18:20 
Shows curiousity
Shows curiousity
User avatar

Joined: 18 Apr 2009, 21:06
Posts: 20
Location: Tokyo, Japan
Has thanked: 9 times
Been thanked: 17 times
That's the future of LaserDisc.
It seems realistic that in the forthcoming years we will probably have real-time capable ld-decode in an embedded/dedicated system.
"DD RF out mod" will be something like the AC3RF out mod now.
And we won't be arguing about comb filters anymore, but about spindle motors, tracking servos, "cleanest RF signal" etc. :roll: :lol:

So, this X9 is future-proof!

admin wrote:
Someone had fund adding a RF out to a HLD-X9 for the Domesday Duplicator!
Offline
 Profile  
 
 Post subject: Re: (WIP) Laserdisc software image decoder from raw signal
PostPosted: 27 Apr 2024, 18:14 
Genuinely interested
Genuinely interested
User avatar

Joined: 26 Mar 2024, 10:01
Posts: 38
Location: Australia
Has thanked: 17 times
Been thanked: 2 times
So someone is going to "Domesday duplicate" all 65,000+ LD titles? Doubt it.
Offline
 Profile  
 
Display posts from previous:  Sort by  
 Page 31 of 31 [ 610 posts ]  Go to page Previous  1 ... 27, 28, 29, 30, 31


Who is online

Users browsing this forum: No registered users and 60 guests


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

Search for:
Jump to: