So I'm trying to get videos and thumbnails in my gallery. The problem is I do not have ffmpeg. I tried the no_ffmpeg module and that worked ok for the form. But I want to automate this.
I have write an app to upload the video with rest, but I get a 400 error. Works fine for images.
So where in the core code can I modify this so I can upload videos with rest but without ffmpeg support ?
-Matthew