help with reading a video
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hi everyone i have 7sec video in .mpeg and .avi format. i have to read it as an input signal(analog) then modulate it and demodulate it and observe the same video as output? can anyone tell me how do i read it?
0 comentarios
Respuestas (1)
Walter Roberson
el 7 de Feb. de 2012
.mpeg and .avi are inherently digital movie formats.
To read a digital movie as an analog signal, you would have to output it as an analog signal and then somehow input that signal.
HDMI cables use digital signals. SVGA cables use analog but they use multiple analog signals, as does S-VIDEO. You will, then, probably be wanting to output on to a coax connector using NTSC or PAL for the signal encoding.
You need to be careful in modulating NTSC and PAL, as those encodings include mechanisms for vertical retrace, horizontal and vertical blanking, interlace, horizontal sync, vertical sync, etc.. If you modulate away the control portions of the signal, your ability to recover per-pixel information will be compromised.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!