-
Notifications
You must be signed in to change notification settings - Fork 79
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 file support? #82
Comments
No current support for videos but it's sort of in the plan for the future. It'll be low priority though, as I don't have many videos for cataloguing, and it feels like Plex, Kodi etc, are better suited and already have more investment/support. |
This is one my complaints about many (FLOSS) DAM systems: the lack of integration with images and videos. It seems to me that Plex and Kodi are meant for playing movies or series, whereas I want to keep collections of media related to particular times, events, places, etc. And that media invariably includes video. Are you aware of any good alternatives that do that? If you don't mind, I have a few follow-up questions:
Thanks in advance! |
The main work that would need to be done is support for numerous video codecs etc, plus manipulation of EXIFs. I'd also need to extend the processing support to be able to generate thumbnails for videos. None of that is particularly difficult, but it's not on my list of priorities as there's more important features I need to build for support around photos. |
Thanks for answering my questions. What about a minimum feature set of (a) metadata support (EXIF, etc.) and (b) allow downloading the video file? That is, no codec support or thumbnails. That way, video files could at the very least be included in the organization of media assets. Lastly, since it seems you've done some research on DAMs, what's the best option for supporting photo and video in a similar way to Damselfly? |
I've had a look - it may be possible to allow some EXIF metadata manipulation (since Damselfly uses ExifTool to do the keyword tagging, and Exiftool claims to support MP4) but it would be very limited. Supporting video without thumbnails to be able to identify the video by sight seems less useful. |
Interesting project!
I didn't see it mentioned anywhere, so I wanted to inquire if Damselfly supported video files, e.g. with tags, thumbnails, etc.
Thanks!
The text was updated successfully, but these errors were encountered: