mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-10-31 00:48:10 +01:00 
			
		
		
		
	Merge pull request #480 from amiaopensource/dash
Specify dash in command
This commit is contained in:
		
							
								
								
									
										10
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								index.html
									
									
									
									
									
								
							| @@ -1506,7 +1506,7 @@ | ||||
|         <dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd> | ||||
|         <dt>-filter:v idet</dt><dd>This calls the <a href="https://ffmpeg.org/ffmpeg-filters.html#idet" target="_blank">idet (detect video interlacing type) filter</a>.</dd> | ||||
|         <dt>-f null</dt><dd>Video is decoded with the <code>null</code> muxer. This allows video decoding without creating an output file.</dd> | ||||
|         <dt>-</dt><dd>FFmpeg syntax requires a specified output, and <code>-</code> is just a place holder. No file is actually created.</dd> | ||||
|         <dt>-</dt><dd>The FFmpeg syntax requires a specified output, and <code>-</code> prints the output to the screen (STDOUT), rather than creating a file.</dd> | ||||
|       </dl> | ||||
|       <p class="link"></p> | ||||
|     </div> | ||||
| @@ -2022,7 +2022,7 @@ | ||||
|         <dt>ffmpeg</dt><dd>starts the command</dd> | ||||
|         <dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd> | ||||
|         <dt>-f null</dt><dd>Video is decoded with the <code>null</code> muxer. This allows video decoding without creating an output file.</dd> | ||||
|         <dt>-</dt><dd>FFmpeg syntax requires a specified output, and <code>-</code> is just a place holder. No file is actually created.</dd> | ||||
|         <dt>-</dt><dd>The FFmpeg syntax requires a specified output, and <code>-</code> prints the output to the screen (STDOUT), rather than creating a file.</dd> | ||||
|       </dl> | ||||
|       <p class="link"></p> | ||||
|     </div> | ||||
| @@ -2041,7 +2041,7 @@ | ||||
|         <dt>-report</dt><dd>Dump full command line and console output to a file named <em>ffmpeg-YYYYMMDD-HHMMSS.log</em> in the current directory. It also implies <code>-loglevel verbose</code>.</dd> | ||||
|         <dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd> | ||||
|         <dt>-f null</dt><dd>Video is decoded with the <code>null</code> muxer. This allows video decoding without creating an output file.</dd> | ||||
|         <dt>-</dt><dd>FFmpeg syntax requires a specified output, and <code>-</code> is just a place holder. No file is actually created.</dd> | ||||
|         <dt>-</dt><dd>The FFmpeg syntax requires a specified output, and <code>-</code> prints the output to the screen (STDOUT), rather than creating a file.</dd> | ||||
|       </dl> | ||||
|       <p class="link"></p> | ||||
|     </div> | ||||
| @@ -2128,7 +2128,7 @@ | ||||
|         <dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd> | ||||
|         <dt>-map 0:v:0</dt><dd>designated the first video stream as the stream on which to perform this hash generation operation. <code>-map 0</code> can be used to run the operation on all streams.</dd> | ||||
|         <dt>-f hash -hash md5</dt><dd>produce a checksum hash, and set the hash algorithm to md5. See the official <a href="https://ffmpeg.org/ffmpeg-formats.html#hash" target="_blank">documentation on hash</a> for other algorithms.</dd> | ||||
|         <dt>-</dt><dd>FFmpeg syntax requires a specified output, and <code>-</code> is just a place holder. No file is actually created.</dd> | ||||
|         <dt>-</dt><dd>The FFmpeg syntax requires a specified output, and <code>-</code> prints the output to the screen (STDOUT), rather than creating a file.</dd> | ||||
|       </dl> | ||||
|       <p class="link"></p> | ||||
|     </div> | ||||
| @@ -2148,7 +2148,7 @@ | ||||
|         <dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd> | ||||
|         <dt>-map 0</dt><dd>map ALL streams from input file to output. If you omit this, ffmpeg chooses only the first "best" (*) stream: 1 for audio, 1 for video (not all streams).</dd> | ||||
|         <dt>-f streamhash -hash md5</dt><dd>produce a checksum hash per-stream, and set the hash algorithm to md5. See the official <a href="https://www.ffmpeg.org/ffmpeg-formats.html#streamhash-1" target="_blank">documentation on streamhash</a> for other algorithms and more details.</dd> | ||||
|         <dt>-</dt><dd>FFmpeg syntax requires a specified output, and <code>-</code> is just a place holder. No file is actually created. Choose an output filename to write the hashcode lines into a textfile.</dd> | ||||
|         <dt>-</dt><dd>The FFmpeg syntax requires a specified output, and <code>-</code> prints the output to the screen (STDOUT), rather than creating a file. Choose an output filename to write the hashcode lines into a textfile.</dd> | ||||
|         <dt>-v quiet</dt><dd>(Optional) Disables FFmpeg's processing output. With this option it's easier to see the text output of the hashes.</dd> | ||||
|       </dl> | ||||
|       <p>The output looks like this, for example (1 video, 2 audio streams): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user