Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No such file or directory" on Mac #291

Open
methodbasic opened this issue Nov 6, 2024 · 1 comment
Open

"No such file or directory" on Mac #291

methodbasic opened this issue Nov 6, 2024 · 1 comment

Comments

@methodbasic
Copy link

Im trying to fix a video file with untrunc on my Mac, and im getting this error:

main@Arthurs-MacBook-Air untrunc-master 3 % docker run -v ~/Movies/:/mnt untrunc /Users/main/Downloads/untrunc-master\ 3/TJH_0059.MP4 /Users/main/Downloads/untrunc-master\ 3/TJH_0058.RSV
Info: version '' using ffmpeg '3.3.9' Lavc57.89.100
Info: reading /Users/main/Downloads/untrunc-master 3/TJH_0059.MP4
Could not open file '/Users/main/Downloads/untrunc-master 3/TJH_0059.MP4': No such file or directory

Any ideas?

@MarkParker5
Copy link

Replace ~/Movies/ after docker run -v with the actual directory containing your files, then refer to the files using /mnt/ inside the container like /mnt/TJH_0059.MP4.

Try: docker run -v ~/Downloads/untrunc-master\ 3/:/mnt untrunc /mnt/TJH_0059.MP4 /mnt/TJH_0058.RSV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants