Skip to content

Blurry quality #604

Answered by WyattBlue
metagamesgx asked this question in 1. Help

You must be logged in to vote

One loseless video format is huffyuv, although it will produce hilariously large files.

auto-editor input.mp4 -c:v huffyuv

A better method is to use a near loseless encoder like vp9 or hevc

auto-editor input.mp4 -c:v vp9

If you have to use a particular video format, you can increase the bitrate, in this case to 2 megabytes

auto-editor input.mp4 -b:v 2M

Replies: 4 comments

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies
Answer selected by WyattBlue

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants