You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
162 B
13 lines
162 B
13 years ago
|
V_BIT_RATE=768kb
|
||
|
A_BIT_RATE=128kb
|
||
|
|
||
|
#TODO: Change logname
|
||
|
LOG=`mktemp`
|
||
|
TIC=`date +%s`
|
||
|
|
||
|
#TODO: Encoding job here
|
||
|
|
||
|
TOC=`date +%s`
|
||
|
|
||
|
echo "`expr $TOC - $TIC`" >> $LOG
|