Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.83 KB | None | 0 0
  1. Filters:
  2. aconvert A->A Convert the input audio to sample_fmt:channel_layout:packed_fmt.
  3. aformat A->A Convert the input audio to one of the specified formats.
  4. amerge AA->A Merge two audio streams into a single multi-channel stream.
  5. anull A->A Pass the source unchanged to the output.
  6. aresample A->A Resample audio data.
  7. ashowinfo A->A Show textual information for each audio frame.
  8. asplit A->AA Pass on the audio input to two outputs.
  9. astreamsync AA->AA Copy two streams of audio data in a configurable order.
  10. earwax A->A Widen the stereo image.
  11. pan A->A Remix channels with coefficients (panning).
  12. silencedetect A->A Detect silence.
  13. volume A->A Change input volume.
  14. abuffer |->A Buffer audio frames, and make them accessible to the filterchain.
  15. aevalsrc |->A Generate an audio signal generated by an expression.
  16. amovie |->A Read audio from a movie source.
  17. anullsrc |->A Null audio source, return empty audio frames.
  18. abuffersink A->| Buffer audio frames, and make them available to the end of the filter graph.
  19. anullsink A->| Do absolutely nothing with the input audio.
  20. blackframe V->V Detect frames that are (almost) black.
  21. boxblur V->V Blur the input.
  22. copy V->V Copy the input video unchanged to the output.
  23. crop V->V Crop the input video to width:height:x:y.
  24. cropdetect V->V Auto-detect crop size.
  25. delogo V->V Remove logo from input video.
  26. deshake V->V Stabilize shaky video.
  27. drawbox V->V Draw a colored box on the input video.
  28. drawtext V->V Draw text on top of video frames using libfreetype library.
  29. fade V->V Fade in/out input video.
  30. fieldorder V->V Set the field order.
  31. fifo V->V Buffer input images and send them when they are requested.
  32. format V->V Convert the input video to one of the specified pixel formats.
  33. frei0r V->V Apply a frei0r effect.
  34. gradfun V->V Debands video quickly using gradients.
  35. hflip V->V Horizontally flip the input video.
  36. hqdn3d V->V Apply a High Quality 3D Denoiser.
  37. lut V->V Compute and apply a lookup table to the RGB/YUV input video.
  38. lutrgb V->V Compute and apply a lookup table to the RGB input video.
  39. lutyuv V->V Compute and apply a lookup table to the YUV input video.
  40. mp V->V Apply a libmpcodecs filter to the input video.
  41. negate V->V Negate input video.
  42. noformat V->V Force libavfilter not to use any of the specified pixel formats for the input to the next filter.
  43. null V->V Pass the source unchanged to the output.
  44. ocv V->V Apply transform using libopencv.
  45. overlay VV->V Overlay a video source on top of the input.
  46. pad V->V Pad input image to width:height[:x:y[:color]] (default x and y: 0, default color: black).
  47. pixdesctest V->V Test pixel format definitions.
  48. scale V->V Scale the input video to width:height size and/or convert the image format.
  49. select V->V Select frames to pass in output.
  50. setdar V->V Set the frame display aspect ratio.
  51. setpts V->V Set PTS for the output video frame.
  52. setsar V->V Set the pixel sample aspect ratio.
  53. settb V->V Set timebase for the output link.
  54. showinfo V->V Show textual information for each video frame.
  55. slicify V->V Pass the images of input video on to next video filter as multiple slices.
  56. split V->VV Pass on the input to two outputs.
  57. swapuv V->V Swap U and V components.
  58. thumbnail V->V Select the most representative frame in a given sequence of consecutive frames.
  59. tinterlace V->V Perform temporal field interlacing.
  60. transpose V->V Transpose input video.
  61. unsharp V->V Sharpen or blur the input video.
  62. vflip V->V Flip the input video vertically.
  63. yadif V->V Deinterlace the input image.
  64. cellauto |->V Create pattern generated by an elementary cellular automaton.
  65. color |->V Provide an uniformly colored input, syntax is: [color[:size[:rate]]].
  66. frei0r_src |->V Generate a frei0r source.
  67. life |->V Create life.
  68. mandelbrot |->V Render a Mandelbrot fractal.
  69. movie |->V Read from a movie source.
  70. mptestsrc |->V Generate various test pattern.
  71. nullsrc |->V Null video source, return unprocessed video frames.
  72. rgbtestsrc |->V Generate RGB test pattern.
  73. testsrc |->V Generate test pattern.
  74. buffersink V->| Buffer video frames, and make them available to the end of the filter graph.
  75. nullsink V->| Do absolutely nothing with the input video.
  76. buffer |->V Buffer video frames, and make them accessible to the filterchain.
  77. Filters:
  78. aconvert A->A Convert the input audio to sample_fmt:channel_layout:packed_fmt.
  79. aformat A->A Convert the input audio to one of the specified formats.
  80. amerge AA->A Merge two audio streams into a single multi-channel stream.
  81. anull A->A Pass the source unchanged to the output.
  82. aresample A->A Resample audio data.
  83. ashowinfo A->A Show textual information for each audio frame.
  84. asplit A->AA Pass on the audio input to two outputs.
  85. astreamsync AA->AA Copy two streams of audio data in a configurable order.
  86. earwax A->A Widen the stereo image.
  87. pan A->A Remix channels with coefficients (panning).
  88. silencedetect A->A Detect silence.
  89. volume A->A Change input volume.
  90. abuffer |->A Buffer audio frames, and make them accessible to the filterchain.
  91. aevalsrc |->A Generate an audio signal generated by an expression.
  92. amovie |->A Read audio from a movie source.
  93. anullsrc |->A Null audio source, return empty audio frames.
  94. abuffersink A->| Buffer audio frames, and make them available to the end of the filter graph.
  95. anullsink A->| Do absolutely nothing with the input audio.
  96. blackframe V->V Detect frames that are (almost) black.
  97. boxblur V->V Blur the input.
  98. copy V->V Copy the input video unchanged to the output.
  99. crop V->V Crop the input video to width:height:x:y.
  100. cropdetect V->V Auto-detect crop size.
  101. delogo V->V Remove logo from input video.
  102. deshake V->V Stabilize shaky video.
  103. drawbox V->V Draw a colored box on the input video.
  104. drawtext V->V Draw text on top of video frames using libfreetype library.
  105. fade V->V Fade in/out input video.
  106. fieldorder V->V Set the field order.
  107. fifo V->V Buffer input images and send them when they are requested.
  108. format V->V Convert the input video to one of the specified pixel formats.
  109. frei0r V->V Apply a frei0r effect.
  110. gradfun V->V Debands video quickly using gradients.
  111. hflip V->V Horizontally flip the input video.
  112. hqdn3d V->V Apply a High Quality 3D Denoiser.
  113. lut V->V Compute and apply a lookup table to the RGB/YUV input video.
  114. lutrgb V->V Compute and apply a lookup table to the RGB input video.
  115. lutyuv V->V Compute and apply a lookup table to the YUV input video.
  116. mp V->V Apply a libmpcodecs filter to the input video.
  117. negate V->V Negate input video.
  118. noformat V->V Force libavfilter not to use any of the specified pixel formats for the input to the next filter.
  119. null V->V Pass the source unchanged to the output.
  120. ocv V->V Apply transform using libopencv.
  121. overlay VV->V Overlay a video source on top of the input.
  122. pad V->V Pad input image to width:height[:x:y[:color]] (default x and y: 0, default color: black).
  123. pixdesctest V->V Test pixel format definitions.
  124. scale V->V Scale the input video to width:height size and/or convert the image format.
  125. select V->V Select frames to pass in output.
  126. setdar V->V Set the frame display aspect ratio.
  127. setpts V->V Set PTS for the output video frame.
  128. setsar V->V Set the pixel sample aspect ratio.
  129. settb V->V Set timebase for the output link.
  130. showinfo V->V Show textual information for each video frame.
  131. slicify V->V Pass the images of input video on to next video filter as multiple slices.
  132. split V->VV Pass on the input to two outputs.
  133. swapuv V->V Swap U and V components.
  134. thumbnail V->V Select the most representative frame in a given sequence of consecutive frames.
  135. tinterlace V->V Perform temporal field interlacing.
  136. transpose V->V Transpose input video.
  137. unsharp V->V Sharpen or blur the input video.
  138. vflip V->V Flip the input video vertically.
  139. yadif V->V Deinterlace the input image.
  140. cellauto |->V Create pattern generated by an elementary cellular automaton.
  141. color |->V Provide an uniformly colored input, syntax is: [color[:size[:rate]]].
  142. frei0r_src |->V Generate a frei0r source.
  143. life |->V Create life.
  144. mandelbrot |->V Render a Mandelbrot fractal.
  145. movie |->V Read from a movie source.
  146. mptestsrc |->V Generate various test pattern.
  147. nullsrc |->V Null video source, return unprocessed video frames.
  148. rgbtestsrc |->V Generate RGB test pattern.
  149. testsrc |->V Generate test pattern.
  150. buffersink V->| Buffer video frames, and make them available to the end of the filter graph.
  151. nullsink V->| Do absolutely nothing with the input video.
  152. buffer |->V Buffer video frames, and make them accessible to the filterchain.
  153. Filters:
  154. aconvert A->A Convert the input audio to sample_fmt:channel_layout:packed_fmt.
  155. aformat A->A Convert the input audio to one of the specified formats.
  156. amerge AA->A Merge two audio streams into a single multi-channel stream.
  157. anull A->A Pass the source unchanged to the output.
  158. aresample A->A Resample audio data.
  159. ashowinfo A->A Show textual information for each audio frame.
  160. asplit A->AA Pass on the audio input to two outputs.
  161. astreamsync AA->AA Copy two streams of audio data in a configurable order.
  162. earwax A->A Widen the stereo image.
  163. pan A->A Remix channels with coefficients (panning).
  164. silencedetect A->A Detect silence.
  165. volume A->A Change input volume.
  166. abuffer |->A Buffer audio frames, and make them accessible to the filterchain.
  167. aevalsrc |->A Generate an audio signal generated by an expression.
  168. amovie |->A Read audio from a movie source.
  169. anullsrc |->A Null audio source, return empty audio frames.
  170. abuffersink A->| Buffer audio frames, and make them available to the end of the filter graph.
  171. anullsink A->| Do absolutely nothing with the input audio.
  172. blackframe V->V Detect frames that are (almost) black.
  173. boxblur V->V Blur the input.
  174. copy V->V Copy the input video unchanged to the output.
  175. crop V->V Crop the input video to width:height:x:y.
  176. cropdetect V->V Auto-detect crop size.
  177. delogo V->V Remove logo from input video.
  178. deshake V->V Stabilize shaky video.
  179. drawbox V->V Draw a colored box on the input video.
  180. drawtext V->V Draw text on top of video frames using libfreetype library.
  181. fade V->V Fade in/out input video.
  182. fieldorder V->V Set the field order.
  183. fifo V->V Buffer input images and send them when they are requested.
  184. format V->V Convert the input video to one of the specified pixel formats.
  185. frei0r V->V Apply a frei0r effect.
  186. gradfun V->V Debands video quickly using gradients.
  187. hflip V->V Horizontally flip the input video.
  188. hqdn3d V->V Apply a High Quality 3D Denoiser.
  189. lut V->V Compute and apply a lookup table to the RGB/YUV input video.
  190. lutrgb V->V Compute and apply a lookup table to the RGB input video.
  191. lutyuv V->V Compute and apply a lookup table to the YUV input video.
  192. mp V->V Apply a libmpcodecs filter to the input video.
  193. negate V->V Negate input video.
  194. noformat V->V Force libavfilter not to use any of the specified pixel formats for the input to the next filter.
  195. null V->V Pass the source unchanged to the output.
  196. ocv V->V Apply transform using libopencv.
  197. overlay VV->V Overlay a video source on top of the input.
  198. pad V->V Pad input image to width:height[:x:y[:color]] (default x and y: 0, default color: black).
  199. pixdesctest V->V Test pixel format definitions.
  200. scale V->V Scale the input video to width:height size and/or convert the image format.
  201. select V->V Select frames to pass in output.
  202. setdar V->V Set the frame display aspect ratio.
  203. setpts V->V Set PTS for the output video frame.
  204. setsar V->V Set the pixel sample aspect ratio.
  205. settb V->V Set timebase for the output link.
  206. showinfo V->V Show textual information for each video frame.
  207. slicify V->V Pass the images of input video on to next video filter as multiple slices.
  208. split V->VV Pass on the input to two outputs.
  209. swapuv V->V Swap U and V components.
  210. thumbnail V->V Select the most representative frame in a given sequence of consecutive frames.
  211. tinterlace V->V Perform temporal field interlacing.
  212. transpose V->V Transpose input video.
  213. unsharp V->V Sharpen or blur the input video.
  214. vflip V->V Flip the input video vertically.
  215. yadif V->V Deinterlace the input image.
  216. cellauto |->V Create pattern generated by an elementary cellular automaton.
  217. color |->V Provide an uniformly colored input, syntax is: [color[:size[:rate]]].
  218. frei0r_src |->V Generate a frei0r source.
  219. life |->V Create life.
  220. mandelbrot |->V Render a Mandelbrot fractal.
  221. movie |->V Read from a movie source.
  222. mptestsrc |->V Generate various test pattern.
  223. nullsrc |->V Null video source, return unprocessed video frames.
  224. rgbtestsrc |->V Generate RGB test pattern.
  225. testsrc |->V Generate test pattern.
  226. buffersink V->| Buffer video frames, and make them available to the end of the filter graph.
  227. nullsink V->| Do absolutely nothing with the input video.
  228. buffer |->V Buffer video frames, and make them accessible to the filterchain.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement