Quote Originally Posted by admin View Post
Replace templates/css/black/images/logo.jpg

Or if you need to use default logo, edit

templates/css/black/black.css

Find

Code:
#header h1 {
    margin: 0px;
    padding: 0px;
    background: transparent url(./images/logo.jpg) no-repeat;
    text-indent: -9999px;
    float: left;
    display: inline;
}
Replace with


Code:
#header h1 {
    margin: 0px;
    padding: 0px;
    background: transparent url(../images/logo.jpg) no-repeat;
    text-indent: -9999px;
    float: left;
    display: inline;
}
Can i use this script on a server that does not have ffmpeg installed?

like i will just use to upload FLV videos and youtube.

i will not use anyother video format inorder not to use conversion process.