Hi and thanks for helping.. i replaced the $ffmpeg_command but still same,,
My server managenent says encoder is running fine on server ( As we have updated earlier I can see that ffmpeg is setup correctly on the server and ffmpeg encoder is running fine on the server. )
i have uploaded 5 videos, and scrapped 4, but nothing happend, my ScraperQueue still have 4 vids waiting, and 5 videos waiting in encoderqueue.
Nikki
Quote:
Originally Posted by JamesM
check your ffmpeg version , if its latest then
in mechbunny
/admin/config.php
find line $ffmpeg_command
replace original command with
Code:
-acodec libfaac -keyint_min 20 -r 20 -vcodec libx264 -crf 25 -b 300k -bt 300k -y -v 0 -bf 16 -threads 0
|