-
Yamdi should (1) not attempt to mmap whole file into memory and (2) print informative message in case of memory outage.
2009-08-30 09:30:05 UTC in Yet Another Metadata Injector for FLV
-
Looks like it was detecting wrongly the JS library to compile against. I used following workaround on the configure script to make it compile
fi
fi
fi
fi
+# SKA
+js_flags="-DXP_UNIX -I/usr/include/mozjs"
+js_inc="/usr/include/mozjs"
+has_js="system"
+js_lib="-lmozjs"
if test "$has_js" != "no" ; then
#WARNING: there is a bug in MOZJS packages, the MOZILLA_1_8_BRANCH macro is...
2009-06-30 14:38:15 UTC in gpac
-
I am trying to compile gpac on ubuntu 8.10 amd64, tried both 0.4.5 and CVS. After some compilation I have got following error:
gcc -O3 -fno-strict-aliasing -Wno-pointer-sign -I/usr/src/gpac/gpac/include -I../ -DGPAC_HAVE_CONFIG_H -fPIC -DPIC -c scenegraph/vrml_smjs.c -o scenegraph/vrml_smjs.opic
scenegraph/vrml_smjs.c:41:20: error: jsapi.h: No such file or directory
I have edited two...
2009-05-13 16:24:29 UTC in gpac
-
I run debuild on gpac, it progressed nicely until I got following error:
/usr/bin/ld: cannot find -lglut
Once I installed libglut3-dev, I was able to finish the compilation and got the deb package.
2009-05-13 16:20:42 UTC in gpac
-
Hi,
I am trying to compile gpac on ubuntu 8.10 amd64, tried both 0.4.5 and CVS. After some compilation I have got following error:
gcc -O3 -fno-strict-aliasing -Wno-pointer-sign -I/usr/src/gpac/gpac/include -I../ -DGPAC_HAVE_CONFIG_H -fPIC -DPIC -c scenegraph/vrml_smjs.c -o scenegraph/vrml_smjs.opic
scenegraph/vrml_smjs.c:41:20: error: jsapi.h: No such file or directory
I have...
2009-05-13 16:16:46 UTC in gpac
-
Hi,
I run debuild on gpac, it progressed nicely until I got following error:
/usr/bin/ld: cannot find -lglut
Once I installed libglut3-dev, I was able to finish the compilation and got the deb package.
--
Arie.
2009-05-13 16:05:48 UTC in gpac
-
Both files were created using following transcoding command:
ffmpeg3gp -i part1.mp3 -acodec libamr_wb -ar 16000 -ab 23.85k -ac 1 -b 24 -qscale 9 -aq 9 /tmp/part1.3gp.
2008-08-06 15:43:38 UTC in gpac
-
File Added: part2.3gp.
2008-08-06 15:42:19 UTC in gpac
-
I am using gpac version 0.4.4-0.3ubuntu1 as provided by ubuntu hardy heron 8.04.
When I try to concatenate two 3gp files with identical encoding parameters, they are merged into the final 3gp file, that is the resulting file has two tracks. When playing the file in a player, only the first part is heard.
During the concatenation, I receive following warning from MP4Box:
# cp...
2008-08-06 15:34:57 UTC in gpac