bytedeco / javacv

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

Does JavaCV support grab subtitle Stream with FFmpegFrameGrabber? #2149

Closed DearTan closed 9 months ago

DearTan commented 9 months ago

Does JavaCV support grab subtitle stream with FFmpegFrameGrabber?

If I want to grab a subtitle file , I found these in JavaCV source code ,like: if (video_st == null && audio_st == null) { throw new Exception("Did not find a video or audio stream inside \"" + filename

saudet commented 9 months ago

No, it's not currently supported, but as always contributions are welcome!

saudet commented 9 months ago

Duplicate of #503