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

Mp4 Writer video playback compatibility fix for high resolution videos #287

Merged
merged 2 commits into from
Aug 11, 2023

Conversation

mohammedzakikochargi
Copy link
Collaborator

IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).

Fixes #[Issue]

Description
Fixes the bug in Mp4Writer, where the frame size was getting appended only to last two bytes of nalu separator , instead it should it all the four bytes of nalu separator to save the frame size. Because frame size cross 2^16 - 1 which is more than 2 bytes.

Precise description of the changes in this pull request

Alternative(s) considered

Have you considered any alternatives? And if so, why have you chosen the approach in this PR?

Type

Type Choose one: (Bug fix | Feature | Documentation | Testing | Other)

Screenshots (if applicable)

Checklist

  • I have read the Contribution Guidelines
  • I have written Unit Tests
  • I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach

@github-actions
Copy link

github-actions bot commented Aug 10, 2023

Test Results Linux-CudaT

    1 files  ±0      1 suites  ±0   10m 23s ⏱️ ±0s
385 tests ±0  228 ✔️ ±0  157 💤 ±0  0 ±0 
228 runs  ±0    71 ✔️ ±0  157 💤 ±0  0 ±0 

Results for commit fbbc6e4. ± Comparison against base commit 7afddd0.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 10, 2023

Test Results Windows-cuda

    1 files  ±0      1 suites  ±0   12m 18s ⏱️ -1s
381 tests ±0  287 ✔️ ±0  94 💤 ±0  0 ±0 
287 runs  ±0  193 ✔️ ±0  94 💤 ±0  0 ±0 

Results for commit fbbc6e4. ± Comparison against base commit 7afddd0.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 10, 2023

Test Results Linux_ARM64

    1 files  ±0      1 suites  ±0   10m 58s ⏱️ -9s
409 tests ±0  256 ✔️ ±0  153 💤 ±0  0 ±0 
256 runs  ±0  103 ✔️ ±0  153 💤 ±0  0 ±0 

Results for commit fbbc6e4. ± Comparison against base commit 7afddd0.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 10, 2023

Test Results Linux

    1 files  ±0      1 suites  ±0   10m 21s ⏱️ + 1m 7s
294 tests ±0  226 ✔️ +1  68 💤 ±0  0 ±0 
226 runs  ±0  158 ✔️ +1  68 💤 ±0  0 ±0 

Results for commit fbbc6e4. ± Comparison against base commit 7afddd0.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

Test Results Win-nocuda

    1 files      1 suites   10m 39s ⏱️
290 tests 226 ✔️ 64 💤 0
226 runs  162 ✔️ 64 💤 0

Results for commit fbbc6e4.

@kumaakh kumaakh merged commit abddb05 into main Aug 11, 2023
17 of 19 checks passed
@kumaakh kumaakh deleted the Mp4WriterPlaybackIssueFixed branch August 11, 2023 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants