Assorted FFMPEG scripts for compressing and cutting videos.
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.
|
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
|
|
|