Forum archive
TKL ClipBucket 13 dont work out of the box
Hi guys,
Thank you for your work and happy new year.
I installed on Esxi 5.5 the vmdk TurnKey ClipBucket 13.0 but it "does not work".
I didn't change anything, so normally it should work out of the box.
The log of my test:
http://94.23.153.148/138877499680f0a.txt
The website if you want to try http://94.23.153.148/upload.php
When i read http://releases.turnkeylinux.org/turnkey-clipbucket/13.0-wheezy-amd64/tu... normally libfaac should be installed but no, libfaac do not appear in the codec list when i do ffmpeg -codecs
So what is the problem for my test and for libfaac?
Other question, why install an old version of ffmpeg, clipbucket doesn't work with new versions of ffmpeg?
Thanks,
William
I just deployed this appliance to see if I could recreate the issues, and I can.
The conversion error you are getting is due to a clipbucket/ffmpeg incompatibility. ffmpeg no longer accepts the "-vpre" option, it is now "-preset". You can modify the clipbucket source at /var/www/clipbucket/includes/classes/ffmpeg.class.php to change the flag in two places but...
That won't completely solve the issue as it looks like the version of ffmpeg included does not include the faac codec support, as you noted. This is likely because the faac is not a GPL-compatible license. There are other aac codec implementations usable with ffmpeg but I'm not experienced enough to help more. If I get an opportunity I'll dig a little deeper, but you can always compile ffmpeg yourself