XFileSharing Pro - Mp4 Mod problems

Message
Author
tendea
Posts: 71
Joined: Feb 28, 2013 9:59 pm

Mp4 Mod problems

#1 Postby tendea » Nov 11, 2014 12:16 am

I have this instruction to install your mp4 mode:

Code: Select all

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
The problem is that if I try to run perl enc.pl I read: File for preset 'normal' not found

The problem is on Centos 6.5 64bit

Can you send right info to install ffmpeg / encoder with right configuration to works on your mod?

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Nov 11, 2014 6:13 pm

File for preset 'normal' not found
That's common ffmpeg issue, you have to place that file. Google for it.