ebu / OSCIED

Open Source Cloud Infrastructure for Encoding and Distribution
Other
16 stars 2 forks source link

Transform : Add new and compile encoders from source #55

Closed davidfischer-ch closed 11 years ago

davidfischer-ch commented 11 years ago

... The FFmpeg that is installed by the transform unit is the one forked by avconv team. Some of the demo profiles I created during my thesis doesn't work anymore. This is not a bug of the new release of the unit but a problem related to this:

One solution can be the replacement of the packaged releases of FFmpeg by the compilation of the sources done during the install process of the transform charm. The compilation options would be added to the transform charm configuration (config.yaml).

It would be interesting to add an option to config.yaml of oscied-transform to make available the following deployment options (I think that 4 is the best option):

  1. Installation of the avconv version of FFmpeg.
  2. Installation of the FFmpeg version of FFmpeg.
  3. Compilation of the FFmpeg downloaded from the repository at a specific version (trunk, ...).
  4. Compilation of the sources, integrated into oscied-transform charm's.