mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-03-13 07:40:06 +01:00
made format adjustments
This commit is contained in:
parent
0e174d4a1f
commit
3361ac6c07
@ -122,14 +122,14 @@ Second, always be certain that the file extension you are using for your output
|
||||
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 <code>-c</code> flag has not been separated from the file name:</p>
|
||||
<p><img src="img/typo_space_error.png" alt="missing space typo error message"img></p>
|
||||
<p>Sometimes, when copying and pasting, even if the command is free of typos and correctly formatted, the error may occur. When this happens, it is best to attempt to rewrite the command from scratch in the command line.</p>
|
||||
<p><b>Could not find tag for codec.</b></p>
|
||||
<h5>Could not find tag for codec.</h5>
|
||||
<p><img src="img/codec_rewrap_error.png" alt="codec rewrap error message"img></p>
|
||||
<p>This error message comes when attempting to rewrap a file that has audio or video codecs that are incompatible with the output files extension. This is discussed briefly at the bottom of the rewrap recipe, where it is suggested that you look through possible transcoding recipes. Being able to transcode the file into the correct codec for rewrapping before you run the rewrap command is ideal, but if you are not fully familiar with transcoding and are sure that the extension you are using for your output file will automatically encode the streams with the correct codecs, removing the <code>-c copy</code> flag will solve this error.</p>
|
||||
<p><strong>Killed:</strong></p>
|
||||
<h1>Killed</h1>
|
||||
<p>"Killed" does not appear as a normal error message, but will show up during the output 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:</p>
|
||||
<p><img src="img/first_frame_killed.png" alt="command killed at first frame example" img></p>
|
||||
<p>Killed may appear when the file you are working with exceeds the memory capacity of your server. If you are working on a remote server, this can be solved by increasing your memory capacity. If you are working on a local server that should have enough storage and it is still occurring, check that your version of ffmpeg is up to date, and try to avoid running commands with other programs that also require a large amount of memory space at the same time.</p>
|
||||
<h5>Filters</h5>
|
||||
<h1>Filters</h1>
|
||||
<p>When using filters, there are a handful of errors that may pop up. While this section certainly does not cover them all, below you will find a couple of possible errors and what could be causing them.</p>
|
||||
<p><b>Error splitting argument list: option not found:</b></p>
|
||||
<h2>Streams</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user