Hey all,
I just did a frech update of the gem CVS and I can't get pix_film to open one particular QT file. Its a normal Still-jpg encoded QT. It opens fine in pix_movie and mplayer.
The only thing odd about it is that its 13GB... Maybe too big?
Is there a size limit for pix_film movies?
Thanks Ben
Hi again,
after a little more digging I'm very confused by the whole thing, I also can't load a particular 4GB QT. All these files are created the same, from finalcut pro, mplayer -identify returns the same info for all of the clips... I could stick the 4GB file up somewhere on an ftp server, but would anyone want to download it to test??
also I'm getting a crash using gem when creating a new window once and a while (on linux, using a CVS update from today) Here is the gdb output:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 4804)] 0x401a7f1a in malloc_consolidate () from /lib/libc.so.6 (gdb) where #0 0x401a7f1a in malloc_consolidate () from /lib/libc.so.6 #1 0x401a7af9 in _int_malloc () from /lib/libc.so.6 #2 0x401a716a in calloc () from /lib/libc.so.6 #3 0x08093e88 in getbytes ()
another thing I noticed is that I've had to change the pix_texture's to "mode 0" to get video showing on all sides of non-square objects (using pix_film). Although I can load these other two mytery clips with pix_movie I can't wrap them on a sphere because I can't set the pix_texture in pix_movie to "mode 0" So only the upper left pixel of the file gets textured. (as is the same with pix_film and pix_texture if I don't send the "mode 0" message.
for verbosity's sake Gem reports:
pix_film: GEM: pix_film:: unable to open file /bigdisk/capture_backup/ride/gem_source/slowridesingle.mov
pix_movie: opening /bigdisk/capture_backup/ride/gem_source/slowridesingle.mov with format 1908 GEM: pix_filmNEW: Loaded file: /bigdisk/capture_backup/ride/gem_source/slowridesingle.mov with 25993 frames (1024x512)
Whats this about "pix_filmNEW:" vs "pix_film::" ?
Thanks
Ben
Hey all,
I just did a frech update of the gem CVS and I can't get pix_film to open one particular QT file. Its a normal Still-jpg encoded QT. It opens fine in pix_movie and mplayer.
The only thing odd about it is that its 13GB... Maybe too big?
Is there a size limit for pix_film movies?
Thanks Ben
GEM-dev mailing list GEM-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/gem-dev
At 9:43 AM -0800 11/21/03, ben@ekran.org wrote:
Hey all,
I just did a frech update of the gem CVS and I can't get pix_film to open one particular QT file. Its a normal Still-jpg encoded QT. It opens fine in pix_movie and mplayer.
The only thing odd about it is that its 13GB... Maybe too big?
Is there a size limit for pix_film movies?
There's no file size limit that I'm aware of, and I have loaded DV streams of several GB before without trouble. Can you try pix_filmYUV and let me know if that works? I mixed up the loading code between that and pix_film and haven't committed changes.
Also, if there was an error dumped to the terminal, I would like to see that as well.
cgc
Thanks Ben
GEM-dev mailing list GEM-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/gem-dev
After more plugging I found I could load a 1.9GB video, but not the 4GB.
The filesize seems to the the only thing different about these files.
I'll try it in OSX next week, and give pix_filmYUV a try too.
The error dumped was only:
pix_film: GEM: pix_film:: unable to open file /bigdisk/capture_backup/ride/gem_source/slowridesingle.mov
pix_movie: opening /bigdisk/capture_backup/ride/gem_source/slowridesingle.mov with format 1908 GEM: pix_filmNEW: Loaded file: /bigdisk/capture_backup/ride/gem_source/slowridesingle.mov with 25993 frames (1024x512)
Thanks! Ben
----- Original Message ----- From: "chris clepper" cgc@humboldtblvd.com To: ben@ekran.org; gem-dev@iem.at Sent: Friday, November 21, 2003 5:52 PM Subject: Re: [GEM-dev] QT file size limit for pix_film?
At 9:43 AM -0800 11/21/03, ben@ekran.org wrote:
Hey all,
I just did a frech update of the gem CVS and I can't get pix_film to open one particular QT file. Its a normal Still-jpg encoded QT. It opens fine in pix_movie and mplayer.
The only thing odd about it is that its 13GB... Maybe too big?
Is there a size limit for pix_film movies?
There's no file size limit that I'm aware of, and I have loaded DV streams of several GB before without trouble. Can you try pix_filmYUV and let me know if that works? I mixed up the loading code between that and pix_film and haven't committed changes.
Also, if there was an error dumped to the terminal, I would like to see that as well.
cgc
Thanks Ben
GEM-dev mailing list GEM-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/gem-dev