package ffmpeg

  1. Overview
  2. Docs
type dither_type = [
  1. | `Dither_rectangular
  2. | `Dither_triangular
  3. | `Dither_triangular_highpass
]
type engine = [
  1. | `Engine_soxr
  2. | `Engine_swr
]
type filter_type = [
  1. | `Filter_type_blackman_nuttall
  2. | `Filter_type_cubic
  3. | `Filter_type_kaiser
]