Fedora :: Converting Movies For Psp Using Ffmpeg?
Aug 13, 2011
I installes ffmpeg according to [URL] The program works (i get textoutput) but i am doing something wrong i think. Whet i enter
Code:
ffmpeg -i TheHitList{2011}DVDRIP.Jaybob.avi -title hitlistpsp -f psp -r 29.97 -b 512k -ar 24000 -ab 64k -s 320x240 M4V00001.MP4
i get
Code:
[root@Koen-PC sadaci]# ffmpeg -i TheHitList{2011}DVDRIP.Jaybob.avi -title testfilmpsp -f psp -r 29.97 -b 512k -ar 24000 -ab 64k -s 320x240 M4V00001.MP4
[Code]....
View 6 Replies
ADVERTISEMENT
Aug 28, 2010
I've been going bonkers trying to get an m4b audiobook converted to mp3. I've tried putting ffmpeg -i <infile.m4b> -acodec libmp3lame -ar 22050 <outfile.mp3> into terminal where "infile" is the filename I want converted and "outfile" is the new filename, but I keep getting the error message "bash: syntax error near unexpected token 'newline'"
What am I doing wrong?! I have tried sound converter, but it hates me and crashes.VLC told me "It seems your FFMPEG (libavcodec) installation lacks the following encoder: MPEG Audio layer 1/2/3."
View 1 Replies
View Related
May 31, 2011
Is there a difference in quality between converting an audio file (e.g. *.wav) to MP3 using LAME or FFMPEG? Or do they produce the same results?
View 8 Replies
View Related
Jul 11, 2010
I've seen posts with similar titles on these forums, but I know nothing about the plethora of codes out there and all those thread seem to be way over my head. I've installed ffmpeg (an unrestricted version) but I can't convert m4a audio files to mp3 audio files. I installed a package called 'libavcodec52' from synaptic because it came up in the search results for 'm4a' and its description said something about m4a and ffmpeg but still no luck..
View 9 Replies
View Related
Jun 9, 2010
I'm having issues while converting 192kbps mp3 using ffmpeg. The right channel somehow gets damaged. I'm using winff and I'm facing this problem only when using mp3 files having bit rate of 192 kbps . i've attached the screenshots of the file . Should i report a bug??
View 2 Replies
View Related
Jun 11, 2010
I would like to make a script for converting music using ffmpeg. I have a lot of music that I would like to convert to a different format and I don't want to have to do it manually each time. At the moment, I am using this command to convert the music:
Code:
ffmpeg -i <nameofsong>.* <nameofsong>.mp3
View 6 Replies
View Related
Jul 20, 2010
Since ffmpeg 6 is out for some time, when will Ubuntu Lucid afford such a new ffmpeg package from its repository?
View 2 Replies
View Related
Jan 9, 2011
As far as I can tell, I have all the applicable applications and plugins (for this, Debian 5.0.6 installation). I type in Code:about:plugins in either iceweasel or epiphany browser and get a list that includes:
Code:
Installed plugins
Find more information about browser plugins at mozilla.org.
[code]...
View 6 Replies
View Related
Nov 25, 2009
I have just switched from F10 to F12 via a fresh install. To be honest I am having difficulties getting around with the new release. For starters, watching movies causes one of my CPUs to go 100% when full screen. As you can guess watching movies doesn�t go smooth. It happens on every possible player. It doesn�t matter if I switch on or off compositing.
View 2 Replies
View Related
May 28, 2011
How to play mp3 or movies on fedora 15,? when i click a mp3 file,it always says that missing codecs.
View 9 Replies
View Related
Feb 7, 2011
I can't seem to get any DVD movies to work in movie player. Is there anything I can do to troubleshoot?
View 2 Replies
View Related
Dec 2, 2009
I'm using Mplayer to play movies . And I find that Mplayer always have a pause or jump when it finishes playing one film and starts the next one ( I'm using the command like :mplayer -playlist your_play_list) .So I want to know is there any idea to make it play smoothly ,I don't like the pause or jump when I'm watching movies.
View 6 Replies
View Related
Mar 24, 2010
How to play music ,videos and movies in fedora
View 1 Replies
View Related
Aug 15, 2009
I have some quicktime *.mov. However, how can I play them on fedora 11. I have tried Mplayer, xine, realplayer, and vlc. All of them failed to work.
View 1 Replies
View Related
Oct 1, 2009
how to convert mkv files to either avi or mp4?
ATM I'm trying to use mencoder and am not impressed with it telling me it can't find the file I'm trying to convert. Especially when it WAS perfectly able to fid the file before my computer had an unfortunate crash, which didn't even affect the file in question.
View 4 Replies
View Related
Sep 13, 2010
Everything has been working great since January with one exception and that is the power saver mode thingy magig. Whenever I am not using the keyboard or mouse, the screen powers off after 5 minutes. When I am watching a movie. I cannot leave the mouse alone for after five minutes of watching the movie, the screen goes black. I'm not sure if the problem is my Nvidia card or Xorg or what. Any ideas how I can get a hold of this? Let me know what you need as far as diagnostic info. I actually have to leave for about 8 hours so.
View 10 Replies
View Related
Feb 24, 2011
Is there a multimedia player that can play downloaded *.rmvb movies?
View 1 Replies
View Related
May 30, 2011
i would like to know if there are any good ways to disable and then reenable (the latter is key!) the screensaver so that it doesn't start when i'm watching movies with xine or when i'm watching flash things online like through hulu, videos, or so on. it's relatively simple to have a script run that will turn off the screensaver before starting a certain executable. but what about turning it back on again when the executable closes? and is there any way to detect that flash is running inside a browser window and then disable that temporarily?
View 4 Replies
View Related
Nov 21, 2010
Totem Player not Playing Movies in Fedora 13. Keeps saying codecs/plugins missing.
View 5 Replies
View Related
Aug 15, 2010
If anyone is interested i have rebuilt ffmpeg with amr support, for those having trouble converting files to 3gp etc....only 64bit rpms [url]
View 1 Replies
View Related
Jan 20, 2010
yesterday tried to install ffmpeg with yum. but package not found. so i found the webpage about updating dag.repo and trying again. that didn't work.
So i ram yum update. that took 5 hours but still yum install ffmpeg gave me package not found. yum can't seem to find anything now.
Code:
View 3 Replies
View Related
Jun 16, 2010
I've got a batch of MOV format videos, I want to convert them to the MP4 format (I've heard these two are similar, and MP4 is more plain form of MOV?). Can I do this in Fedora? I've also heard that converting from MOV is generally difficult.
View 7 Replies
View Related
Jul 22, 2010
I'm currently having a problem with flash moves
whenever i try to do full screen the movies keeps playing but the picture just dosent refresh so i hit esc and it works fine in the window
so far ive tried different browsers and its the same problem full screen flash monies work when i disable desktop effects but i don't want to disable desktop effects every time i go to play a movie
does any body know a way i can make flash work with desktop effects?
View 10 Replies
View Related
Jun 4, 2011
I just installed F15 new, and I wonder what packages do I need to install to play movies with restricted codecs? I thought I have everything what I installed last time with F14 but I can't play my movies in Kaffeine. I have rmpfusion and the packages gstreamer-plugins-bad-free gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-ugly, and all other gstreamer-* packages.
View 4 Replies
View Related
Oct 3, 2009
its been a long time since i was last on here, (2006)
I am trying to compile ffmpeg (and libraries) but im stuck. I am running x86_64 FC11 and want to compile 32 bit binaries so i can post them online for people to download, and mine is different then the ones hosted by the yum repo's.
here is what the output is
Code:
[rbehera@roflmao ffmpeglinux]$ ./configure --cpu=pentium3 --arch=x86 --enable-cross-compile
[rbehera@roflmao ffmpeglinux]$ ./configure --cpu=pentium3 --arch=i686 --enable-cross-compile
[Code].....
View 3 Replies
View Related
Nov 24, 2009
Is there an easy way to enable libfaac in ffmpeg? I'm hoping to not have to compile it myself, but it appears that it was compiled without libfaac support. Not sure if what I'm using is from rpmfusion, but it's enabled.
View 9 Replies
View Related
Jun 24, 2010
I have some video clip and I want to add a title in its buttom center. For exemple, My clip is video.mp4 and I want to add the title "hello world".Does ffmpeg (or mencoder) enables me to do this?
View 2 Replies
View Related
Sep 27, 2010
I use this command line to transcode media file
Code:
ffmpeg -i in.ts -y -threads 2 -vcodec libxvid -b 300000 -bufsize 8192 -g 300 -s 320x240 -aspect 4:3 -f mp4 -pass 1 out.mp4
[code]....
View 1 Replies
View Related
Feb 24, 2011
Having trouble with #yum install ffmpeg.
Here's the error:
I added:
View 3 Replies
View Related
May 2, 2011
Anyone else SUDDENLY getting this??? Still trying to find why this is happening...
Code:
FFmpeg version 0.6.2-rpmfusion, Copyright (c) 2000-2010 the FFmpeg developers
built on Apr 12 2011 16:45:34 with gcc 4.5.1 20100924 (Red Hat 4.5.1-4)
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64
--mandir=/usr/share/man --arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
[Code]...
View 5 Replies
View Related