Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
libav [2014/09/17 05:37] – created beandoglibav [2021/10/18 01:00] (current) – removed beandog
Line 1: Line 1:
-====== libav ====== 
  
-==== avprobe ==== 
- 
-Display all information about a file in JSON format: 
- 
-<code> 
-avprobe movie.mkv -show_format -of json -show_streams 2> /dev/null 
-</code>