You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I'm trying to use the library with some mp4 I downloaded from the internet (from here https://dvdloc8.com/clip.php?movieid=8419&clipid=2)
and getting an error, H264BSD_ERROR. when trying the files in the test folder it works.
so I'm guessing I don't understand something. Both files are played with vlc player.
Can you help me understand if this library can decode some "regular" mp4?
The text was updated successfully, but these errors were encountered:
I think you need to do something like ffmpeg -i video.mp4 -vcodec copy -an -bsf:v h264_mp4toannexb video.h264
though I'm still getting some errors when I do that (but it's close at least because if I comment out the error checks it sort of works)
As long as the video is encoded in Constrained Baseline Profile it should decode fine after the ffmpeg conversion. If it doesn't work, try this incantation:
hi, I'm trying to use the library with some mp4 I downloaded from the internet (from here https://dvdloc8.com/clip.php?movieid=8419&clipid=2)
and getting an error, H264BSD_ERROR. when trying the files in the test folder it works.
so I'm guessing I don't understand something. Both files are played with vlc player.
Can you help me understand if this library can decode some "regular" mp4?
The text was updated successfully, but these errors were encountered: