Differences
This shows you the differences between two versions of the page.
Next revision | Previous revisionLast revisionBoth sides next revision | ||
libav [2013/04/19 00:59] – created beandog | libav [2014/09/17 05:37] – created beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== libav ==== | + | ====== libav ====== |
- | * [[avconv]] | + | ==== avprobe ==== |
- | * [[avplay]] | + | |
- | * [[http://libav.org/|libav homepage]] | + | Display all information about a file in JSON format: |
+ | |||
+ | < | ||
+ | avprobe movie.mkv -show_format -of json -show_streams 2> /dev/null | ||
+ | </code> |