Changes between Version 48 and Version 49 of FilteringGuide
- Timestamp:
- Feb 24, 2018, 6:02:12 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FilteringGuide
v48 v49 187 187 There are other options for generating synthetic video input, see [http://stackoverflow.com/questions/11640458/how-can-i-generate-a-video-file-directly-from-an-ffmpeg-filter-with-no-actual-in here] and [http://stackoverflow.com/a/15795112/32453 here] ("generic equation" filter). 188 188 189 == = Other Filter Examples ===189 == Other Filter Examples == 190 190 191 191 * [[FancyFilteringExamples|Fancy Filtering Examples]] – Examples for various psychedelic effects and other weird filtering. 192 192 * [[Null]] describes the nullsink filter. 193 193 194 == = Developing your own Filters ===194 == Developing your own Filters == 195 195 196 196 * See [http://wiki.multimedia.cx/index.php?title=FFmpeg_filter_howto FFmpeg filter HOWTO]