Clipbucket Video conversion Failed

Status
Not open for further replies.

ElitePirate

Active Member
136
2009
3
80
hello today I installed this application n my VPS. Having issue with conversion. Already added cron by checking CB Helper plugin. I'm attaching few screenshots and Logs.

Please help if possible :

Screenshot : t - Imgur

Logs :

Started on 2014-09-04 04:14:01 - 2014 Sep 04

Checking File ....
File : /home/xxx/public_html/x/files/conversion_queue/14098220005aa35.mp4
File Exists : Yes

Preparing file...
Unknown file details - Unable to get video details using FFMPEG

Converting Video
Conversion Command : /usr/bin -i /home/xxx/public_html/x/files/conversion_queue/14098220005aa35.mp4 -f flv -vcodec libx264 -vpre normal -r 25 -s 0x0 -aspect 0 -vf pad=0:0:0:0:black -acodec libfaac -ab 128000 -an /home/xxx/public_html/x/files/videos/14098220005aa35.flv 2> /home/xxx/public_html/x/files/temp/14098220418071f.tmp


Conversion Details

sh: /usr/bin: is a directory
Failed to stat file /home/xxx/public_html/x/files/videos/14098220005aa35.flv!
Failed to stat file /home/xxx/public_html/x/files/videos/14098220005aa35.flv!


Unknown file details - Unable to get output video details using FFMPEG


Time Took : 0.0234 seconds

conversion_status : failed
 
3 comments
For one, according to the screenshts - your configuration fields are incomplete. For example, /usr/bin/ffmpeg instead of just /usr/bin. Add in the right file names and then try again.
 
you need to install ffmpeg.
according to your last screenshot, it's not found in /usr/bin /usr/local/bin etc.
same goes for flvtool and mp4box

you need to have them installed on the system, otherwise it won't encode.

and go to your php.ini and fix the max post size. since it's lower than your max upload-size (fix this too)

what OS does your VPS have?

for debian/ubuntu
apt-get install ffmpeg flvtool2 gpac

note: gpac contains mp4box

as for centos:
yum install ...
 
Status
Not open for further replies.
Back
Top