Last active 17 hours ago
steam
Requires https://github.com/darkwater/steam-clip-exporter - Build & run in Steam/clips folder, outputs files in Steam/exports
0
0
1
| 1 | #!/bin/bash |
| 2 | |
| 3 | #build this: https://github.com/darkwater/steam-clip-exporter |
| 4 | EXTRACT_PATH=~/git/steam-clip-exporter/target/debug/steam-clip-exporter |
| 5 | set -e |
| 6 | |
| 7 | for dir in clip_*; do |
| 8 | file="$dir/output.mp4" |
| 9 | if [[ ! -f "$file" ]]; then |
| 10 | echo Extracting "$dir" |