snippets/cutToCD

8 lines
129 B
Bash
Executable File

#!/bin/bash
fullpath="$1"
source fileextensions
outfile="$dir/$filename""-79min.wav"
ffmpeg -t 01:19:00 -i "$1" -vn "$outfile"