Postponed
Project:
FFmpeg Converter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2009 at 08:29 UTC
Updated:
1 Apr 2010 at 12:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
sndev commentedAfter looking at the ffmpeg_conversion code a little more extensively, I was going to suggest the same thing. I'll work on some code tomorrow and get back to you about my findings.
Comment #2
sndev commentedThis a bit late, but we have been extra busy here at Whoast.
I split up the ffmpeg_convert_convert_filefield function into two functions (1 for file conversion and another for snapshots) and cleaned up the code based on the coder modules suggestions. The patch is against CVS head.
Comment #3
zoo33 commentedOK, so this is the same patch as in #442166: Destination Token error
Please see my comments there. Thanks for this by the way!
Comment #4
sndev commentedThis patch is against head and doesn't use hide_original functionality. The only added functionality is http://drupal.org/node/442166
Comment #5
zoo33 commentedI've done some more work on this patch. There are now two types of jobs: conversion and snapshot generation. The good thing is that they both don't have to be processed during the same cron run. It's also an architecture which is better suited for adding the possibility of running multiple conversions on the same original file, which is something I'd like to implement.
I could really use some help testing this though. There are lots of things that might break...
Comment #6
zoo33 commentedWe're now working on a new approach for this module, where we'll be using separate file fields for different formats, and handle conversion between them with Rules. I want snapshot generation to work like any other conversion, which kind of makes this issue outdated. I'm marking it as postponed for now. If I get good reviews and tests for this or another patch I'll consider committing it.