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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: