Hello zelda180,
Thanks for the reply.
I already have ffmpeg-php version 0.6.0-svn installed.
Please read the questions below:
--------------------------------
1. Is ffmpeg and ffmpeg-php different ?
2. For thumbnails I have three options, I chose ffmpeg.
Should i select ffmpeg-php ?
In /include/settings/video_conversion.php find the code $cmd_all = (towards the end of the file) . replace the code with the code below...
3. As per my understanding,
The only line i have to replace with the code u gave is:
$cmd_all = $cmd_mencoder;
Right ?
/include/settings/video_conversion.php
PHP Code:
11 $cmd_all = $cmd_mencoder;
12
13 $convert_3gp = $cmd_all;
14 $convert_mp4 = $cmd_all;
15 $convert_mov = $cmd_all;
16 $convert_asf = $cmd_all;
17 $convert_mpg = $cmd_all;
18 $convert_avi = $cmd_all;
19 $convert_mpeg = $cmd_all;
20 $convert_wmv = $cmd_all;
21 $convert_rm = $cmd_all;
22 $convert_dat = $cmd_all;
4. Most of the videos uploaded on my site are .FLV
Also ONLY NEWLY UPLOADED VIDEOS WILL HAVE THE WATERMARK and vShare DOSE NOT CONVERT .FLV FILES, however I can change the file in the vShare script to convert .flv files.
Please let us know the changes to be done in the vShare script.
Bookmarks