Articles
FFMPEG
What is ffmpeg Host To Install it or How can we use it How to get FFMPEG path? what is ffmpeg? or what the hell ffmpeg is ??, i was wandering with the same question but now i think i can atleast give you what it exactly is :p FFMPEG’s official website is http://ffmpeg.org/ and [...]
Read Article ›MP4Box
MP4Box is a MP4 multiplexer. It can import MPEG-4 video, DivX, XviD, 3ivx, h264 etc, audio streams and subtitles into the .mp4 container. The end result is a compliant MP4 stream. It can also extract streams from a .mp4. MP4Box is a command line tool, but can be used with graphical user interfaces such as [...]
Read Article ›PHP
PHP docs goes here…
Read Article ›Resize Video Type
Resize video type goes here…
Read Article ›Video Conversion Settings
Max Video Height Max Video Width Resize Type Video Codec Audio Codec Video Rate & Bitrate Audio Rate & Bitrate ClipBucket video conversion settings let you control the way you want to process your videos. Following modules are you used for a video conversion FFMPEG FLVTool2 Mp4Box You must set there paths properly so ClipBucket [...]
Read Article ›Files & Folder Permissions
Content goes here…
Read Article ›ClipBucket Installation
Requirements Installation After Installation Troubleshoot & Support Requirements PHP 5.2.x & MySql 5.x.x PHP with Background Processing and Exec Enabled GD Library For Captchas and Other Image Manuplation FFMPEG – FLVTOOL2 – MP4Box Installation New Installation Update from v2.x Upgrade from v1.x first extract downloaded file, you will find “upload” folder , LICENSE and README [...]
Read Article ›How ClipBucket Video Conversion Works?
ClipBucket video conversion architects..
Read Article ›FLVTool2
FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV). It can calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue points (onCuePoint), show the FLV structure and print meta data information in XML or YAML. Overview of Cue Points: A cue point is any significant moment in [...]
Read Article ›How to fix video conversion problem
This topic has been discussed many times so i am going to write a complete guide to track your video conversion problem and fix it. I am using ClipBucket 2.0.9, if you have not already update to latest version, please download it from http://clip-bucket.com/latest Adding some of my Forum post content, here is what we [...]
Read Article ›Frequently Asked Questions
- How to install Clipbucket - Pictorial
- How To Disable Remote Upload & Embed Upload?
If you want to disable remote upload option please follow these steps.
1.Open your domain FTP account and enter in include folder and then enter in classes folder and open ClipBucket.class.php.
2. Now find this code and remove it.
'remote_upload_div' => array(
'title' => 'Remote Upload',
'func_class' => 'Upload',
'load_func' => 'load_remote_upload_form',
)
'remote_upload_div' => array( 'title' => 'Remote Upload', 'func_class' => 'Upload', 'load_func' => 'load_remote_upload_form', )
If you want to disable embed upload option please follow below steps.
1. Login in your admin area (domain/admin_area)
2. Now click on Plugin Manager and find the Embed Video Upload and Deactivate it.
- How to add a new template in ClipBucket V2 ?
To add new template in clipbucket V2 just follow these steps.
1. Login to your domain via FTP account
2. Goto styles directory and upload your theme forlder there for eg. iclear_black_purple
And your new template is add now go in your admin area and click on template manger and active your new template.
- How to change Groups Tab Name In Header
- 1. Go in your admin area
2. click on "Stats And Configurations" and then click on "Language Settings"
3. Now click on your selected language "Edit Phrases"
4. Search "Groups" in "Phrase Code - Name" field (after search you will see some results in search)
5. Now change "Phrase" Groups to other name and press enter
- 1. Go in your admin area
- How to Disable Create Group Option For Users & Members
- 1. login in your FTP accountÂ
2. click on "styles" folder and click on your active template folder
3. Here you will see three folders (images,layout & theme) now click on layout folder
4. After it you will see lots of html files in this folder now search "groups.html" and open it
5. Now search this code in "groups.html" and Delete it.<div class="time_cont" align="right">
<span class="cb_fb_style_button"><a href="{link name='create_group'}">{lang code='user_create_group'}</a></span>
</div>
- 1. login in your FTP accountÂ


