testing

  • user warning: Got error 28 from storage engine query: SELECT t.tid, t.* FROM term_data t INNER JOIN term_hierarchy h ON h.parent = t.tid WHERE h.tid = 30 ORDER BY weight, name in /home/24b6/public_html/modules/taxonomy/taxonomy.module on line 755.
  • user warning: Got error 28 from storage engine query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 171 ORDER BY v.weight, t.weight, t.name in /home/24b6/public_html/modules/taxonomy/taxonomy.module on line 617.

FFmpeg Wrapper: Format Conversion Tester

I just committed a rather nice piece of functionality to the FFmpeg Wrapper module. Files that are attached to Drupal nodes can be transcoded multiple times by a simple interface. Once you find settings that you like, you can attach your transcoded file back to the original node.

Whether you need to create a file for download, create a web-friendly format from a file, or just want to offer a high or low bandwidth versions, any file that is attached to a Drupal node via the upload form and can be transcoded with this tool.

FFmpeg Wrapper puts a link on the file attachments list to the FFmpeg Wrapper testing tool on files that FFmpeg can transcode- which helps identify bad file types quickly.

Sorry, you need to install flash to see this content.

SimpleTest

Doug Green just did a great presentation for us on SimpleTest. It is really inspiring to see how straight forwarding adding testing is to modules. I spent a few minutes to add the frame work to Media Mover and very very… well, simple test. This first one is not much but for the 1.0 release, I will start adding more…

Syndicate content