FFMpeg user questions and RTFMs <ffmpeg-user at mplayerhq.hu> schrieb am 17.05.05 12:08:59: Tim Stollberg wrote:
Hello,
i've a problem, what gets me mad. sorry for my bad english *g*
I tried to convert a mpg movie to flv, but i always get an error
And the command line is?
####### ffmpeg version 0.4.9-pre1, build 4754, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-shared built on May 16 2005 12:53:22, gcc: 3.3.1 (SuSE Linux) Input #0, mpeg, from '/srv/www/web1/html/upload/video1.mpg': Duration: 00:00:36.8, start: 0.114389, bitrate: 651 kb/s Stream #0.0: Audio: mp2, 32000 Hz, stereo, 192 kb/s Stream #0.1: Video: mpeg1video, yuv420p, 176x144, 25.00 fps, 400 kb/s Output #0, flv, to '/srv/www/web1/html/veedeo/site/1.flv': Stream #0.0: Video: flv, yuv420p, 176x144, 25.00 fps, q=2-31, 200 kb/s Stream #0.1: Audio: mp3, 32000 Hz, stereo, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 [flv @ 0x40381a88]removing common factors from framerate Could not write header for output file #0 (incorrect codec parameters ?) #######
i don't know what i should do , i compiled many times ffmpeg with different versions but I doesn't help :(
here some more output from the command ffmpeg -formats
[snip] -- Michel Bardiaux Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles Tel : +32 2 790.29.41 _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user ---------------- Hello, i found a way to encode... when i use this commandlind : " ffmpeg -y -b 1000 -r 25 -s 320x240 -deinterlace -hq -ab 128 -ar 44100 -ac 1 -i inputfile outputfile.flv" but when i use it like this: " ffmpeg -y -i inputfile outputfile.flv" or like this :"ffmpeg -ac mp3 -ab 128 -ar 44100 -i inputfile outputfile.flv" i get the error output.... Tim ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
Netzcowboy at web.de wrote: [snip]
Hello, i found a way to encode... when i use this commandlind : " ffmpeg -y -b 1000 -r 25 -s 320x240 -deinterlace -hq -ab 128 -ar 44100 -ac 1 -i inputfile outputfile.flv" but when i use it like this: " ffmpeg -y -i inputfile outputfile.flv" or like this :"ffmpeg -ac mp3 -ab 128 -ar 44100 -i inputfile outputfile.flv" i get the error output.... Tim
You dont get it, do you? You must post a command line, then its output, then an evaluation of the results (ie does the output file play correctly etc...). The command without the output is just as useless as the output without the command. Oh, and just in case: *copy/paste* the command, dont retype them.
participants (2)
-
mbardiaux@peaktime.be -
Netzcowboy@web.de