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

Error opening file: unable to obtain frame size from file #505

Closed
xyz1001 opened this issue Feb 3, 2023 · 2 comments
Closed

Error opening file: unable to obtain frame size from file #505

xyz1001 opened this issue Feb 3, 2023 · 2 comments
Assignees
Labels

Comments

@xyz1001
Copy link

xyz1001 commented Feb 3, 2023

Describe the bug
YUView fail to open a h264 file generated by ffmpeg. ffplay is ok.

To Reproduce
Steps to reproduce the behavior:

  1. Generate a h264 file by command ffmpeg -f lavfi -i testsrc=duration=10:size=1281x721:rate=30 test.h264
  2. Open the file with YUView.

Expected behavior
YUView can open the file normally.

Screenshots
image

Version (please complete the following information):

  • OS: Windows 11 22H2
  • Version 2.13

** attachment

@xyz1001 xyz1001 added the bug label Feb 3, 2023
@ChristianFeldmann ChristianFeldmann self-assigned this Feb 5, 2023
@ChristianFeldmann
Copy link
Member

I was able to reproduce this behavior on the latest develop version. Thx for the file and the report ...

@ChristianFeldmann
Copy link
Member

Alright this is fixed. The issue was that the h264 bitstream was in 4:4:4 subsampling and there were two tiny bugs hiding in the code. We are overdue again for a release so I will do one.

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

No branches or pull requests

2 participants