-
Notifications
You must be signed in to change notification settings - Fork 568
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
Bad video from h264 nal source file #34
Comments
Ok, more findings. The SPS/PPS is not even an issue. Even though the file contains SPS/PPS before each and every IDR frame they are all the same so just using the first one and filtering out the rest leaves us with a valid avc1 file. |
LOL - just found the comment of my partner in crime Magnus from 2 years ago:
|
I like getting helpful issue reports myself, so I try to provide the same. This data has been kicking my butt, since I get two different outputs for the same content; so I hope you'll have more insight on my issues. |
Ok that should do it. Need to do very similar work for H265 anyways so this serves two causes: correct H264 muxing and training exercise for H265 |
…bility flag and therefor the H264TrackImplTest didn't work
Thanks for addressing this so quickly! Keep up the great work. |
I have an h.264 encoded file which looks good when I use ffmpeg to place it in an mp4 container, but when I use isoparser it doesnt look good at all. Heres the code that I used
Here is the ffmpeg command line:
Bad image: https://dl.dropboxusercontent.com/u/7316897/projects/h264/bad.png
Good image: https://dl.dropboxusercontent.com/u/7316897/projects/h264/good.png
Dump file for verification: https://dl.dropboxusercontent.com/u/7316897/projects/h264/dump.h264
The text was updated successfully, but these errors were encountered: