fftools-common-opts.texi 1.2 KB

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