22e64b56545b9b68ba2aad65f0c9f8304be39a0d
pickstreams
a frontend to ffprobe that:
- produces less-verbose output with only the fields you need
- 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.
Description
Languages
Python
100%