-
Notifications
You must be signed in to change notification settings - Fork 160
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
Output Location & Network Drive (help request) #312
Comments
Hi, I'll jump in with a few questions first that the collective hive mind would find useful to know how to help.
Some other thoughts:
|
@bercaw Sorry I took so long to reply. But many thanks to @damorrison for stepping in while I was away sleeping! Thank you for using my As to why you're getting that error when transcoding, I'm afraid I don't have quite enough information to diagnose it. But let me give a few suggestions since you appear to be new to the command line. It's best to simply open a command line session in a separate window so it can be used interactively. Hopefully this is a Bash or PowerShell command line. If so, use the That way you can specify which file you wish to transcode by using a full path to that file. On Windows that would be something like:
Obviously your full path to your original file would be very different. But hopefully you get the right idea here. Does that help answer your question? Or have I misinterpreted you? |
Can I change the output path to be always the original path (the path to original file), so I can have the outputs right next to the inputs? That would be my preferred way but I don't know how to do that. I'm on Mac. Thanks! |
@Stooovie Yes, but you should never do that. This is because the output path name would likely be the same as the input path name and I prevent you from overwriting your original. Please, never write to the same directory as your original files. This is how horrible data loss accidents happen. |
When I stumbled upon the transcode-video tool, I was so inspired that I've been doing my best to learn CLI & bash. So far I've made good progress & I'm able to transcode mkvs on my desktop. I'm trying to take this to the next level and transcode files located on my NAS & output the new file to another folder on my NAS, but I keep getting an error that there's no such file or directory. I get this error even when I start the process by entering the bash command in the file explorer bar in either of the NAS folders. Apologies if this is the wrong place to post, I wasn't able to find a Q&A section for dummies.
Btw, the transcode-video tool is magic - I'm incredibly thankful to have found it!
The text was updated successfully, but these errors were encountered: