Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video not supported #203

Open
gopokyo-colinn opened this issue Sep 13, 2023 · 6 comments
Open

Video not supported #203

gopokyo-colinn opened this issue Sep 13, 2023 · 6 comments
Labels
Blob support Issues having to do with support arbitrary big files, such as PDFs and video

Comments

@gopokyo-colinn
Copy link

Please add support to upload and render mp4 or webm files. This would be great as I frequently download copies of youtube vidoes for reference such that I can work offline and still review reference material.

@Neekster
Copy link

In general, the ability to embed files would be really relevant to me, especially PDFs and videos.

@dayne
Copy link

dayne commented Oct 21, 2023

So while I agree it would be nice I will say it probably isn't feasible without figuring out some sort of secondary storage bucket / hosting system for the video files.

  • Git is meant to revision control text files and you can do binary blob files (images, videos, and pdfs) but it isn't intended.
  • You can do it but things get ... not optimal if you "change/move" them because it causes unfortunate things to happen in your git archive.
  • GitHub does not allow uploading of large files (greater than 100MB) to a Git repository.

-dayne

@gopokyo-colinn
Copy link
Author

The official Obsidian publish has limits of 50mb per file - or something around there. Would having a restriction like that help? I am not aware of change/move issues with our game development projects using largefiles. What are the unfortunate things your are referring to @dayne ?

@oleeskild oleeskild added the Blob support Issues having to do with support arbitrary big files, such as PDFs and video label Oct 23, 2023
@dayne
Copy link

dayne commented Oct 25, 2023

@russellgordon
Copy link

Is Git Large File Storage an option for implementing this?

I say this as a longtime Digital Garden user on multiple sites who'd love to see the feature exist – but I have no idea what's involved on a technical level.

As a high-school computer science teacher authoring tutorials for my students, I currently work around this by making animated GIFs in place of short .MP4 files, but GIFs have their own issues.

I'd love to occasionally be able to include PDF files and sometimes .ZIP files as well.

@dayne
Copy link

dayne commented Jan 20, 2024

LFS is a good option to consider for handling of binary blobs in git. It is not perfect for all usecases/workflows

GitHub supports LFS so that leans nicely into that .. but possible there are a lot of layers of complexity to integrate this correctly and consistently at each of the layers/environments a digital garden workflow involves to go from a workstation to a website.

Serious considerations planning & hacking needed before attempting to weave it into the digitalgarden plugin .. lot of layers of things have to all agree to mange things the same way .. and it where the final website is deployed to would need the tools too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blob support Issues having to do with support arbitrary big files, such as PDFs and video
Projects
None yet
Development

No branches or pull requests

5 participants