mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-11-04 10:49:10 +01:00 
			
		
		
		
	typos
quotation marks and apostrophes should now be uniform (“-” and ’)
This commit is contained in:
		@@ -82,7 +82,7 @@ Change the above data-target field, the button text, and the below div class (th
 | 
			
		||||
        </dl>
 | 
			
		||||
        <p>Simpler GIF creation</p>
 | 
			
		||||
        <p><code>ffmpeg -ss HH:MM:SS -i <i>input_file</i> -vf "fps=10,scale=500:-1" -t 3 -loop 6 <i>output_file</i></code></p>
 | 
			
		||||
        <p>This is a quick and easy method. Dithering is more apparent than the above method using the palette* filters, but the file size will be smaller. Perfect for that "legacy" GIF look.</p>
 | 
			
		||||
        <p>This is a quick and easy method. Dithering is more apparent than the above method using the palette* filters, but the file size will be smaller. Perfect for that “legacy” GIF look.</p>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -101,9 +101,9 @@ Change the above data-target field, the button text, and the below div class (th
 | 
			
		||||
        <dl>
 | 
			
		||||
          <dt>ffmpeg</dt><dd>starts the command</dd>
 | 
			
		||||
          <dt>-i <i>input_file</i></dt><dd>path and name of the input file</dd>
 | 
			
		||||
          <dt>-write_id3v1 <i>1</i></dt><dd>Write ID3v1 tag. This will add metadata to the old MP3 format, assuming you've embedded metadata into the WAV file.</dd>
 | 
			
		||||
          <dt>-id3v2_version <i>3</i></dt><dd>Write ID3v2 tag. This will add metadata to a newer MP3 format, assuming you've embedded metadata into the WAV file.</dd>
 | 
			
		||||
          <dt>-dither_method <i>modified_e_weighted</i></dt><dd>Dither makes sure you don't unnecessarily truncate the dynamic range of your audio.</dd>
 | 
			
		||||
          <dt>-write_id3v1 <i>1</i></dt><dd>Write ID3v1 tag. This will add metadata to the old MP3 format, assuming you’ve embedded metadata into the WAV file.</dd>
 | 
			
		||||
          <dt>-id3v2_version <i>3</i></dt><dd>Write ID3v2 tag. This will add metadata to a newer MP3 format, assuming you’ve embedded metadata into the WAV file.</dd>
 | 
			
		||||
          <dt>-dither_method <i>modified_e_weighted</i></dt><dd>Dither makes sure you don’t unnecessarily truncate the dynamic range of your audio.</dd>
 | 
			
		||||
          <dt>-out_sample_rate <i>48k</i></dt><dd>Sets the audio sampling frequency to 48 kHz. This can be omitted to use the same sampling frequency as the input.</dd>
 | 
			
		||||
          <dt>-b:a <i>320k</i></dt><dd>This sets the bit rate at the highest rate the mp3 format allows. Reduce this to 160k for mono files.</dd>
 | 
			
		||||
          <dt><i>output_file</i></dt><dd>path and name of the output file</dd>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user