After uploading an avi or mpg file, I check the option "Convert video on save", but on submit the video is not converted.

If later I run the sites/all/modules/video/video_scheduler.php script everything goes well and the video conversion happens as expected.

Comments

hypertext200’s picture

Are you on FFMPEG?

m.sant’s picture

Yes, I'm using FFmpeg. I also tried the FFmpeg Wrapper.

The problem happens with both the transcoders available in the page admin/settings/video/transcoders (FFmpeg and FFmpeg Wrapper).

They both work with the video_scheduler.php, but not if I use the option "Convert video on save".

hypertext200’s picture

We recently changed the class structure of the module and may be its happening because of that. Is it trying to convert videos? what are the watchdog errors?

hypertext200’s picture

Version: 6.x-4.1-rc6 » 6.x-4.x-dev
Component: User interface » Code
Priority: Major » Normal
m.sant’s picture

I believe on submit it is not even trying to convert the video, as I do not see entries in the logs (except for the thumbnails generation messages).

No errors are generated anywhere.

If I run the command

php sites/all/modules/video/video_scheduler.php

in the watchdog I find the message

video_conversion 30/09/2010 - 12:24 Successfully converted ...

and the flash video shows up.

hypertext200’s picture

Thanks for the info, will fix it with next release.

hypertext200’s picture

Status: Active » Fixed

fixed and added to the dev.

hypertext200’s picture

Status: Fixed » Closed (fixed)