Upload videos with REST but no ffmpeg, error

MatthewJ

Joined: 2007-07-05
Posts: 7
Posted: Fri, 2012-04-13 21:47

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