-
Hello gtkpod devs,
libgpod SVN currently doesn't allow to make a dist tarball. itdb_tzinfo_data.h isn't copied to the dist tarball. Adding it to Makefile.am helped:
libgpod_la_SOURCES = \
db-artwork-debug.c \
db-artwork-parser.c \
db-artwork-writer.c \
db-image-parser.c \
db-parse-context.c \
itdb_artwork.c \
itdb_chapterdata.c \
itdb_device.c.
2009-06-21 12:58:34 UTC in GUI for iPod using GTK2 (gtkpod)
-
Great, thanks!
2009-02-25 17:18:28 UTC in gpac
-
:) That's a _very_ old one. Doesn't your distro have it? All current distros should ship with 1.5.0.1 nowadays (released in 2006).
2009-02-22 21:20:53 UTC in gpac
-
Mmh, which version of libmp4v2 do you have? Here I have 1.5.0.1 and /usr/include/mp4.h lists four arguments for MP4GetTrackStringProperty:
bool MP4GetTrackStringProperty(
MP4FileHandle hFile,
MP4TrackId trackId,
const char* propName,
const char **retvalue);.
2009-02-22 19:17:18 UTC in gpac
-
¡Hi Eduo!
Are you sure that that the MP4Box source was properly re-compiled? Did you verify the multiplexed file with MP4Box -info <file> to verify whether the handler-type really was set to "sbtl"?
The tool doesn't copy the file, it modifies the file in place, so it should be quick. And it doesn't really "patch" the MP4 file, rather it uses libmp4v2 routines to...
2009-02-22 18:39:36 UTC in gpac
-
Hi there,
there's a "patcher" now: http://forum.doom9.org/showthread.php?t=145192
;)
2009-02-22 10:41:29 UTC in gpac
-
Hi all,
a very dirty hack is to change include/gpac/isomedia.h from
GF_ISOM_MEDIA_TEXT = GF_4CC( 't', 'e', 'x', 't' ),
to
GF_ISOM_MEDIA_TEXT = GF_4CC( 's', 'b', 't', 'l' ),
Then this is what a sub track looks like:
Track # 3 Info - TrackID 3 - TimeScale 1000 - Duration 00:00:48.569
Media Info: Language "English" - Type "sbtl:tx3g" - 3 samples...
2009-02-12 20:36:20 UTC in gpac
-
Hi all,
gcc's optimizations (gcc version 4.1.2) lead to wrong behavior and segmentation faults in
MP4Box. This only happens with long file-names. Depending on how long they are
the results differ.
Example 1: MP4Box -aviraw video
The.Long.Filenames.Make.MP4Box.Crash.AKA.Segfault.avi
-O0: Extracting AVI video (format XVID) to...
2008-07-06 19:51:27 UTC in gpac