scalarhq / videotranscode.space

A video transcoder and converter built using Web Assembly and FFMPEG to transcode and convert videos right in your browser while protecting your privacy
https://app.modfy.video/
Apache License 2.0
495 stars 53 forks source link

AV1 Support Requested #7

Open CryogenicPlanet opened 4 years ago

CryogenicPlanet commented 4 years ago

Requested Support for AV1 Spec https://trac.ffmpeg.org/wiki/Encode/AV1

FFmpeg cli command ffmpeg -i input.mp4 -c:v libaom-av1 -strict -2 output.avi

https://superuser.com/questions/1322787/av1-encoding-with-ffmpeg

Maxou44 commented 4 years ago

AV1 encoding consumes a lot of cpu, I don't think it will be usable in a browser. 🤔 Also, the rav1e encoder have better performance than libaom. 🥳

CryogenicPlanet commented 4 years ago

@Maxou44 Thank you for letting us know we will work on adding rav1e instead of libaom!

CryogenicPlanet commented 4 years ago

Encoding with Rav1e https://askubuntu.com/questions/1189174/how-do-i-use-ffmpeg-and-rav1e-to-create-high-quality-av1-files

FFmpeg cli command

ffmpeg -i input.mp4  -c:v librav1e output.avi