Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: use vhs-utils #361

wants to merge 1 commit into from

Conversation

brandonocasey
Copy link
Contributor

No description provided.

Copy link
Member

@gkatsev gkatsev left a 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.

@brandonocasey brandonocasey force-pushed the feat/vhs-utils branch 3 times, most recently from b1e6a8f to 4708fb1 Compare December 18, 2020 17:50
@@ -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
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@brandonocasey brandonocasey force-pushed the feat/vhs-utils branch 2 times, most recently from 8bbb236 to 65e8d8b Compare December 18, 2020 18:40
Base automatically changed from chore/generator to main January 11, 2021 22:22
@brandonocasey
Copy link
Contributor Author

This is blocked until we have enough time to get to everything in #362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants