Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Todd Zullinger <tmz@po...> - 2007-12-31 02:25:40
|
Dark Shadow wrote: > I just tried putting a video into gtkpod but it came up with this > error. >=20 > Import of > '/home/darkshadow/multimedia/videos/redvsblue/RvB_s1_e02.m4v' > failed: m4a/m4p/m4b not supported without the mp4v2 library. You > must compile the gtkpod source together with the mp4v2 library. The > following track could not be processed (filetype is known but > analysis failed): > '/home/darkshadow/multimedia/videos/redvsblue/RvB_s1_e02.m4v' >=20 > According to synaptic I have both the runtime and -dev packages of > libmp4v2 installed. Also "locate libmp4v2" shows the files under > /usr/lib. >=20 > How come ./configure can't find the files. How can I force it to use > libmp4v2. You're using Ubuntu? The libmp4v2 package there comes from faad2 and it is too old. Gtkpod's configure script is checking for the function MP4GetMetadataGrouping in libmp4v2, which isn't available in the libmp4v2 shipped in Ubuntu. You can either build your own libmp4v2 from the newer mpeg4ip sources or you can patch the usage of the grouping function out of gtkpod. This is what Ubuntu is likely going to do until they get an updated libmp4v2 package. See the ubuntu bug here: https://bugs.launchpad.net/ubuntu/+source/gtkpod-aac/+bug/163283 You can also find updated libgpod and gtkpod packages for ubuntu in Sikon's personal package archive: https://launchpad.net/~sikon/+archive To enable this repo and install an update gtkpod with AAC support, add the following line to /etc/apt/sources.list: deb http://ppa.launchpad.net/sikon/ubuntu gutsy main Then run: sudo apt-get update && sudo apt-get install gtkpod-aac (Sikon is aka Matvey Kozhev, who is a gtkpod developer. :) --=20 Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: http://www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ People are crazy and times are strange I'm locked in tight, I'm out of range I used to care, but things have changed |