You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit b02201efb5)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
			
			
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							dac3598563
						
					
				
				
					commit
					e5a2f5e74d
				
			| @@ -1205,9 +1205,9 @@ The option is intended for cases where features are needed that cannot be | ||||
| specified to @command{ffserver} but can be to @command{ffmpeg}. | ||||
|  | ||||
| @item -sdp_file @var{file} (@emph{global}) | ||||
| Print sdp information to @var{file}. | ||||
| Print sdp information for an output stream to @var{file}. | ||||
| This allows dumping sdp information when at least one output isn't an | ||||
| rtp stream. | ||||
| rtp stream. (Requires at least one of the output formats to be rtp). | ||||
|  | ||||
| @item -discard (@emph{input}) | ||||
| Allows discarding specific streams or frames of streams at the demuxer. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user