b6b9c150f0 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add max_error_rate to allow tuning the point decoding errors are considered a failure of the whole transcoding.  
							
							Suggested-by: Daemon404
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								33ff943f70 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add -apad option which injects a apad filter only in the presence of video streams  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de38e7c8c3 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: use a rational for -aspect option.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c1f61b1e8 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: Correct inter stream timestamp discontinuities  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb2bd91413 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add the -canvas_size option.  
							
							Allows, amongst other things, to override the size guessed
by the sub2video hack.
Note: the -s option could have more or less the same semantic,
but it receives a special treatment by the options system. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f9b34b8bf9 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: port sub2video to AVFrame.  
							
							And re-enable the FATE test. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2d7044683f 
								
							
								 
							
						 
						
							
							
								
								ffmpeg_opt: add -to option to specify stop time  
							
							Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e42028925b 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: Force a first_pts of 0 for the first configuration of -async use  
							
							This is very close to what the default does currently
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ad899522ff 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: use a AVDictionary instead of the context to move swr parameters around  
							
							This avoids per parameter changes in ffmpeg at the cost of making access
somewhat more annoying.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								43af18ef8b 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: implement -force_key_frames expression evalution  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fccd8c21c4 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add -guess_layout_max option.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f236345fb 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: sub2video: use start and end time.  
							
							Until now, the end_display_time was ignored, making single
packets subtitles (like dvdsub) stay indefinitely.
start_display_time was also ignored, but is it almost always 0. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b5e0e327ce 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: fix swr filter_type for auto inserted aresample filters  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9d97e1b0a 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: use av_rescale_delta() on the audio filter input  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3e0b29ccd0 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: Make video filter graph reinit user selectable  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								65f7aee63b 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add option to control copying of frames prior to start.  
							
							Normally we discard things prior to the intended start
for stream copy this is not always possible, and its not done by default
this option allows discarding to be enabled
this is primarely usefull when transcoding a video and stream copying an
audio stream.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d8b32633e 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: use PTS from the AVSubtitle structure.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0cad101ea1 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add an option to fix subtitles durations.  
							
							With this option, transcoding DVB subtitles becomes possible. 
							
						 
						13 years ago