misc-scripts/ffmoovcheck

3 lines
79 B
Bash
Executable File

#!/bin/sh
ffprobe -v trace -i "$1" 2>&1 | rg -e type:\'mdat\' -e type:\'moov\'