bramp / ffmpeg-cli-wrapper

Java wrapper around the FFmpeg command line tool
BSD 2-Clause "Simplified" License
1.72k stars 413 forks source link

id variable in FFmpegStream is missing #273

Closed davinderdhindsa350 closed 3 months ago

davinderdhindsa350 commented 2 years ago

Describe the bug id variable in FFmpegStream is missing id attribute has hex value of subtitle or close caption language.

To Reproduce

// Example code
//In class FFmpegStream we need to add id variable 
  public String id;

Expected behavior

after adding id we use can able to get subtitle and closed caption hexcode

Version (if applicable):

Additional context Add any other context about the problem here.