This message was deleted.
# helpdesk
s
This message was deleted.
m
cc @able-gigabyte-21598
❤️ 1
a
What do you mean by “upload thumbnails”? Still frames to use as a preview image?
a
yes, a preview image of the video
a
startedAt
and
endedAt
should be nanoseconds since the Unix epoch (our backend is in go)
duration
is also nano-seconds (it just subtracts
endedAt - startedAt
)
🙌 1
a
got it Then the first 10 digits are the unix epoch in seconds: Time.at(startedAt[0..9].to_i) And to get the time in seconds: duration / 1_000_000_000 Thanks!
a
right, you can also divide it out when constructing the time like
<http://Time.at|Time.at>(<http://startedAt.to|startedAt.to>_i / 1_000_000_000)
👍 1
as for a preview image thumbnail, I don’t believe we generate one, but I’ll let @able-gigabyte-21598 answer that question
a
cool, thanks
a
we don’t have any plans for uploading thumbnails
🙏 1