joncampbell123 / composite-video-simulator

Code to process video to simulate analog composite video.
130 stars 17 forks source link

What Is Raw28NTSC ? #20

Open cheznewa opened 2 years ago

cheznewa commented 2 years ago

ii try raw28ntsc i dont know the usage of raw28ntsc with 6 steps because no explains in README and the comment in code.

Please explained what is raw2ntsc? ...

joncampbell123 commented 2 years ago

Experimental in-progress code to render a raw NTSC video capture to MP4, meaning a capture of 8-bit samples at 28MHz using the CXADC driver to capture video.

-i input capture file, or - to pipe something into STDIN. In my case raw captures are compressed with FLAC and I pipe the output of FFMPEG into STDIN.
-o output MP4 file, I use test.mp4
cheznewa commented 2 years ago

ok, but you have a sample capture for test myself?

joncampbell123 commented 2 years ago

I do not. Any sample would be either too short for useful testing, or too large to add to the repo. It's raw 8-bit samples at 28MHz, which is 28MB per second, after all.

cheznewa commented 2 years ago

ok, and you can make an encoder for generate it and use the steps?