Quote:
Originally Posted by AdultKing
Easy, you build a handler. In different Headless CMS this is done in different ways.
In Directus you simply extend the multimedia component to automatically fire a background task to run ffmpeg on the video, create thumbnails and extract meta data which will then automatically populate within Directus.
I've built this exact thing with Directus, it was quite easy for me but I am a coder. Directus is open source so anyone can add stuff like this with ease if they have a little coding experience.
To give you an idea of the benefit of using Directus over custom code to do this, it cut the development time to about two hours compared to a couple of days.
Remember that with all headless CMS you still need to build your own frontends or apps to deliver the content stored in the CMS.
|
Do you know any video or tutorial about doing something like that (maybe not exactly what the example I showed)? Just to have a grip to start from.