mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
[GH-ISSUE #483] File length isn't shown in Google Photos app #4650
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 @Lassoloc on GitHub (May 3, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/483
bug description
was saving a stupid 11 second meme video, however the video downloaded states a time of 00:00. it plays normally on my phone but my media picker is unsure of what to do with it when trying to share
reproduction steps
steps to reproduce the behavior:
screenshots

links
copy uploaded to discord, keeps incorrect metadata when downloaded
platform
btw, if you're curious: i was going to send the video to republican politicians
@yanoharuhito commented on GitHub (May 4, 2024):
same issue here.
@onyx-nxt commented on GitHub (May 6, 2024):
I don't think cobalt knows how long the video is, usually running
ffmpeg -i input.mp4 -c copy output.mp4fixes it losslessly@DimTheEnderman commented on GitHub (May 11, 2024):
Same thing happens on PC
