Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

Render uploaded video files? #55

Open orschiro opened 8 years ago

orschiro commented 8 years ago

Dear all,

Coming from this Twitter conversation, I would like to hear your thoughts on supporting the direct rendering of uploaded video files (e.g. mkv).

This would be a very useful feature to share a video screencast without having to download the video file first to play it.

Thankfully,

~Robert

untitled

ultramancool commented 8 years ago

We already support this using the video tag, as for mkv though, I'm not sure many browsers support it. Try an webm or an h.264 mp4 and you should be set for most browsers. On Apr 14, 2016 11:54, "Robert Orzanna" notifications@github.com wrote:

Dear all,

Coming from this https://twitter.com/riseupnet/status/720617136499068928?cn=cmVwbHk%3D&refsrc=email Twitter conversation, I would like to hear your thoughts on supporting the direct rendering of uploaded video files (e.g. mkv).

This would be a very useful feature to share a video screencast without having to download the video file first to play it.

Thankfully,

~Robert

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/Upload/Up1/issues/55

orschiro commented 8 years ago

Dear @ultramancool,

Thank you for your quick reply and suggestion!

I use Vokoscreen to record screencast which provides the following video settings:

  1. Videocodec libx264 with format mkv or avi

  2. Videocodec mpeg4 with format mkv or avi

Thus, mp4 is not directly supported.

Which is the one I should choose of these two?

Thankfully,

~Robert

Sent from Nylas N1, the extensible, open source mail client.

On Apr 14 2016, at 6:03 pm, ultramancool <notifications@github.com> wrote:

We already support this using the video tag, as for mkv though, I'm not
sure many browsers support it. Try an webm or an h.264 mp4 and you should
be set for most browsers.
On Apr 14, 2016 11:54, "Robert Orzanna" <notifications@github.com> wrote:

> Dear all,
>
> Coming from this
> <https://twitter.com/riseupnet/status/720617136499068928?cn=cmVwbHk%3D &refsrc=email>
> Twitter conversation, I would like to hear your thoughts on supporting the
> direct rendering of uploaded video files (e.g. mkv).
>
> This would be a very useful feature to share a video screencast without
> having to download the video file first to play it.
>
> Thankfully,
>
> ~Robert
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly or view it on GitHub
> <https://github.com/Upload/Up1/issues/55&gt;
>


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

pielover88888 commented 8 years ago

Sadly it seems your recording software does not directly allow you to record as mp4. You could convert the .mkv file with something like Handbrake before uploading, then you should be able to view it in the browser after it's uploaded.

orschiro commented 8 years ago

@pielover88888,

Thanks for your reference to Handbrake. I will give it a try! :+1:

~Robert