Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ docker image prune --filter label=stage=intermediate -f
docker run -v ~/Videos/:/mnt untrunc /mnt/ok.mp4 /mnt/broken.mp4
```

For one-off use you can run the following one-liner:
```sh
docker run --rm -v ~/Videos/:/mnt untrunc /mnt/ok.mp4 /mnt/broken.mp4
```
The `--rm` flag ensures that the container is removed after execution.


## Snapcraft

If you have `snap`, you can use `sudo snap install --edge untrunc-anthwlock`.
Expand Down