-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added video playback offset support for MCAP logs #155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just that one method that should be a redirection imo
...jfx/src/main/java/us/ihmc/scs2/sessionVisualizer/jfx/session/mcap/FFMPEGVideoDataReader.java
Outdated
Show resolved
Hide resolved
…timestamp to nanoseconds, clean up logic for not reading redundant frames.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I had missed you made a change 😓
Let's rebase this branch onto develop, then squash the PR when closing it
* Added controls for cropping log file * WIP: Working on a new MCAP cropper * Dense commit: Split up MCAP and added LZ4 frame encoder * Implementing tools to write MCAP back to file. * Refactored the LZ4 output stream to work with byte buffers * WIP * wip * WIP: More stuff for cropping * Some doc, started writing up a test using the demo MCAP file. * Improving the test. * Making progress on the test. * WIP: Tracking down chunk writing/reading bug. * WIP: Got the cropping test to pass. Still needs a few final checks * Wrapped up the cropping * MCAP cropping is working.
…timestamp to nanoseconds, clean up logic for not reading redundant frames.
…feature/mcap-video-offset
… stored timestamp to nanoseconds, clean up logic for not reading redundant frames." This reverts commit 6f15652.
…timestamp to nanoseconds, clean up logic for not reading redundant frames.
Sounds good, merging (had a small git issue in the revert commit, but it's fixed) |
Adds a JavaFX Spinner under each thumbnail to specify an offest between the MCAP start and the video playback start. The offset increments in milliseconds and can be positive or negative.