-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 |
|---|---|
![]() |
![]() |
Expected Behaviour
Video looks normal.
Steps to Reproduce
- Upload the video to catbox.moe and link it under a comment or post
- 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 |
|---|---|
![]() |
![]() |
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working



