Open RustyToad opened 6 years ago
you need to mount your local folder into the container as described in the readme.
docker run -v ~/Desktop/:/files untrunc /files/filea.MP4 /files/fileb.MP4
having the same issue. can someone help ?
faced the same issue.
solved with
docker build -t untrunc ./
from the terminal being inside the master unziped folder
I had to use sudo
on all docker commands on my Ubuntu 20.04.
And I explained it a bit better here, how to mount the folder with the broken and the working file into the docker container:
I've spent several hours trying to build on Ubuntu 16.04. I've followed the instructions in #78 , but could not build libav. I replaced libav-0.8.7 with libav-12.2 and it compiled. I then tried to compile untrunc but it failed with the following:
I tried the build script from #130 and it made good progress - downloaded and compiled libav-12.3 but couldn't compile untrunc:
I then tried Docker, at which I'm a complete beginner. I got it to run with the command
sudo docker build untrunc-master
...but then what? To be honest I don't know what I expected docker to do, but I thought I'd be left with a binary or perhaps a .deb file.
I found the docker image with:
I have tried to run it, but I don't know the syntax to do so. Two attempts:
I'm pretty much lost at this point, and can't find any more instructions in the repository, the pull requests, the issues or on google. Can anyone give me any pointers?
(of, if you are feeling really generous, throw me a copy of the compiled binary for Ubuntu 16.04?)