Flashvideo does not play well with cck_taxonomy and if you have fieldset enabled with cck_taxonomy you'll get alot of errors in log. Just disable cck_taxonomy and fieldgroup. You can then enable fieldgroup and seems to work find.

Will not create ffmpeg_data on windows and mysql 5.051a. You will get an error like this.

BLOB/TEXT column 'input_file' can't have a default value query: CREATE TABLE home_ffmpeg_data ( did int(10) unsigned NOT NULL AUTO_INCREMENT, fid int(10) unsigned NOT NULL default '0', created timestamp NOT NULL, input_file text NOT NULL default '', output_file text NOT NULL default '', status tinyint(1) unsigned NOT NULL default '0', data text NOT NULL default '', PRIMARY KEY (did) ) TYPE=MyISAM COMMENT='size is in bytes' /*!40100 DEFAULT CHARACTER SET utf8 */; in C:\web\apache\htdocs\home\includes\database.mysql.inc on line 172.

This seems to be a solution http://drupal.org/node/190033 but as the comment noted that he couldn't get it to work so who knows.

Also, 50mb is around what windows can encode per cron run before it times out.

I got it around 75mb but I read it has to do something with windows sleep that times it out.

But if you run encoding immediately as post is published I got it up to 400mb encode but then trying to do two at the same time made my processor redline so you need to lower the priority to the lowest for ffmpeg.

What else, it does as advertised and I'm sure the windows problems aren't resident on lnux so lucky you.

Comments

aznboy’s picture

I forgot to say when you run it you get this error in log because of table not being created on install.

Table 'drupal3.home_ffmpeg_data' doesn't exist query: INSERT INTO home_ffmpeg_data (fid, created, input_file, output_file, status) VALUES (1645, NOW(), 'files/flashvideoEncode/434_214.avi', 'files/flashvideoPlay/434_214.flv', 1) in C:\web\apache\htdocs\home\includes\database.mysql.inc on line 172.

And I'm thinking this is why the uninstall won't fire on a windows box.

attheshow’s picture

Closed due to inactivity.

attheshow’s picture

Status: Active » Closed (fixed)