ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

id variable in FFmpegStream is missing

Open davinderdhindsa350 opened this issue 3 years ago • 0 comments
trafficstars

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):

  • OS: [e.g. Linux]
  • Java Version [e.g. 8]

Additional context Add any other context about the problem here.

davinderdhindsa350 avatar Oct 21 '22 14:10 davinderdhindsa350