Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (23)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (4878)

  • using iojs express and fluent-ffmpeg

    9 mai 2015, par edwardsmarkf

    i am trying to create a simple io.js that will read an opus file, convert it to mp3, and pass it to a webpage using express. here is what i have tried so far :

    var express = require('express');
    var ffmpeg = require('fluent-ffmpeg');
    var app = express();
    var fs = require('fs');

    app.get ('/ffmpegTest', function(req,res) {
         var stream = fs.createWriteStream('tester.mp3');
         ffmpeg('./tester.opus')
            .audioCodec('libmp3lame')
            .output(stream, {end:true})
               // tested to make sure it worked .saveToFile('./testerTEST.mp3')
             .on('error', function(err) {
                 console.log('Processing error! ' + err);
             })  ;
    });

    var server = app.listen(3000, function() {
       var host = server.address().address;
       var port = server.address().port;
       console.log('Example app listening at http://%s:%s', host, port);
    });

    i also tried this from the website example (this was just a guess)

    var command = ffmpeg('./tester.opus')
       .audioCodec('libmp3lame')
       .on('error', function(err) {
            console.log('Processing error! ' + err);
       })  ;
    var ffstream = command.pipe();
    ffstream.on('data', function(chunk) {
       console.log('ffmpeg just wrote ' + chunk.length + ' bytes');
    });

    both of these examples give me "ffmpeg exited with code 1". when i try using "saveToFile" and write a test mp3 file it works fine.

    is there a simpler or better way to do this ?

  • Piwik and Piwik PRO featured in VentureBeat Insight as “an obvious solution” for web analytics

    7 avril 2015, par Piwik Core Team — About

    We are proud to see Piwik and Piwik PRO featured in the recent report published by VentureBeat Insight. Published at the end of March 2015, Conversion Rate Optimisation : how to win at performance marketing was based on surveys of almost 3000 CRO tools users.

    Piwik earned a perfect score of 100 out of 100 for website analytics and was featured as an “obvious solution” for those who prefer to use open source products. The report also pointed out a very low abandonment rate of Piwik by its users, despite its growing popularity (3%).

    You can preview the “Conversion Rate Optimisation : how to win at performance marketing” report for free here
    (Note : there is a form to fill in before you can access it).

    View other awards won by Piwik here.

  • Piwik and Piwik PRO featured in VentureBeat Insight as “an obvious solution” for web analytics

    7 avril 2015, par Piwik Core Team — About

    We are proud to see Piwik and Piwik PRO featured in the recent report published by VentureBeat Insight. Published at the end of March 2015, Conversion Rate Optimisation : how to win at performance marketing was based on surveys of almost 3000 CRO tools users.

    Piwik earned a perfect score of 100 out of 100 for website analytics and was featured as an “obvious solution” for those who prefer to use open source products. The report also pointed out a very low abandonment rate of Piwik by its users, despite its growing popularity (3%).

    You can preview the “Conversion Rate Optimisation : how to win at performance marketing” report for free here
    (Note : there is a form to fill in before you can access it).

    View other awards won by Piwik here.