fftools-common-opts.texi 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. @item -L
  2. Show license.
  3. @item -h, -?, -help, --help
  4. Show help.
  5. @item -version
  6. Show version.
  7. @item -formats
  8. Show available formats.
  9. The fields preceding the format names have the following meanings:
  10. @table @samp
  11. @item D
  12. Decoding available
  13. @item E
  14. Encoding available
  15. @end table
  16. @item -codecs
  17. Show available codecs.
  18. The fields preceding the codec names have the following meanings:
  19. @table @samp
  20. @item D
  21. Decoding available
  22. @item E
  23. Encoding available
  24. @item V/A/S
  25. Video/audio/subtitle codec
  26. @item S
  27. Codec supports slices
  28. @item D
  29. Codec supports direct rendering
  30. @item T
  31. Codec can handle input truncated at random locations instead of only at frame boundaries
  32. @end table
  33. @item -bsfs
  34. Show available bitstream filters.
  35. @item -protocols
  36. Show available protocols.
  37. @item -filters
  38. Show available libavfilter filters.
  39. @item -pix_fmts
  40. Show available pixel formats.
  41. @item -loglevel @var{loglevel}
  42. Set the logging level used by the library.
  43. @var{loglevel} is a number or a string containing one of the following values:
  44. @table @samp
  45. @item quiet
  46. @item panic
  47. @item fatal
  48. @item error
  49. @item warning
  50. @item info
  51. @item verbose
  52. @item debug
  53. @end table