added error explanation text

This commit is contained in:
aln363 2023-12-13 12:35:11 -05:00 committed by GitHub
parent 7866a06c08
commit e79ad35880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,9 +112,10 @@
<div class="hiding"> <div class="hiding">
<h5>Troubleshooting Common Issues</h5> <h5>Troubleshooting Common Issues</h5>
<p>There are many common issues you may encounter when using FFmpeg. This section is here to provide some possible explanations and solutions.</p> <p>There are many common issues you may encounter when using FFmpeg. This section is here to provide some possible explanations and solutions.</p>
<p>Error: No such file or directory. <img src="img/no_such_directory_error_example.png" alt="no such file or directory error message"img></p> <p><b>Error: No such file or directory.</b> <img src="img/no_such_directory_error_example.png" alt="no such file or directory error message"img></p>
<p><b>"killed"</b> is often seen due to......reasons i will discover</p> <p>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.
<p>or maybe it should be formatted like this? <code>killed</code> is that better?</p> 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 <code>cd</code> followed by your desired folder. For downloads, it would look like this: <code>cd downloads</code></p>
<p><code>killed</code></p>
<!-- End Troubleshooting Common Issues --> <!-- End Troubleshooting Common Issues -->
</div> </div>
<div class="well"> <div class="well">