Jonathan Campbell

Results 88 comments of Jonathan Campbell

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...

The biggest hurdle is that you'll need to compile FFMPEG 4.x for this code to link to.

I suppose that's an interesting idea. Do you feel comfortable copy-pasting one of the existing CPP files to implement that?

I could probably figure it out, but I don't have any interest in that at this time. I'll keep it bookmarked though if I get around to it.

You may be able to find a ROM file or a bitmap image of the teletext font and render it on the picture as desired. Since your interest in that...

Understand that FFMPEG is actually several libraries. There is a libavformat, to read packets out of containers (like MP4, AVI, etc). Then there is libavcodec, which you feed the packets...

Also, some codecs will represent their own frame rate independent from the video track time scale. It's possible for example for a MOV to report a video track with a...

I made this as a fun little experiment, so what license to apply was not really on my mind at the time. I'm fine with it as open source as...