Linux - Software This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-12-2008, 11:24 PM
|
#1
|
|
Member
Registered: Jun 2007
Posts: 67
Rep:
|
How To Reduce / Improve Pixelated Result from FFMPEG?
I had converted several hundreds flv video to mpg using ffmpeg.
The screen resolution of the flv and mpg files are exactly the
same (ie 320x240 pixel).
Everything is OK, only in several video, the result is
"Pixelated" or small squares appear on the picture.
Is it possible to change ffmpeg parameters to reduce / eliminate
this "pixelated" effect?
|
|
|
|
06-13-2008, 05:17 PM
|
#2
|
|
Member
Registered: Aug 2003
Location: Ottawa
Distribution: Redhat 5.2, 6.0, 6.1, Mandrake 7.2, 8.0, 9.1, 9.2, 10.0, Gentoo, Debian 3.1r0
Posts: 224
Rep:
|
It all depends on what codec you are using etc...
Post the ffmpeg command that you used and we can probably give you a better idea of what to do, but here are a couple of ideas:
-try using a different codec (xvid maybe? - do you *need* the output video to be mpg?)
-try increasing the bit rate (use "-b XXXk" where XXX is your desired bitrate in kbps)
-try multiple pass encoding, run the same command twice, the first time with the "-pass 1" option and the second time with the "-pass 2" option
-try blurring the video a bit with "-qblur XXX" where XXX is some number (try values between 0.3-1.0)
|
|
|
|
09-02-2011, 03:51 PM
|
#3
|
|
Member
Registered: Nov 2005
Distribution: Slackware, Zenwalk, Debian
Posts: 33
Rep:
|
I've had this problem again and again, and I finally had to reverse engineer a video that I had seen transcoded properly. Its bit rate was around 2572k. So I took my audio and video streams and muxed them with the command below. The pixellation finally disappeared.
Code:
ffmpeg -i movie.m2v -b 2572k -i movie.mp3 final.avi
Hope this helps you or someone, because I know what an annoyance that problem is.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:33 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|