GNOME Bugzilla – Bug 369502
3gp thumbnails do not work
Last modified: 2006-11-02 17:41:34 UTC
Hi, Totem works perfectly however it does not create thumbnails for my .3gp files. In gconf-editor I have /usr/bin/totem-video-thumbnailer -s %s %u %o as a thumbnailer when I try manually run the thumbnailer I get: rsmol@czcholnrsmol ~/Desktop/movies/Sony-Ericsson/Dalsi $ totem-video-thumbnailer MOV00004.3gp thumb.png totem-video-thumbnailer: mov.c:1883: mov_read_packet: Assertion `pts % st->time_base.num == 0' failed. Aborted totem-2.16.2-r1 is installed with gstreamer only backend Any idea what can be wrong?
Created attachment 75858 [details] sample 3gp file Taken by Ericsson K750i.
Works fine for me on Totem-CVS with all Gstreamer-CVS stuff.
Works fine for me too, with qtdemux from gst-plugins-bad CVS. From the filename I take it this assertion is triggered in ffmpeg code somewhere, so probably you're missing qtdemux and the 3gp demuxer from gst-ffmpeg was being used. This is 'fixed' in gst-ffmpeg CVS (by setting that demuxer's rank to 0). Hence closing as obsolete. Please re-open if it still doesn't work with qtdemux from -bad CVS (or the next release).