mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1172] [Bug] The video made by FFmpeg, can't be played on chrome after upload. Cause by default pix_fmt=yuv444p #3209
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#3209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adoin on GitHub (Feb 20, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1172
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
The video made by FFmpeg, can't be played on chrome after upload. Cause by default pix_fmt=yuv444p
To Reproduce
Steps to reproduce the behavior:
1.Record any thing, save as mp4 file.
2.Upload this file through any server.
3.Get url from step2's response.
4.Open url on new tab.
Expected behavior

Can success play this video.
I need one way to config FFmpeg decode type. Even if I can put "-pix_fmt yuv420p" some where.
Screenshots
Desktop (please complete the following information):
Additional context
OK! I find it.