Advertisement
Guest User

Untitled

a guest
Jan 18th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. --preset <string> Use a preset to select encoding settings [medium]
  2. Overridden by user settings.
  3. - ultrafast:
  4. --no-8x8dct --aq-mode 0 --b-adapt 0
  5. --bframes 0 --no-cabac --no-deblock
  6. --no-mbtree --me dia --no-mixed-refs
  7. --partitions none --rc-lookahead 0 --ref 1
  8. --scenecut 0 --subme 0 --trellis 0
  9. --no-weightb --weightp 0
  10. - superfast:
  11. --no-mbtree --me dia --no-mixed-refs
  12. --partitions i8x8,i4x4 --rc-lookahead 0
  13. --ref 1 --subme 1 --trellis 0 --weightp 1
  14. - veryfast:
  15. --no-mixed-refs --rc-lookahead 10
  16. --ref 1 --subme 2 --trellis 0 --weightp 1
  17. - faster:
  18. --no-mixed-refs --rc-lookahead 20
  19. --ref 2 --subme 4 --weightp 1
  20. - fast:
  21. --rc-lookahead 30 --ref 2 --subme 6
  22. --weightp 1
  23. - medium:
  24. Default settings apply.
  25. - slow:
  26. --b-adapt 2 --direct auto --me umh
  27. --rc-lookahead 50 --ref 5 --subme 8
  28. - slower:
  29. --b-adapt 2 --direct auto --me umh
  30. --partitions all --rc-lookahead 60
  31. --ref 8 --subme 9 --trellis 2
  32. - veryslow:
  33. --b-adapt 2 --bframes 8 --direct auto
  34. --me umh --merange 24 --partitions all
  35. --ref 16 --subme 10 --trellis 2
  36. --rc-lookahead 60
  37. - placebo:
  38. --bframes 16 --b-adapt 2 --direct auto
  39. --slow-firstpass --no-fast-pskip
  40. --me tesa --merange 24 --partitions all
  41. --rc-lookahead 60 --ref 16 --subme 11
  42. --trellis 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement