jmisb icon indicating copy to clipboard operation
jmisb copied to clipboard

jMISB is an open source Java library implementing various MISB standards.

Results 31 jmisb issues
Sort by recently updated
recently updated
newest added

getValueBilinear in Geoid.java is passing yOffset and xOffset values to interpolateBilinear in the wrong order

API should provide the ability to synchronously step though an input file and get decoded frames/metadata. Initially implement forward direction only.

**Describe the bug** I am trying to build an Android app to receive video metadata. I add the following to build.gradle dependencies: >implementation 'org.jmisb:jmisb-api:1.11.0' When I try to build, I...

**What is the use case for your proposed feature? Please describe.** I am attempting to parse (in near real time) a KLV bytestream coming out of an external ffmpeg process....

Hi, I have a TS file that when I try to open consistently throws the following exception. VLC and other player programs can play the file without any issue. `Exception...

**What is the use case for your proposed feature? Please describe.** ST 0602 allows annotation of video with extra context. There is pretty limited use of that, but there is...

**Describe the bug** In some mpeg.ts files I'm processing with jmisb I've noticed that the metadata stream seemed to be ahead (about 7.5 seconds (or so)) of the imagery. I...

**What is the use case for your proposed feature? Please describe.** Payload KLV data to H264 Video Stream and output a VideoOutputStream **Describe the solution you'd like** Instead of BufferedImage,...

**Describe the bug** During CI, the JDK 14 test sometimes fails, with errors that look like: ``` [INFO] [INFO] Results: [INFO] Error: Failures: Error: VideoFileInputOutputIT.testRipKlv:183->createFile:294 » NoClassDefFound Could not initialize...

## Motivation and Context ST 2101 is way to embed the MIIS Core Identifier into the video frame (i.e. SEI message, rather than KLV metadata elementary stream), mainly intended to...