mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-10-31 00:48:10 +01:00 
			
		
		
		
	Another udpate
Took out fades in and out the first and last second of video as it's no longer hard-coded for that.
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							77c7cc337a
						
					
				
				
					commit
					33582ee6ea
				
			| @@ -734,7 +734,7 @@ | ||||
|     <div class="hiding"> | ||||
|       <h5>Fade both video and audio streams</h5> | ||||
|       <p><code>ffmpeg -i <em>input_file</em> -filter:v "fade=in:st=IN_POINT:d=DURATION, fade=out:st=OUT_POINT:d=DURATION" -filter:a "afade=in:st=OUT_POINT:d=DURATION, afade=out:st=IN_POINT:d=DURATION" -c:v libx264 -c:a aac <em>output_file</em></code></p> | ||||
|       <p>This command fades in and out the first and last second on a video. Change IN_POINT, OUT_POINT, DURATION to the time in seconds (expressed as integers) you want.</p> | ||||
|       <p>This command fades your video in and out. Change IN_POINT, OUT_POINT, and DURATION to the time in seconds (expressed as integers).</p> | ||||
|       <dl> | ||||
|           <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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user