IceGuye Blog

Use ffmpeg and SVT-AV1 to Encode Videos

In my computer, I think SVT-AV1 is slightly faster then Rav1e. Here is the command example:

ffmpeg -i input-video.mp4 -i input-audio.mka -c:v libsvtav1 -preset 6 -c:a libopus -b:a 500K output.webm



Back to Blog's index