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

Video (picture) doesn't play #11

Closed
moneytoo opened this issue Jan 29, 2022 · 3 comments
Closed

Video (picture) doesn't play #11

moneytoo opened this issue Jan 29, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@moneytoo
Copy link

Attached sample plays, but without picture. The picture works when remuxing to other container (mkv).

Sample: mmv-20.zip

@moneytoo moneytoo added the bug Something isn't working label Jan 29, 2022
@dburckh
Copy link
Owner

dburckh commented Jan 30, 2022

This guy is using AVC pic_order_count_type 2, I currently only support type 0. I'll have a look.

@dburckh
Copy link
Owner

dburckh commented Jan 31, 2022

I added support for pic_order_count_type 2. It works slightly better now. It still doesn't work right because it's 30 FPS and it's muxed at 120 FPS. Not sure if I want to support this madness, or just call it a day. :)

@dburckh
Copy link
Owner

dburckh commented Feb 5, 2022

This file is now working. I added code to use the standard linear (Chunk) clock when there are not B-Frames present. This has the bonus of reducing the overhead. Unfortunately, if any file that use B frames and muxes in this manner will be broken and difficult to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants