bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.53k stars 1.58k forks source link

Support for subtitles, data streams, etc with H.264 #503

Open miketrab opened 8 years ago

miketrab commented 8 years ago

Hi,

FFmpegFrameRecorder is being used to create an H264 movie based on individual images (sreenshots). Is there a manner to add subtitles per frame in a specific channel?

Thanks! Michael

saudet commented 8 years ago

That would be a feature request. Would you like to make a contribution? It would be very welcome!

miketrab commented 8 years ago

What would a contribution look like?

saudet commented 8 years ago

Any API that would make sense to add subtitles when using FFmpegFrameRecorder.

miketrab commented 8 years ago

As such I'd be willing, however my background is more in geospatial and less in video processing.