Software :: Mp3 To Swf With Ffmpeg For Psp?

May 17, 2009

i have tried but it wont work i use this command

ffmpeg -i /opt/torrent-storage/d@v!o/My Chemical Romance/Three Cheers For Sweet Revenge/01 Helena.mp3 Helena.swf

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Ffmpeg 6 Is Out For Some Time When Will Lucid Afford Such A New Ffmpeg?

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

Debian :: Run Ffmpeg As Background Job

Mar 26, 2016

I'm currently running ffmpeg from a windows machine and realized it's rather redundant as I could be running it from the Debian (headless server) machine instead. What I'm trying to achieve is to get ffmpeg running as a background job...

Effectively, as far as I've gathered, this should be enough:

Code: Select allffmpeg -re -hide_banner -i "LIVE_INPUT_1" -f "LIVE_OUTPUT_1" &

But it's not working - when I run the command from terminal to check it, it works fine... but when I try to run it as a background job it creates the job but no output is generated. According to posts around the web, other people have been successful at running background jobs like this for transcoding static files.Should it be done differently or is this an issue with ffmpeg itself?

View 1 Replies View Related

Fedora :: Ffmpeg With Amr Support ?

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

OpenSUSE :: Are There Any Packages Available For Ffmpeg

Jun 5, 2010

I would like to start working with webm (On2 vp8 codec) with ffmpeg.Are there any packages available for ffmpeg that have the necessary support for creating .webm videos? But I still unable to successfully encode to webm with ffmpeg.Am I missing anything obvious?I want to avoid compiling a new ffmpeg as I am currently doing commercial video work and don't want to risk "breaking" my machine.

View 6 Replies View Related

Ubuntu :: Using Ffmpeg To Convert .MTS To .MOV?

May 22, 2011

I'm trying to convert a .MTS video file to .mov, and I need to use ffmpeg, because I want it to be scriptable.I managed to convert the file to .avi using this command:Code:ffmpeg -i INPUT.MTS -vcodec libxvid -b 18000k -acodec libmp3lame -deinterlace -ab 192k -s 1280x720 -r 50 OUTPUT.avi

View 3 Replies View Related

Fedora :: Install Ffmpeg Using Yum ?

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

General :: Convert Mp3 To Mov Using Ffmpeg?

Sep 9, 2009

I could stream the following file at my darwin server it means i am able to stream .mov files with 8KHz sampling rate and 20kb/s bite rate.

Quote:

# ffmpeg -i streamingloadtool.mov
FFmpeg version SVN-r10524, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-libxvid --enable-gpl --enable-libamr-nb --enable-libmp3lame --enable-libfaac --enable-libfaad

[code]....

The problem is i unable to stream this kuraiamr_nb.mov file at my streaming server. when i play this file in quicktime player its stating that this is a unsupported media type.

View 4 Replies View Related

General :: Convert .VOB To Mp4 Using Ffmpeg?

May 11, 2011

I am looking for an option to convert .vob file to mp4 format. Command "ffmpeg -i S.vob x.mp4" is giving error message "[libfaac @ 01cac110] Unable to load libfaac.dll". I tried to convert in other formats like .avi with the same command and got success. Conversion is decreasing the quality like hell. Though size of the file after conversion is as big as original then why this bad quality. Some where I have read if I will not specify any argument it will keep the quality same but here it is not happening. Not sure why....

View 2 Replies View Related

Software :: Converting M4b To Mp3 With Ffmpeg And VLC?

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

CentOS 5 :: How To Install Ffmpeg

Sep 20, 2009

I download ffmpeg from repository with command svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg

after cd /home/username/Desktop/ffmpeg

./configure --enable-shared --enable-gpl --enable-nonfree

make

make install

after that if i call ffmpeg I will obtain this error ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory

what can i do?

View 3 Replies View Related

Debian :: Ffmpeg - Convert OVG To AVI File?

Nov 20, 2015

How do I convert an ovg to avi file?

Why was ffmpeg removed in Jessie?

I read through more of this thread than I wanted to. [URL] ....

Does libav provide command line utilities to do something like converting ovg to avi, or determining the length of an mp3 file? Why is there absolutely no explanation as to why libav was preferred over ffmeg?

View 6 Replies View Related

General :: Cut Video Files (flv) Using Ffmpeg?

Apr 6, 2009

You want to cut lets say a 15 minute video into 10 minute video, removing the first 5 minutes of it using ffmpeg?s?

View 8 Replies View Related

Fedora :: Compiling 32 Bit Ffmpeg On 64 Bit FC11?

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

Fedora :: Enabling Libfaac In Ffmpeg?

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

Fedora :: Add Title To Video With Ffmpeg?

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

Fedora :: Ffmpeg Generates Very Big Files?

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

Fedora Installation :: Ffmpeg Yum Install ?

Feb 24, 2011

Having trouble with #yum install ffmpeg.

Here's the error:

I added:

View 3 Replies View Related

Fedora :: Ffmpeg Unrecognized Option 'vf'?

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

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 View Related

OpenSUSE Multimedia :: Update Ffmpeg And All The Other Ones?

Feb 15, 2010

I've been having a somewhat disagreeable problem updating ffmpeg and all the other resources that need updating (libavcodec52 et al) for some time now. I'm asked to delete most of the software/libs that are needed for certain software (2man2dvd, etc...). At times it looks like I have some serious contortions to go through in order to update these rpm's. I'm using 11.0.

View 8 Replies View Related

General :: Encoding With FFmpeg Using A FIFO

Dec 28, 2010

I'm trying to convert Flac audio file to AAC file using command line. It's working fine. Now I want to do the same using fifo And it's freezing.So could you tall me what I'm doing wrong.

View 2 Replies View Related

General :: Ffmpeg Command Not Working?

Jul 6, 2011

I am running this command in Ubuntu and windows but I get the full length instead of 10 mins. I want to split it in 10 minutes.ffmpeg -i 2000.flv -ss "00:00:00" -t "00:10:00" -vcodec copy -acodec libfaac 2010.flv

View 2 Replies View Related

Ubuntu Multimedia :: Ffmpeg To Convert HD .mkv To .avi?

Jan 13, 2010

I've got a bunch of HD files in .mkv format that I want to convert to a format that the 360 will read (currently just trying .avi files) so I can stream the media to my xbox360. I'd rather avoid transcoding the entire file, so I tried unpacking the .mkv file into audio and video (and subtitle if necessary) and repacking said file into avi using ffmpeg. The repacking is where I am having the problem. Here's the commands I tried at first (it might look familiar):

Code:

mkvextract tracks file.mkv 1:temp_video.avi 2:temp_audio.ogg 3:temp_sub.srt
ffmpeg -i temp_video.avi -i temp_audio.ogg -vcodec copy file.avi

However, I keep getting this annoying error:

Code:

Error while opening codec for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height Where stream #0.1 is the output audio stream to the .avi file. I think I have narrowed it down to the fact that the input streams are all 6 channel (5.1 surround sound) which mp2 doesn't support (the ffmpeg audio default) so I did this instead:

Code:

ffmpeg -i temp_video.avi -i temp_audio.ogg -vcodec copy -acodec libmp3lame file.avi

I'm still getting the same error, but when I use

Code:

ffmpeg -i temp_video.avi -i temp_audio.ogg -vcodec copy -acodec libmp3lame -ac 2 file.avi

to change the sound to stereo it works. Problem is I'd like to keep my media in surround sound. Any thoughts on how to get all 6 channels in the new mp3 file? I'm fairly certain that mp3s support 5.1. And after some messing around, I haven't found that my ffmpeg can transcode audio format from 5.1 back to 5.1. So since (I think) the 360 can play .ac3 files I decided to just copy both the video and audio file to the .avi file sans transcoding using

Code:

ffmpeg -i temp_video.avi -i temp_audio.ogg -vcodec copy -acodec copy file.avi

however now about halfway through, I run into this error:

Code:

NULL @ 0x22f3a00]error, non monotone timestamps 62562 >= 62562

av_interleaved_write_frame(): Error while opening file I can't seem to find any solution to this problem anywhere online, does anyone know how to get around this? I'd prefer to use ffmpeg for this if possible. (so I can write a script and just attack an entire directory at once) For what it's worth, I'm using the latest ffmpeg in the ubuntu (karmic) default repositories.

View 1 Replies View Related

Ubuntu Multimedia :: Cannot Convert .ogg To Mp3 Using Ffmpeg

Apr 26, 2010

i want to convert a song from ogg format to mp3 using ffmpeg the command i use to do this is

ffmpeg -i /home/john/Music/input.ogg to mp3 output.mp3

i then get then get a message back saying

"unknown format"

how do i correct this ?

View 1 Replies View Related

Ubuntu Multimedia :: Cannot Convert To Ogv With Ffmpeg On 10.04

May 18, 2010

The command line to convert to ogg theora

ffmpeg -y -i input.flv -sameq OUTPUT.ogv

runs perfectly on 9.04 but on 10.04 it gives errors:

Code:
ffmpeg -y -i input.flv -sameq OUTPUT.ogv
FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-version=4:0.5.1-1ubuntu1 --prefix=/usr --enable-avfilter

[Code].....

View 9 Replies View Related

Ubuntu Multimedia :: MKV Conversion For PS3 Using FFMPEG?

May 27, 2010

It seems more and more people are encoding with the MKV container on bit torrent these days, and a lot of the shows I'm watching are starting to release almost exclusively with .mkv formatted videos. This is not a problem if I want to watch the shows on my computer but I've become accustomed to watching them on my PlayStation3 using my thumb drive. It seems the offical documentation for the PS3 includes a list of supported codecs [URL], but when I use FFMPEG to convert with libxvid video and aac audio in the MP4 container my PS3 says the output video is not supported. I've also tried most combinations of libxvid, libx264, mpeg4 for -vcodec and aac, libmp3lame for -acodec in several different container formats but nothing seems to work. I have found one option that always works:

Code:
ffmpeg -i inputfile.mkv -sameq -ac 2 outputfile.mpeg

I don't like doing it this way, however, as the output file is twice the size and the audio quality is terrible. If I don't reduce the audio channels to only two using -ac 2 FFMPEG throws an error (apparently MKV audio supports 6 channels). And preserving the video quality in MPEG video using -sameq produces too a large file (and I prefer to keep my files as lossless as possible). Ideally I want to save the files on an external HD I have but if a single episode of a show is 1.5 GB it's not very pratical.

Anyway, the PS3 docs say it supports h264 and xvid with aac audio, but apparently I'm doing something wrong. Has anyone sucessfully used FFMPEG to convert an MKV to MP4 for use on a PS3?

View 3 Replies View Related

Ubuntu :: Achieve Video In FFMPEG?

Jun 13, 2010

I have a video I want to convert to another video format that's similar to another video. The video's properties and codecs as follows:

Code:

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Vid.mp4':
Duration: 00:02:35.80, start: 0.000000, bitrate: 1731 kb/s
Audio: adpcm_ima_wav, 22050 Hz, stereo, s16
Video: mjpeg, yuvj420p, 128x128 [PAR 1:1 DAR 1:1], 30 tbr, 30 tbn, 30 tbc

View 1 Replies View Related

Ubuntu Multimedia :: Using Ffmpeg To Convert DTS To AC3?

Jul 28, 2010

I have a .mkv container with proper video (h264/~6000kbps) and audio (DTS/1500kbps). For some reason I want to have similar quality but with another video and audio codecs. For video it goes well and ffmpeg is very helpful here, no problems. Also, I want DTS to become AC3/320-448kbps/5-6 channels. Commands like this:

Quote:

ffmpeg -i in.dts/mkv -acodec ac3 -ac 5 -ab 448k out.ac3

gives me not proper reordered sound in channels, so I hear center on the right, music on the left, etc.

Is there a way to make that properly with ffmpeg?

Also, I have a question about multi core encoding cause I have a quad processor. Ffmpeg seems not using them in all the way, I get something like 25% of CPU usage while encoding. Command -threads, even using the h264, does not make any extra load of cpu.

View 4 Replies View Related

Ubuntu Multimedia :: Convert .avi To .mov With Ffmpeg?

Jul 29, 2010

I'm making little animated bits in GIMP with the gap package. I can only get GIMP to encode the files as .avi. Problem here is that when I try to use any converter, it compresses 80MB files down to 1MB-4MB files and, unsurprisingly, the video quality is terrible. WinFF and ffmpeg (via terminal) output at a drastically reduced size. Is there some way to keep the files big/big-ish? I don't want to lose any detail.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved