Working with Video Files #558
Unanswered
JDebono2023
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Yes. But you would need a custom media upload action. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I totally misread this as a question for tiptap editor. sorry. the way to handle this would be to extend the MediaObserver class and rebind it in a service provider to use your Observer instead of the one directly from the package. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I updated the accepted file types in the config, and was able to upload the required mp4. I normally process videos using FFMpeg (pbmedia/laravel-ffmpeg), and also collect the dimensions of the video (work specific requirement), as well as need to generate a url and thumbnail. Is there a way to add this sort of functionality in?
Beta Was this translation helpful? Give feedback.
All reactions