zliucz / animate-your-word

Official implementations for paper: Dynamic Typography: Bringing Text to Life via Video Diffusion Prior
https://arxiv.org/abs/2404.11614
Apache License 2.0
290 stars 13 forks source link

No video with supported format and MIME type found #1

Closed 99991 closed 7 months ago

99991 commented 7 months ago

On Firefox, the video on your demo page says

No video with supported format and MIME type found

Assuming you used ffmpeg to process the video, you can probably fix this by adding -pix_fmt yuv420p to your ffmpeg invocation: https://stackoverflow.com/a/24468585

unsupported

bruceyyu commented 7 months ago

@99991 thanks for reporting this bug! We didn't know Firefox doesn't support HEVC encoding, sorry... We've changed our video to H.264, and it should work on Firefox now!

99991 commented 7 months ago

Great, it works now. Thank you!