| View previous topic :: View next topic |
| Author |
Message |
mars2029
Joined: 05 Jan 2011 Posts: 5
|
Posted: Jan 05, 2011 11:26 pm Post subject: How Can i convert the video file to mp4? |
|
|
hello
i already have xfileshare pro with some plugin.
So i alrady MP4 ffmpeg video encoding but it is not convert the video file( avi, wmv..) to mp4 file.
How can i do this?? Can i install some plugin???
I installed the mplayer and
I do that the checkbox of MP4 encoding mod checked and upload.
but it is not converted...
help me please |
|
| Back to top |
|
 |
bigbuffertv
Joined: 31 Oct 2009 Posts: 35
|
|
| Back to top |
|
 |
mars2029
Joined: 05 Jan 2011 Posts: 5
|
Posted: Jan 10, 2011 6:18 pm Post subject: thank's your answer. |
|
|
thank's your answer.
I bought the MP4 Encoding mod but it is not work.
when i uploaded my video.avi file to my server using the xfilesharing pro,
this video file uploaded completely but it is not converted mp4 file..
so could you let me know that how can i convert the video file using this module?
here is my screen capture about my Mp4 Encoding mod.
my site name is http://isharefast.com.
help please.
 |
|
| Back to top |
|
 |
bigbuffertv
Joined: 31 Oct 2009 Posts: 35
|
Posted: Jan 10, 2011 6:33 pm Post subject: |
|
|
1) Install ffmpeg and MP4Box on your FileServers.
Run these commands from linux root console:
yum install ffmpeg
wget http://nchc.dl.sourceforge.net/project/gpac/GPAC/GPAC%200.4.5/gpac-0.4.5.tar.gz
tar -zxf gpac-0.4.5.tar.gz
cd gpac
chmod +x configure
yum install zlib*
./configure
make lib
make apps
make install lib
make install
cp bin/gcc/libgpac.so /usr/lib
cp bin/gcc/libgpac.so /usr/lib64
2) Copy enc.pl, enc.list, enc.pid files to cgi-bin folder on your FileServers.
Set chmod permissions to these files: enc.pl 755, enc.list 666, enc.pid 666
3) Add enc.pl to crontab to run every 3 minutes:
*/3 * * * * cd /var/www/cgi-bin;./enc.pl >/dev/null 2>&1
4) Enable mp4 mod in your Site Settings
thats everything i done and worked if still doesnt work after al that email support and they will fix it for you |
|
| Back to top |
|
 |
mars2029
Joined: 05 Jan 2011 Posts: 5
|
Posted: Jan 10, 2011 10:54 pm Post subject: Thank's bigbuffertv |
|
|
Thank's bigbuffertv.
I installed the number 1 but i can't find the enc.pl, enc.list, enc.pid files.
where can i find these file? |
|
| Back to top |
|
 |
bigbuffertv
Joined: 31 Oct 2009 Posts: 35
|
Posted: Jan 11, 2011 12:40 am Post subject: |
|
|
| mod_encode folder that you would have got emailed to you when u ordered it |
|
| Back to top |
|
 |
|