Advertisement
Guest User

Untitled

a guest
Jun 7th, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. $ ffmpeg -h filter=scale -hide_banner | sed -ne '/SWScaler/,$ p'
  2. SWScaler AVOptions:
  3. -sws_flags <flags> E..V.... scaler flags (default 4)
  4. fast_bilinear E..V.... fast bilinear
  5. bilinear E..V.... bilinear
  6. bicubic E..V.... bicubic
  7. experimental E..V.... experimental
  8. neighbor E..V.... nearest neighbor
  9. area E..V.... averaging area
  10. bicublin E..V.... luma bicubic, chroma bilinear
  11. gauss E..V.... gaussian
  12. sinc E..V.... sinc
  13. lanczos E..V.... lanczos
  14. spline E..V.... natural bicubic spline
  15. print_info E..V.... print info
  16. accurate_rnd E..V.... accurate rounding
  17. full_chroma_int E..V.... full chroma interpolation
  18. full_chroma_inp E..V.... full chroma input
  19. bitexact E..V....
  20. error_diffusion E..V.... error diffusion dither
  21. -srcw <int> E..V.... source width (from 1 to INT_MAX) (default 16)
  22. -srch <int> E..V.... source height (from 1 to INT_MAX) (default 16)
  23. -dstw <int> E..V.... destination width (from 1 to INT_MAX) (default 16)
  24. -dsth <int> E..V.... destination height (from 1 to INT_MAX) (default 16)
  25. -src_format <int> E..V.... source format (from 0 to 339) (default 0)
  26. -dst_format <int> E..V.... destination format (from 0 to 339) (default 0)
  27. -src_range <int> E..V.... source range (from 0 to 1) (default 0)
  28. -dst_range <int> E..V.... destination range (from 0 to 1) (default 0)
  29. -param0 <double> E..V.... scaler param 0 (from INT_MIN to INT_MAX) (default 123456)
  30. -param1 <double> E..V.... scaler param 1 (from INT_MIN to INT_MAX) (default 123456)
  31. -src_v_chr_pos <int> E..V.... source vertical chroma position in luma grid/256 (from -513 to 512) (default -513)
  32. -src_h_chr_pos <int> E..V.... source horizontal chroma position in luma grid/256 (from -513 to 512) (default -513)
  33. -dst_v_chr_pos <int> E..V.... destination vertical chroma position in luma grid/256 (from -513 to 512) (default -513)
  34. -dst_h_chr_pos <int> E..V.... destination horizontal chroma position in luma grid/256 (from -513 to 512) (default -513)
  35. -sws_dither <int> E..V.... set dithering algorithm (from 0 to 6) (default 1)
  36. auto E..V.... leave choice to sws
  37. bayer E..V.... bayer dither
  38. ed E..V.... error diffusion
  39. a_dither E..V.... arithmetic addition dither
  40. x_dither E..V.... arithmetic xor dither
  41. -gamma <int> E..V.... gamma correct scaling (from 0 to INT_MAX) (default 0)
  42. true E..V.... enable
  43. false E..V.... disable
  44. -alphablend <int> E..V.... mode for alpha -> non alpha (from 0 to 2) (default 0)
  45. none E..V.... ignore alpha
  46. uniform_color E..V.... blend onto a uniform color
  47. checkerboard E..V.... blend onto a checkerboard
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement