Closed (fixed)
Project:
Video
Version:
6.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2010 at 16:20 UTC
Updated:
1 Oct 2010 at 02:03 UTC
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
Comment #1
hypertext200Are you on FFMPEG?
Comment #2
m.sant commentedYes, 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".
Comment #3
hypertext200We 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?
Comment #4
hypertext200Comment #5
m.sant commentedI 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
in the watchdog I find the message
video_conversion 30/09/2010 - 12:24 Successfully converted ...
and the flash video shows up.
Comment #6
hypertext200Thanks for the info, will fix it with next release.
Comment #7
hypertext200fixed and added to the dev.
Comment #8
hypertext200