I am using the resolution helper and the play time helper of the ffmpeg plugin. They are invoked from video_submit in video.module. As far as I can see, this function is never called. Perhaps adding a #submit element to the form pointing to video_submit?

CommentFileSizeAuthor
#2 video_autosize.patch2.93 KBbkat

Comments

bkat’s picture

I'm not very knowledgeable with forms but I'm experiencing the same issue. I do see that hook_submit() does not exist in drupal 6 so it does appear that some reworking of the forms is in order.

bkat’s picture

StatusFileSize
new2.93 KB

Here's a patch that is working for me. The main thing is to call video_submit() from video_nodeapi when $op is 'presave'

I also fixed up some functions with the references in their parameter signatures that cause issues on php 5.3.

iLLin’s picture

Status: Active » Closed (fixed)