~scripts
52 itemsDownload ./*

52 itemsDownload ./*

..
dzen2
tiling
vosh
4cdl
4trips
alarm
ambient
ana-wall.sh
battery-monitor
brightness.sh
checkit
cleverbot.py
clock
color-gen
colors-hex
colorscheme.sh
compton
dailywall
dmenu
ffthumb
grid
gridmacro
gridmacro.kde
help
importw
indexer
installng
keep-on
mp3ogg
orage
pipes
pipes.x
ports
rain
randwall
rotate.sh
scan.sh
screen-dim
screencast
screencast2
scrot
scrotw
search
skull
slocker
starwars
streamit
sumnum
tty-colorize
usrmount
ytp
ytplay


scriptsmp3ogg
1 917•  7 years ago•  DownloadRawClose
7 years ago•  1 917

{}
#!/bin/bash
#
# Source: http://superuser.com/questions/273797/convert-mp3-to-ogg-vorbis
# Useage: sh ./mp3ogg ../input.mp3 output.ogg 8
#         (Quality <8> can be 1-32 (low-high))
#
ffmpeg -i "$1" -c:a libvorbis -q:a $3 "$2" || exit
echo -e "$(date) \033[1;32mSuccess: \033[1;34m$1\033[1;32m converted to \033[1;35m$2\033[1;32m | Quality: \033[0m8\033[1;32m.\033[0m"
exit

Top
©twily.info 2013 - 2023
twily at twily dot info



1 898 425 visits
... ^ v