User Tools

Site Tools


ffprobe:streams:get_stream_fields

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ffprobe:streams:get_stream_fields [2025/01/12 22:44] peterffprobe:streams:get_stream_fields [2025/01/12 22:47] (current) peter
Line 1: Line 1:
 ====== ffprobe - Streams - Get stream fields ====== ====== ffprobe - Streams - Get stream fields ======
 +
 +===== Get all fields =====
  
 <code bash> <code bash>
Line 28: Line 30:
 </code> </code>
  
-Be aware that the result is not returned in the order specified in the command.  It is in the order that the metadata is in the file.+Be aware that the result will not returned in the order specified in the command. 
 + 
 +  It is in the order that the metadata is in the file.
  
 </WRAP> </WRAP>
  
 +
 +----
 +
 +===== Get selected fields =====
 +
 +<code bash>
 +ffprobe -v 0 -select_streams a -show_entries stream=index,codec_name,channels:stream_tags=language -of default=nk=1:nw=1 a.mkv
 +</code>
 +
 +returns:
 +
 +<code>
 +1
 +ac3
 +6
 +rus
 +2
 +ac3
 +6
 +eng
 +</code>
  
ffprobe/streams/get_stream_fields.1736721863.txt.gz · Last modified: 2025/01/12 22:44 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki