Skip to content

Video has weird color with built-in video player #2054

@CarrieForle

Description

@CarrieForle

Bug Description

This comment in particular includes a video (https://files.catbox.moe/ckouo6.mp4) which looks normal on the browser but has weird color on build-in video player.

Browser Thunder
Image

Expected Behaviour

Video looks normal.

Steps to Reproduce

  1. Upload the video to catbox.moe and link it under a comment or post
  2. Open it with built-in video player

Additional Context

I assume this is because the video is encoded in AV1. I have the original video encoded in HEVC which looks fine on the browser.

Browser Thunder
Image Image

Github doesn't let me upload the original video. I used litterbox in my test post (https://litter.catbox.moe/991lpmq33rna2tr4.mp4) which should last 3 days.

I use the following FFmpeg command to do the convertion:

ffmpeg -ss 0:13 -i input.mkv -vf fps=25 -b:a 128k -c:v libsvtav1 -qp 24 -map "0:v" -map "0:a:2" public-beta.mp4

App Version

0.8.6

Device

Redmi Note 11 Pro 5G

OS

Android 13

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions