You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	documentation: extend documentation for ffmpeg -aspect option
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
		
				
					committed by
					
						 Anton Khirnov
						Anton Khirnov
					
				
			
			
				
	
			
			
			
						parent
						
							893722ceeb
						
					
				
				
					commit
					4bc282322b
				
			| @@ -230,7 +230,13 @@ The following abbreviations are recognized: | ||||
| @end table | ||||
|  | ||||
| @item -aspect @var{aspect} | ||||
| Set aspect ratio (4:3, 16:9 or 1.3333, 1.7777). | ||||
| Set the video display aspect ratio specified by @var{aspect}. | ||||
|  | ||||
| @var{aspect} can be a floating point number string, or a string of the | ||||
| form @var{num}:@var{den}, where @var{num} and @var{den} are the | ||||
| numerator and denominator of the aspect ratio. For example "4:3", | ||||
| "16:9", "1.3333", and "1.7777" are valid argument values. | ||||
|  | ||||
| @item -croptop @var{size} | ||||
| @item -cropbottom @var{size} | ||||
| @item -cropleft @var{size} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user