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
This sample hevc file is raw HEVC without container (I manually appended ODT suffix as otherwise GitHub won't let me upload it) black.hevc
FFMPEG can parse it successfully with
ffmpeg -i black.hevc 123/%2d.jpg
However, DALI cannot parse this (I used following code, and it said Could not seek to the first frame of video memory filedue toOperation not permitted)
Thank you for reporting this problem. We are aware of it (that DALI cannot properly handle raw video files as it needs to seek to the beginning) and working hard to resolve it.
We will keep you posted.
#4480 should improve the decoding of the video files that are raw streams not packed inside any specific container. Still, this particular video will not work as described in #4483 until a CPU fallback is implemented.
This sample hevc file is raw HEVC without container (I manually appended ODT suffix as otherwise GitHub won't let me upload it) black.hevc
FFMPEG can parse it successfully with
However, DALI cannot parse this (I used following code, and it said Could not seek to the first frame of video memory filedue toOperation not permitted)
Changing
black.hevc
to other regular HEVC encoded video with MP4 container, the above code runs successfully.The sample raw HEVC is generated by code:
The text was updated successfully, but these errors were encountered: