View Single Post
Old 05-09-2017, 09:25 PM  
Konda
...
 
Konda's Avatar
 
Industry Role:
Join Date: Apr 2003
Posts: 2,280
Quote:
Originally Posted by freak22 View Post
This is my 480p FFmpeg settings now. I need to improve the quality by 20-30%.

-vcodec libx264 -movflags +faststart -threads 0 -r 25 -g 50 -crf 28 -me_method hex -trellis 0 -bf 8 -acodec aac -strict -2 -ar 44100 -ab 128k -f mp4
First of all output quality depends on the input quality, so you need good source material to achieve good encoded material.

Use 2 pass encoding for better quality

also there is no video bitrate in your command? (usually looks something like -b:v 800k)
and is the source already 480p, if not you'd have to also make sure to resize it to 640x480

If you need your content encoded for paysites or something and want quality encoding I recommend using zencoder.com it's not expensive and gives much better results.
Konda is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote