Changes between Version 45 and Version 46 of FilteringGuide
- Timestamp:
- Jan 5, 2016, 3:39:59 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FilteringGuide
v45 v46 121 121 122 122 123 === Test Source===123 === Synthetic Input === 124 124 125 125 The [http://ffmpeg.org/ffmpeg-filters.html#color_002c-haldclutsrc_002c-nullsrc_002c-rgbtestsrc_002c-smptebars_002c-smptehdbars_002c-testsrc testsrc source filter] generates a test video pattern showing a color pattern, a scrolling gradient, and a timestamp. This is useful for testing purposes. … … 137 137 }}} 138 138 139 You can also specify testsrc as a filter: 140 {{{ 141 ffmpeg -filter_complex testsrc OUTPUT 142 }}} 139 143 140 144 Another type of testsrc is using the [http://ffmpeg.org/ffmpeg-filters.html#color_002c-haldclutsrc_002c-nullsrc_002c-rgbtestsrc_002c-smptebars_002c-smptehdbars_002c-testsrc smptebars source filter]:
