-
Notifications
You must be signed in to change notification settings - Fork 49
TBC to Analogue
The TBC format is in simple terms a lossless digital file version of Composite & S-Video.
These files can be played via the software ld-analyse, or encoded to colour video files via ld-chroma-decoder.
But with these and a DAC (digital to analogue converter) they can be played back to devices with analouge inputs.
VGA to BNC Breakout Adapter
VG to RCA Breakout Adapter
FL2K does not output a fully compliant signal level (0.6~0.7vpp vs 1vpp) so while a VCR or Modern TV, or timebase corrector won't care too much a CRT won't like the signal directly or just will give a black-and-white image though the most stable signals are from ld-decode
produced TBC files in terms of playback of colour images.
When the signal reaches end of file currently it will lose sync and repeat the last frame untill stopped.
(EWF_live_90_PILP-2005_CLV_NTSC_side1_music_2022-05-08_13-54-20)
CRT (Sony PVM)
TV (JVC LCD)
(Munday-Walking-Around-Garden_2022-09-08_01-15-22)
CRT (Sony PVM)
TV (JVC LCD)
Today there is one current method to take that digital file to a composite RF signal using the cheep FL2000 based adapters
Currently, the only method of doing this is via fl2000 (fl2k) usb3.0 chips which can easily be used in software like GNU radio to output over the RED signal pin allowing pretty much plug-and-play with breakout adapters.
FL2K - Aliexpress Global & Reichelt Europe
USB To VGA Adapter Amazon Links UK / USA
VGA to RCA Breakout Amazon Links UK / USA
Colour-Under Tapes produce a Y + C or S-Video set of TBC files, these can be converted to a signal CVBS baseband file with yc2cvbs.
yc2cvbs.exe -l Vhs.tbc -c Vhs_chroma.tbc -s p | ffmpeg -f rawvideo -pix_fmt y16 -video_size 1135x626 -i - -f rawvideo -c:v rawvideo Vhs_combined.tbc
There is also the YUV to YCbCR tool - All inside the Vrunk Toolkit
FL2K to S-Video/Composite
By vrunk11 - (vrunk11 on DD86 Discord DD86 Discord)
Currently a work in progress, later to be a drag and drop easy to work with the player on Windows/Linux.
Currently, this is only a command-line tool.
By Tony Andersan - (9954tony on DD86 Discord)
FL2K Docs:
https://gitlab.hamburg.ccc.de/MarBle/fl2k-liberation
https://osmocom.org/projects/osmo-fl2k/wiki#USB-30-to-HDMI-Dongles
- FAQ - Frequently Asked Questions
- Diagram Breakdowns
- Visual-Comparisons
- VCR Reports / RF Tap Examples
- Download & Contribute Data
- Speed Testing
- Visual VBI Data Guide
- Closed Captioning
- Teletext
- WSS Wide - Screen Signalling
- VITC Timecode
- VITS Signals
- XDS Data (PBS)
- Video ID IEC 61880
- Vapoursynth TBC Median Stacking Guide
- Ruxpin-Decode & TV Teddy Tapes
- Tony's GNU Radio For Dummies Guide
- Tony's GNU Radio Scripts
- DomesDay Duplicator Utilities
- ld-decode Utilities