Advertisement
Guest User

Untitled

a guest
Jun 16th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. avconv version 9.18-6:9.18-0ubuntu0.14.04.1, Copyright (c) 2000-2014 the Libav developers
  2. built on Mar 16 2015 13:20:58 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  3. Hyper fast Audio and Video encoder
  4. usage: avconv [options] [[infile options] -i infile]... {[outfile options] outfile}...
  5.  
  6. Getting help:
  7. -h -- print basic options
  8. -h long -- print more options
  9. -h full -- print all options (including all format and codec specific options, very long)
  10. See man avconv for detailed description of the options.
  11.  
  12. Print help / information / capabilities:
  13. -L show license
  14. -h topic show help
  15. -? topic show help
  16. -help topic show help
  17. --help topic show help
  18. -version show version
  19. -formats show available formats
  20. -codecs show available codecs
  21. -decoders show available decoders
  22. -encoders show available encoders
  23. -bsfs show available bit stream filters
  24. -protocols show available protocols
  25. -filters show available filters
  26. -pix_fmts show available pixel formats
  27. -sample_fmts show available audio sample formats
  28.  
  29. Global options (affect whole program instead of just one file:
  30. -loglevel loglevel set libav* logging level
  31. -v loglevel set libav* logging level
  32. -y overwrite output files
  33. -stats print progress report during encoding
  34. -vol volume change audio volume (256=normal)
  35.  
  36. Per-file main options:
  37. -f fmt force format
  38. -c codec codec name
  39. -codec codec codec name
  40. -pre preset preset name
  41. -map_metadata outfile[,metadata]:infile[,metadata] set metadata information of outfile from infile
  42. -t duration record or transcode "duration" seconds of audio/video
  43. -fs limit_size set the limit file size in bytes
  44. -ss time_off set the start time offset
  45. -metadata string=string add metadata
  46. -target type specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)
  47. -frames number set the number of frames to record
  48. -filter filter_list set stream filterchain
  49.  
  50. Video options:
  51. -vframes number set the number of video frames to record
  52. -r rate set frame rate (Hz value, fraction or abbreviation)
  53. -s size set frame size (WxH or abbreviation)
  54. -aspect aspect set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)
  55. -vn disable video
  56. -vcodec codec force video codec ('copy' to copy stream)
  57. -pass n select the pass number (1 or 2)
  58. -vf filter list video filters
  59.  
  60. Audio options:
  61. -aframes number set the number of audio frames to record
  62. -aq quality set audio quality (codec-specific)
  63. -ar rate set audio sampling rate (in Hz)
  64. -ac channels set number of audio channels
  65. -an disable audio
  66. -acodec codec force audio codec ('copy' to copy stream)
  67. -vol volume change audio volume (256=normal)
  68. -af filter list audio filters
  69.  
  70. Subtitle options:
  71. -sn disable subtitle
  72. -scodec codec force subtitle codec ('copy' to copy stream)
  73. -stag fourcc/tag force subtitle tag/fourcc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement