Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have recently update my ffmpeg program for fedora core 4 and I am trying to title my mp4 files for the psp using the -title command. I am encoding my avi files to mp4 and am using the -title command to name the mp4 file when I put it on the psp. When I use this command this is what comes up: ffmpeg -i c1.avi -title constantine -f psp -r 29.970 -b 450 -ar 2400 -ab 64 -s 320x240 M4V00002.MP4
ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man --cpu=x86 --extra-cflags=-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables --enable-mp3lame --enable-libogg --enable-vorbis --enable-theora --enable-faad --enable-faadbin --enable-faac --enable-libgsm --enable-xvid --enable-a52 --enable-a52bin --enable-pp --enable-shared-pp --enable-shared --enable-gpl --disable-debug --disable-opts --disable-strip
built on Apr 1 2006 03:02:33, gcc: 4.0.2 20051125 (Red Hat 4.0.2-8)
Segmentation fault
Can someone give me a step by step command on how to fix this problem and be able to title my mp4 files for the psp?
What does number 1 mean? Does it mean that the ffmpeg version with the aac flag will work? Do I have to update it again or is that the command under number 1?
Yes, It's just saying you need to have aac configured with ffmpeg. Sorry, that command is specific to gentoo. I don't think FedoraCore uses emerge so you will need to get the aac libraries separately (they are not part of ffmpeg). I belive they are called libfaac & libfaad. You can find them on http://www.rpmfind.net
It is still not working and I have all the updates for faac and faad. Is there an update for aac for Fedora Core 4? Any answer will be greatly appreciated. Thank you.After I do the same command the samething comes up:ffmpeg -i b1.avi -title batman1 -f psp -r 29.970030 -b 768 -ar 24000 -ab 64 -s 320x240 M4V00001.MP4
ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man --cpu=x86 --extra-cflags=-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables --enable-mp3lame --enable-libogg --enable-vorbis --enable-theora --enable-faad --enable-faadbin --enable-faac --enable-libgsm --enable-xvid --enable-a52 --enable-a52bin --enable-pp --enable-shared-pp --enable-shared --enable-gpl --disable-debug --disable-opts --disable-strip
built on Apr 1 2006 03:02:33, gcc: 4.0.2 20051125 (Red Hat 4.0.2-8)
Segmentation fault
I noticed that the line in bold wasn't listed in your
'Configuration:' section. I'm not sure if it's what's causing the problem or not but you might want to give it a try.
When I do the configure command this is what comes up: enable -f -memalign-hack -f -enable-gpl -f --enable-xvid -f --enable-faac
enable .
enable :
enable [
enable alias
enable bg
enable bind
enable break
enable builtin
enable caller
enable cd
enable command
enable compgen
enable complete
enable continue
enable declare
enable dirs
enable disown
enable echo
enable enable
enable eval
enable exec
enable exit
enable export
enable false
enable fc
enable fg
enable getopts
enable hash
enable help
enable history
enable jobs
enable kill
enable let
enable local
enable logout
enable popd
enable printf
enable pushd
enable pwd
enable read
enable readonly
enable return
enable set
enable shift
enable shopt
enable source
enable suspend
enable test
enable times
enable trap
enable true
enable type
enable typeset
enable ulimit
enable umask
enable unalias
enable unset
enable wait
What does this mean? I see that none of what I want enabled is on that list? All of this help is greatly appreciated thank you so much for your patience.
which must be done in the main directory of the ffmpeg source code. Please note I added in --prefix=/usr to the configure options. I'm pretty sure it does this by default but you should add it in there just to be sure. You will then compile with 'make', and install with 'make install'. Before you compile and install ffmpeg from the source, I would make sure you remove any previous ffmpeg packages you might have installed. Also, make sure libfaac & libfaad are installed in /usr and not in /usr/local. If they are, create simlinks in /usr pointing to the correct directory.
I have updated everything and this is what comes up when I try ffmpeg again:
When you say you updated everything, do you mean you ran the ./configure with the correct options then recompiled/installed? Did you make sure the new ffmpeg you are running is the new one you just compiled? I still do not see --enable-memalign-hack in the configure options you posted. To be honest, I am not sure what this is but I have seen it on any howto referring to this topic; I'm pretty sure it's necessary but I could be wrong.
If you are sure you installed correctly, I would try running the command exactly as it is in the howto before adding in your own options.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.