Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. h264_qsv encoder AVOptions:
  2. -async_depth <int> E..V.... Maximum processing parallelism (from 0 to INT_MAX) (default 4)
  3. -avbr_accuracy <int> E..V.... Accuracy of the AVBR ratecontrol (from 0 to INT_MAX) (default 0)
  4. -avbr_convergence <int> E..V.... Convergence of the AVBR ratecontrol (from 0 to INT_MAX) (default 0)
  5. -preset <int> E..V.... (from 1 to 7) (default medium)
  6. veryfast E..V....
  7. faster E..V....
  8. fast E..V....
  9. medium E..V....
  10. slow E..V....
  11. slower E..V....
  12. veryslow E..V....
  13. -vcm <int> E..V.... Use the video conferencing mode ratecontrol (from 0 to 1) (default 0)
  14. -rdo <int> E..V.... Enable rate distortion optimization (from -1 to 1) (default -1)
  15. -max_frame_size <int> E..V.... Maximum encoded frame size in bytes (from -1 to 65535) (default -1)
  16. -max_slice_size <int> E..V.... Maximum encoded slice size in bytes (from -1 to 65535) (default -1)
  17. -bitrate_limit <int> E..V.... Toggle bitrate limitations (from -1 to 1) (default -1)
  18. -mbbrc <int> E..V.... MB level bitrate control (from -1 to 1) (default -1)
  19. -extbrc <int> E..V.... Extended bitrate control (from -1 to 1) (default -1)
  20. -adaptive_i <int> E..V.... Adaptive I-frame placement (from -1 to 1) (default -1)
  21. -adaptive_b <int> E..V.... Adaptive B-frame placement (from -1 to 1) (default -1)
  22. -b_strategy <int> E..V.... Strategy to choose between I/P/B-frames (from -1 to 1) (default -1)
  23. -cavlc <int> E..V.... Enable CAVLC (from 0 to 1) (default 0)
  24. -idr_interval <int> E..V.... Distance (in I-frames) between IDR frames (from 0 to INT_MAX) (default 0)
  25. -pic_timing_sei <int> E..V.... Insert picture timing SEI with pic_struct_syntax element (from 0 to 1) (default 1)
  26. -single_sei_nal_unit <int> E..V.... Put all the SEI messages into one NALU (from -1 to 1) (default -1)
  27. -max_dec_frame_buffering <int> E..V.... Maximum number of frames buffered in the DPB (from 0 to 65535) (default 0)
  28. -look_ahead <int> E..V.... Use VBR algorithm with look ahead (from 0 to 1) (default 1)
  29. -look_ahead_depth <int> E..V.... Depth of look ahead in number frames (from 0 to 100) (default 0)
  30. -look_ahead_downsampling <int> E..V.... (from 0 to 2) (default unknown)
  31. unknown E..V....
  32. off E..V....
  33. 2x E..V....
  34. -int_ref_type <int> E..V.... Intra refresh type (from -1 to 65535) (default -1)
  35. none E..V....
  36. vertical E..V....
  37. -int_ref_cycle_size <int> E..V.... Number of frames in the intra refresh cycle (from -1 to 65535) (default -1)
  38. -int_ref_qp_delta <int> E..V.... QP difference for the refresh MBs (from -32768 to 32767) (default -32768)
  39. -recovery_point_sei <int> E..V.... Insert recovery point SEI messages (from -1 to 1) (default -1)
  40. -trellis <flags> E..V.... Trellis quantization (default 0)
  41. off E..V....
  42. I E..V....
  43. P E..V....
  44. B E..V....
  45. -profile <int> E..V.... (from 0 to INT_MAX) (default unknown)
  46. unknown E..V....
  47. baseline E..V....
  48. main E..V....
  49. high E..V....
  50. -a53cc <int> E..V.... Use A53 Closed Captions (if available) (from 0 to 1) (default 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement