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

Decoding quality is very poor in some situation. #3712

Open
tyan0 opened this issue Dec 8, 2023 · 3 comments
Open

Decoding quality is very poor in some situation. #3712

tyan0 opened this issue Dec 8, 2023 · 3 comments

Comments

@tyan0
Copy link
Contributor

tyan0 commented Dec 8, 2023

For example, decoding original.mp4 by libopenh264 and encoding again by libx264 results in:

decoded-by-openh264.mp4

while decoding the same video by h264 decoder in ffmpeg and encoding again by libx264 results in:

decoded-by-ffmpeg-h264.mp4

Is any important feature of h264 missing from openh264?

@joakim-tjernlund
Copy link

Still poor quality with your latest fixes waiting fro review?

@tyan0
Copy link
Contributor Author

tyan0 commented Dec 19, 2023

Still poor quality with your latest fixes waiting fro review?

Yes. The pull request #3707 fixes only the reordering of the decoded frames. I guess this issue is in the decoding algorithm.

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

No branches or pull requests

3 participants
@joakim-tjernlund @tyan0 and others