Digital TV Transmitter Using a VGA card
An anonymous reader writes "Yet Another Project from Fabrice
Bellard : with any PC and a standard VGA card, you can build a
real Analog or DVB-T Digital TV
transmitter by directly generating the VHF signal. The provided
example shows a Lena
picture transmitted as a real Digital TV channel."
I know he's the guy behind ffmpeg (used by most *nix media players) and the excellent qemu emulator that I use every day.
---
What Fabrice is telling us here is that he has managed to produce a real-time (or close-to-real-time) DVB-T/DVB-H software COFDM modulator, the output of which may be broadcast via the DAC converters of the video board. Given the complexity of the generated signal (more than 6000 subcarriers, not including pilot subcarriers which are used as beacons for the demodulator, and paying respect to the guard interval -- sorry for the technical gobbledygook), this usually requires a dedicated ASIC. Don't forget to include the preliminary phases of the encoding : creating an MPEG-2 video channel, an MEPG-2 transport stream (OK, he did it using a modified MPEG library), then encapsulate this into MPEG-2/DVB frames, add the Reed-Solomon code, perform the interleaving procedure, pour in some Viterbi encoding for redundancy, and feed it to the input of the DVB-T modulator, phew ! you're done.
I want to say hats off, ladies and gentlemen, to this outstanding performance. The Free Software movement definitely needs more guys like Fabrice, and we all need to encourage him into publishing more of his code.
Chapeau bas, mon cher Fabrice !
In Soviet Russia, our new overlords are belong to all your base.