![]() |
How to improve video quality with FFmpeg?
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 |
Quote:
Would people like you like an opensource video editor batch processor? I played around with PHP ffmpeg and made a basic editor. I'm always up for improving my skill level and like building things people would use. Granted people argue that there are open source video editors and so forth but the idea would be to set up hundreds or even thousands of custom jobs to a video and then just let it sit while the editor instance on a service like digital ocean just pumps them out over a day or two and then sends you an email when done. Interest? |
Quote:
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. |
CRF28 may result in lower quality than what you'd like. I'd avoid going over CRF22.
However, Konda is right that input quality also plays a factor. Your best bet is to play around with the CRF settings and since you're working with a SD movie, encoding should still be fast enough to make testing quick and easy. |
Quote:
|
dropping framerate a little gives you extra room to increase bitrate. easy way to fix quality without noticeably affecting the video (unless its 4k).
# |
All times are GMT -7. The time now is 12:25 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123