-
with a chat client should be perfect :-)
2009-10-20 11:59:37 UTC by nobody
-
Hi ,
may I capture gps position each 10 seconds? or just at the beginning.
2009-10-01 10:53:22 UTC by edguimakit
-
Try this,
Edit the format.cpp file in the movino-suite-1.01/core directory and replace all instances of mpeg1 with mp4.
Let me know what error it shall give you.
By the way I hope you have installed the external libraries I mentioned in my earlier post.
2009-08-04 16:14:58 UTC by stevekamau
-
Hi steve ,
I try do follow this way:
- download from here the movino suite 1.0.1
- open it and change the flags of build_ffmpeg_linux.sh only with this:
FLAGS="--enable-gpl --enable-pthreads --enable-libmp3lame --enable-libfaac --enable-libfaad --enable-libx264"
- launch the script build_ffmpeg_linux.sh , without error.
- go in the server path and do make so i have...
2009-08-03 10:31:42 UTC by airtek
-
Hi Pierpaolo,
Yes you encode with h264 codec.
First thing you need to do is to install libx264, libfaac and libfaad. The external lib support is required to encode in mp4.
Then, you need to edit the build_ffmpeg_linux.sh to support all codecs. Replace the default FLAGS with the line below.
FLAGS="--enable-gpl --enable-pthreads --enable-libmp3lame --enable-libfaac --enable-libfaad...
2009-08-03 05:54:01 UTC by stevekamau
-
Hi steve kamau ,
nice to know!!!!
Do you encode in mp4 format with h264 codec?
Can you share your code ?
Thanks for your attention
Pierpaolo.
2009-07-31 13:40:18 UTC by airtek
-
Hi Guys,
I cracked it !!
I managed to get the server to encode in mp4.
Just required some minor changes to the source files and external lib support.
2009-07-31 09:05:58 UTC by stevekamau
-
Can anyone out there please point me in the direction on how to get the Movino server to encode in MPEG4 ?
MPEG1 is rather outdated and mobile phones don't support it. FLV and OGG are also not supported on phones.
2009-07-23 05:32:37 UTC by stevekamau
-
mstorsjo committed revision 183 to the Movino SVN repository, changing 1 files.
2009-07-20 10:39:10 UTC by mstorsjo
-
mstorsjo committed revision 182 to the Movino SVN repository, changing 2 files.
2009-07-20 10:36:07 UTC by mstorsjo