ffprobe:streams:get_stream_fields
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ffprobe:streams:get_stream_fields [2025/01/12 22:45] – peter | ffprobe: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 34: | Line 36: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Get selected fields ===== | ||
+ | |||
+ | <code bash> | ||
+ | ffprobe -v 0 -select_streams a -show_entries stream=index, | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | < | ||
+ | 1 | ||
+ | ac3 | ||
+ | 6 | ||
+ | rus | ||
+ | 2 | ||
+ | ac3 | ||
+ | 6 | ||
+ | eng | ||
+ | </ | ||
ffprobe/streams/get_stream_fields.1736721901.txt.gz · Last modified: 2025/01/12 22:45 by peter