10c3329627 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg: extend documentation for -(no)stdin option  
							
							Fix trac ticket #1665 . 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0cad101ea1 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add an option to fix subtitles durations.  
							
							With this option, transcoding DVB subtitles becomes possible. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7794ddeae3 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg: do not show examples making use of the deprecated glob_sequence pattern type  
							
							The syntax of the 'glob_sequence' pattern type is explained in the image2
manual section, so there is no need to replicate it here.
Also discourage the use of such deprecated pattern type by not showing
examples employing it.
Replace the syntax explanation with an use example of the 'glob' pattern
type. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88fc1438c6 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: insert bitmap subtitles as video in filters.  
							
							With this feature, it becomes possible to perform commonly
requested tasks, such as hardcoding bitmap subtitles.
This will be reverted once libavfilter has proper support
for subtitles. All the changes have the string "sub2video"
in them, it makes it easy to spot the parts. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fe8acf2d6 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add -(no)stdin option.  
							
							Allows to disable interaction from standard input.
Useful, for example, if ffmpeg is in the background process group.
Roughly the same result can be achieved with "ffmpeg ... < /dev/null"
but it requires a shell. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b521c52c4 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add -progress option.  
							
							It allows to send program-friendly (easy to parse)
progress information to a file or an URL. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb59e62abb 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg: document more deeply -re option.  
							
							Signed-off-by: Clément Bœsch <ubitux@gmail.com>
Signed-off-by: Lou Logan <lou@lrcd.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb62a8b690 
								
							
								 
							
						 
						
							
							
								
								doc: update mono to stereo workaround example  
							
							Now uses -filter_complex instead of deprecated lavfi/amovie
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								493156ed31 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg.texi: use an exising preset file name  
							
							libx264-max.ffpreset is no longer with us.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27127ebe6c 
								
							
								 
							
						 
						
							
							
								
								doc: add syntax.texi file  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9cf5bcded0 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: accept + prefix to -pix_fmt option to disable automatic conversions.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5474f5c48 
								
							
								 
							
						 
						
							
							
								
								doc: fix syntax for durations and timestamps.  
							
							Omitting the seconds has not worked for a long time, if ever.
Omitting the minutes too is just nonsensical for a duration
(it is indistinguishable from just seconds). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								733cf0ad51 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add -benchmark_all option.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f363773042 
								
							
								 
							
						 
						
							
							
								
								doc: image2: update docs for glob input patterns  
							
							* adapt examples to new syntax
* mention that glob chars need to be enabled by a preceding % char
* note that globbing will be performed if both a printf and globbing
  pattern would be possible judging from the input pattern
Signed-off-by: Alexander Strasser <eclipse7@gmx.net> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0be130e37b 
								
							
								 
							
						 
						
							
							
								
								img2: glob matching for image series  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99bb88c588 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg: update and extend documentation for -copytb  
							
							Address trac ticket #1120 . 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ecfb91b85 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg.texi: apply misc fixes to the -map_channel documentation  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d12b83ff1 
								
							
								 
							
						 
						
							
							
								
								ffmpeg.c: implement -debug_ts option  
							
							Mostly useful for debugging purposes. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f491f033f5 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: document the unit for the -fs option parameter  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d055c3286c 
								
							
								 
							
						 
						
							
							
								
								doc: document amerge filter as an alternative for the -map_channel limitation.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47a5274104 
								
							
								 
							
						 
						
							
							
								
								Add -vsync drop.  
							
							This allows to work around any non-monotonic time-stamp errors
by just discarding all time stamps.
This will be necessary to allow H.264 conformance tests to pass
after fixing time stamps to be passed through rawenc.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f3a86a761 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg.texi  
							
							Merge changes from avconv.texi since the last merge into ffmpeg.texi
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5dfc7f7342 
								
							
								 
							
						 
						
							
							
								
								doc: add Timecode documentation.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fec2cb15c 
								
							
								 
							
						 
						
							
							
								
								Remove ffmpeg.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c06868e61 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg.texi: specify symbolic names for the vsync parameter  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7028c9f421 
								
							
								 
							
						 
						
							
							
								
								Clearer explanation of audio channel mapping restrictions  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								616eaea8ad 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg.texi  
							
							Merge changes done to avconv.texi since the last merge into ffmpeg.texi
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								551b9eb9ef 
								
							
								 
							
						 
						
							
							
								
								docs: Spelling fixes to 9 texi files from /doc  
							
							credits to: Violet Lin (from Google Code-in)
Signed-off-by: burek <burek021@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a4f02117b 
								
							
								 
							
						 
						
							
							
								
								Add option -n to exit if output file exists.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								530a540cec 
								
							
								 
							
						 
						
							
							
								
								doc: add a -map_channel example for splitting channels into streams.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3baced24f 
								
							
								 
							
						 
						
							
							
								
								doc: reword and clarify default stream selection.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a14708d4ac 
								
							
								 
							
						 
						
							
							
								
								doc: update examples to use -b:v or -b:a  
							
							Fixes Ticket613
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5cd136f2b 
								
							
								 
							
						 
						
							
							
								
								ffmpeg: add -map_channel option.  
							
							Based on an initial work by Baptiste Coudurier. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ccc09185e4 
								
							
								 
							
						 
						
							
							
								
								doc: add v4l2 example with ALSA instead of OSS.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8096fdf0b6 
								
							
								 
							
						 
						
							
							
								
								presets: rename presets directory  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6bca574a98 
								
							
								 
							
						 
						
							
							
								
								Allow to overwrite input stream tags.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								25c27f379f 
								
							
								 
							
						 
						
							
							
								
								doc: fix references to obsolete presets directories for avconv/ffmpeg  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								530cd7a913 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg.texi: merge changes from avconv.texi since last merge  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b62e42dafe 
								
							
								 
							
						 
						
							
							
								
								doc/ffmpeg: s/avserver/ffserver/  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e29d6db55b 
								
							
								 
							
						 
						
							
							
								
								Merge avconv.texi in ffmpeg.texi  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b3dd2010af 
								
							
								 
							
						 
						
							
							
								
								doc: cosmetics, rename fftools-common-opts to avtools-....  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcef876f16 
								
							
								 
							
						 
						
							
							
								
								Fix documentation for "-debug" commandline argument  
							
							(cherry picked from commit 180e782942 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d58e4cb4c 
								
							
								 
							
						 
						
							
							
								
								Rename ffserver to avserver.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e12f0bf5f 
								
							
								 
							
						 
						
							
							
								
								Rename ffprobe to avprobe.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								266463daff 
								
							
								 
							
						 
						
							
							
								
								Rename ffplay to avplay.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								08d2cee49c 
								
							
								 
							
						 
						
							
							
								
								Fix -loop_input.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18cb40f074 
								
							
								 
							
						 
						
							
							
								
								lavc: Deprecate unused FF_ER_VERY_AGGRESSIVE  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1442d29533 
								
							
								 
							
						 
						
							
							
								
								x11grab: add show_region AVOption.  
							
							Draw the current grabbing region for indication.
Signed-off-by: Yu-Jie Lin <livibetter@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								085791a92e 
								
							
								 
							
						 
						
							
							
								
								x11grab: add follow_mouse AVOption.  
							
							-follow_mouse centered|PIXELS
  move grabbing region to where mouse pointer at the center; or
  only move when pointer reaches within PIXELS to the edge.
Signed-off-by: Yu-Jie Lin <livibetter@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a11952f45 
								
							
								 
							
						 
						
							
							
								
								h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding with sufficient error recognition  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago