-
Notifications
You must be signed in to change notification settings - Fork 213
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
feat: use vhs-utils #361
base: main
Are you sure you want to change the base?
feat: use vhs-utils #361
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.
Works well, just needs to wait for the vhs-utils update.
b1e6a8f
to
4708fb1
Compare
@@ -144,7 +144,7 @@ module.exports.sampleMoov = | |||
box('stsd', | |||
0x01, // version 1 | |||
0x00, 0x00, 0x00, // flags | |||
0x00, 0x00, 0x00, 0x00, // entry_count | |||
0x00, 0x00, 0x00, 0x01, // entry_count |
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.
entry count cannot be 0, but then have 1 entry...
@@ -243,7 +243,7 @@ module.exports.sampleMoov = | |||
box('stsd', | |||
0x01, // version 1 | |||
0x00, 0x00, 0x00, // flags | |||
0x00, 0x00, 0x00, 0x00, // entry_count | |||
0x00, 0x00, 0x00, 0x01, // entry_count |
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.
same
8bbb236
to
65e8d8b
Compare
65e8d8b
to
4c9dc2d
Compare
This is blocked until we have enough time to get to everything in #362 |
No description provided.