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
In the last commit (where I fixed a long standing problem on correctly grouping nal units),
I need to access source code of libav regarding the h264 codec. (code which is not exposed in the api).
I'm trying to get around the issue... but either including the libav code, or reimplementing part of h264 parsing (it's complicated), looks better than now.
For the moment to compile untrunc you need to compile the source code of libav. (And I need to update the instructions).
Latest commit 744da53 is broken on Ubuntu 16.04.3 LTS :-/
PS: I tried inside
ubuntu:latest
docker container.docker run -it --rm ubuntu
The text was updated successfully, but these errors were encountered: