This commit is contained in:
Your Name 2017-05-14 14:35:14 +02:00
parent df29463efc
commit c509ae6a73
2 changed files with 2 additions and 1 deletions

0
convert_to_audio.sh Normal file → Executable file
View file

3
convert_to_ogg.sh Normal file → Executable file
View file

@ -8,9 +8,10 @@ do
FILENAME=${1##*/} # Dateiname ist alles ab dem letzten '/'
echo "$FILENAME"
# guck dir die Ausgabe erstmal an - wenn alles passt kannst Du das "echo" weglassen
ffmpeg -i "$FILENAME" -vn "${FILENAME%.*}.ogg"
ffmpeg -i "$FILENAME" -vn -c:a libvorbis -b:a 192k "${FILENAME%.*}.ogg"
shift
cd -
done
#convert.sh <Ordner>/*.flv
#196k = -q 6