mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 23:01:04 -05:00
[GH-ISSUE #172] Twitter videos encoded with Twitter-vork muxer don't play properly on Apple devices
#2995
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 @dumbmoron on GitHub (Aug 12, 2023).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/172
some videos encoded with
Twitter-vork muxer(most videos on Twitter are usually encoded with "Vireo Eyes" / "Vireo Ears") appear significantly shorter than they actually are when viewed/downloaded on iOSffprobe (example):
remuxing it fixes it, with some DTS warnings:
@wukko commented on GitHub (Dec 2, 2023):
jesus christ this is a mess
@wukko commented on GitHub (Dec 2, 2023):
quicktime on mac can't play such videos at all
@wukko commented on GitHub (Dec 2, 2023):
they mixed up container info and quicktime (rightfully) refuses to play it. to fix that, video has to be copied over into a proper container (
-c copyin ffmpeg).wouldn't hurt doing this for all twitter videos...
@wukko commented on GitHub (Dec 2, 2023):
this is a more correct way of saying "twitter fucked up the video container in their muxer" btw