PDA

View Full Version : [ubuntu] the quality get bad when i convert to mp4.


KanineN
October 2nd, 2008, 12:30 PM
Hello!

When I am converting .flv files to .mp4 with ffmpeg the quality get bad. I use the code

ffmpeg -i name_of_file.flv name_of_file.mp4

But how can I make the quality better? If a .flv file is maybe 120 but when it's .mp4 the file is around 92mb.

Can someone please help me with my problem.

3rdalbum
October 3rd, 2008, 07:51 AM
If you want to know something about ffmpeg, the absolute quickest way is to look at the manual page:

man ffmpeg

The setting you want is "video bitrate". The man page says that the bitrate is 200kbps by default. For video, this is a low bitrate. You might want to try the following:

ffmpeg -i name_of_file.flv -b 500k name_of_file.mp4

(you must specify "k" at the end of the bitrate in order to tell ffmpeg that you want kilobits per second, not bits or megabits).

A good tip is to find about 10 seconds of footage, and encode this using the new settings to check that it works properly. There's nothing worse than waiting an hour for some long footage to finish encoding, and then finding that you got the settings wrong.

KanineN
October 4th, 2008, 01:55 PM
ok, then I will try to convert on 500k to 1000k. Thanks!

KanineN
October 7th, 2008, 10:17 AM
http://img241.imageshack.us/my.php?image=namnlstu1.jpg

http://img142.imageshack.us/my.php?image=namnlsfo8.jpg

You see those white dots? They appear even when the video is good... And then the sound is kinda laggy. If somone say she it will go

sh sh she.. It Hard to explain but I hope you will understand.

KanineN
October 12th, 2008, 02:58 PM
Anyone know what the problem is?

kg87
October 12th, 2008, 04:48 PM
sorry this may be classed as spam..

But im pretty sure that aint a disney film ;)

you should check online for FLV Converters, most od them support a large number of formats.

**Edit**,

you may want to try some of the freeware converters available for Windows/Wine..

http://www.dvdvideosoft.com/guides/dvd/convert-YouTube-FLV-video-to-iPod-MP4-video.htm

Is just a quick example

KanineN
October 17th, 2008, 04:19 PM
of course it's a Disney movie. What should it else be? ;-)

And the program you posted to was a window$ program.