PhpVibe - Code tạo trang Video chuyên nghiệp 4.22

[Mã code 2010]
  1 Đánh giá    Viết đánh giá
 130      5359      8
Phí tải: Miễn phí
Danh mục
Thể loại
Nhóm code
Ngày đăng
14-3-2016
Loại file
Full code
Dung lượng
5.47 MB

Một code tạo trang Video chuyên nghiệp dành cho các bạn PhpVibe - Code tạo trang Video chuyên nghiệp 4.22


MÔ TẢ CHI TIẾT
Một code tạo trang Video chuyên nghiệp dành cho các bạn
PhpVibe - Code tạo trang Video chuyên nghiệp 4.22

To install PHPVibe you need to follow few steps:

Step 0: Requirements

Make sure your hosting has all the requirements to run PHPVibe.

Step 1: Config details

Edit the file vibe_config.php in the folder /CMS with your database details, site url (don’t forget the ending slash) and license key. We recommend Notepad++ setup to UTF-8 no-bom (under Encoding).

 

Step 2: Upload it

Upload the content of the /CMS folder to your root or folder on the server using your favorite FTP manager.

 

Step 3: Setup

The setup manager is pretty straight forward and lets you know of all the issues and steps needed.
Here are the main:
- Folders chmod
- Database setup
- Administrator account creation
 

Step 4: Crons

Make sure the files cron.php and videocron.php have execute permissions.

Step 5: FFMPEG configuration (optional)
- Add the path to your php bin under Configuration
- Add the ffmpeg command under FFMPEG configuration (if it’s not ffmpeg, but something else like /usr/bin/ffmpeg)

In case you have an older version of ffmpeg, or not all the required ffmpeg plugins open the file videocron.php and find this line

$output ="{ffmpeg-cmd} -i {input} -vcodec libx264 -s {ffmpeg-vsize} -threads 4 -movflags faststart {output}.mp4";

Change it to an ffmpeg command suited for your environment (ask your server’s admin).
A common replacement to try:

$output ="{ffmpeg-cmd} -i {input} -vcodec libx264 -s {ffmpeg-vsize} -threads 4 {output}.mp4 2>&1";

Simplest command possible (debugging only):

$output ="{ffmpeg-cmd} -y -i {input} {output}.mp4 2<&1"";

That's it!

 

 

HÌNH ẢNH DEMO

PHPVibe_v4.0,code tạo trang video,web làm video,web làm phim

Nguồn: Sharecode.vn



HƯỚNG DẪN CÀI ĐẶT
 
 
LINK DOWNLOAD

PHPVibe_v4.0.zip [5.47 MB]

File đã kiểm duyệt
     Báo vi phạm bản quyền
Pass giải nén (Nếu có):
sharecode.vn
DOWNLOAD
(Miễn phí)
Bạn có code hay
ĐĂNG BÁN NGAY

CODE GẦN GIỐNG


BÌNH LUẬN



ĐÁNH GIÁ


ĐIỂM TRUNG BÌNH

5
1 Đánh giá
Code rất tốt (1)
Code tốt (0)
Code rất hay (0)
Code hay (0)
Bình thường (0)
Thành viên
Nội dung đánh giá
14:03 - 8/6/2017
Code rất tốt
Code rất tốt và phù hợp để phát triển

 HỖ TRỢ TRỰC TUYẾN