Files
pickstreams/README.md
2024-11-14 10:32:17 -08:00

343 B

pickstreams

a frontend to ffprobe that:

  1. produces less-verbose output with only the fields you need
  2. optionally filters by audio and subtitle languages

Usage:

pickstreams.py <audio_lang> <sub_lang>

If audio_lang is left empty, all audio strrams are shown. If sub_lang is left empty, all subtitle streams are shown.