mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
Specific Twitter video encoded with Twitter-vork muxer has inconsistent duration meta
#789
Reference in New Issue
Block a user
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 @Saafo on GitHub (Apr 10, 2025).
bug description
I found a twitter video encoded with
Twitter-vork muxerthat has inconsistent duration meta:Using macOS Preview or QuickTime Player to play the video, the player display total duration using presentation duration(0:00:14). But using IINA or Twitter web, the total duration is 0:01:22.
remuxing it fixes it by
ffmpeg -i video.mp4 -map 0 -c copy out.mp4I've found a historical issue: #172 , but it seems differ from this issue, and that bug had already fixed by twitter.
I wonder this is a specific problem, or the twitter muxer has bugs again this time. Does anyone met similar issue recently? And how to feedback this issue to twitter?
reproduction steps
MP4Box.jsscreenshots
No response
links
platform information
macOS 15.1
additional context
No response