Hey, almost all of the AI video sites output to MP4 format, and having to do an interpolation and re-encoding step hurts our quality.
Can we please support MP4 video on e6ai.net?
Posted under Site Bug Reports & Feature Requests
Hey, almost all of the AI video sites output to MP4 format, and having to do an interpolation and re-encoding step hurts our quality.
Can we please support MP4 video on e6ai.net?
one
why interpolation
2
ffmpeg is easy to manage
something as shit as
ffmpeg -i input.mp4 -c:v libvpx-vp9 -pix_fmt rgba -crf 16 -b:v 0 -b:a 128K converted_video.webm
could work
which is a simple prompt that could always work