hello, i have installed youtube clone and when upload is done it doesn't convert files to .flv format. Means it uploads files in video folder but doesn't convert file in flvideo folder. all requirements are installed, thumbnail is also created but .flv files are not created.
i have the same problem..... of course a normal instruction like exec("ffmpeg -i 1.mpg -acodec mp3 -ar 22050 -ab 32 -f flv 1.flv") do his job right well but exec("$config[ffmpeg] -i $config[vdodir]/$vdoname -acodec mp3 -ar 22050 -ab 32 -f flv $config[flvdodir]/".$vid.".flv"); doesn't.. please help!