Add my-scripts and docker folders

This commit is contained in:
Matheus Albino Brunhara
2023-09-24 17:44:23 -03:00
parent 3ca9981c5b
commit 0bc235b1ed
9 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Usage: $0 <input_file>"
exit 1
fi
input_file="$1"
ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of csv=s=x:p=0 "$input_file"