From e79ad358803ab77ce33d365c8c9cb6bbb7b44cec Mon Sep 17 00:00:00 2001 From: aln363 <146224490+aln363@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:35:11 -0500 Subject: [PATCH] added error explanation text --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 95f0519..636f263 100644 --- a/index.html +++ b/index.html @@ -112,9 +112,10 @@
There are many common issues you may encounter when using FFmpeg. This section is here to provide some possible explanations and solutions.
-Error: No such file or directory.
"killed" is often seen due to......reasons i will discover
-or maybe it should be formatted like this? killed
is that better?
Error: No such file or directory.
There are a few reasons why this error may be appearing. First, check to make sure that you are in the correct directory. It can be easy to lose track of where your files are actually stored, especially on a personal computer.
+ If you are working on a personal computer, the easiest way to do this is to check where your files are. When working with MacOS, for example, files are often stored in the downloads or documents folders. To change your directory from home to this specific directory, use the command cd
followed by your desired folder. For downloads, it would look like this: cd downloads
killed