From eaef67b683d30ad517ae7ff76fefbabaffb8264e Mon Sep 17 00:00:00 2001 From: aln363 <146224490+aln363@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:45:17 -0500 Subject: [PATCH] added additional text to troubleshooting section --- index.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 99454cb..4d0e4f7 100644 --- a/index.html +++ b/index.html @@ -111,10 +111,13 @@
There are many common issues you may encounter when using FFmpeg. This section is here to provide some possible explanations and solutions.
+There are many common issues you may encounter when using FFmpeg. This section is here to provide some possible explanations and solutions.For more general solutions to issues regarding download, installation, and other possible questions or issues, please refer to the FFmpeg FAQ.
+Before delving into some specific error messages and what may cause them, there are a few general tips you can follow to help make sure your files are doing what you want them to.
+First, always check that the output file actually opens, plays, looks, and/or sounds the way you intended it to. It is possible that FFmpeg will create an output file that, on the surface, looks correct, but upon further inspection, there may be inconsistencies with the codec, extension, or other file information, depending on what you intended to do with the file.
+Second, always be certain that the file extension you are using for your output files is the intended extension. Within FFmpeg, certain extensions default to certain codecs, such as .mp4
encoding to H.264. You always want to make sure that your extension coincides with your intended codec. A list of extensions and codec defaults can be found here.p>
+
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
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
After you have ensured that you are in the correct directory, and the error is still occurring, check that your argument is formatted correctly. If you are copying and pasting from a separate document or ffmprovisr directly, there may be typos or missing spaces.
If the error message includes other parts of the command, such as a flag, that indicates where your typo or missing space may be, as in this example, where the -c
flag has not been separated from the file name:
Killed:
"killed" does not appear as a normal error message, but will show up at the end of the progress of the command, and the point at which it appears can vary. Sometimes, after you run a command it will be "killed" immediately, only making it through one frame before terminating, as in this example:
Could not find tag for codec:
Error splitting argument list: option not found:
+Could not find tag for codec: