Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (103)

  • 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 (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (5401)

  • How to build ffmbc with static libraries on Mac

    27 janvier 2013, par Brainware

    I can build ffmbc (similar to ffmpeg) and it runs fine from the terminal. But, when I try to run it from MAMP it loads different dynamic libraries and crashes. What I would really like to do is have ffmbc load the same libraries each time no matter how it's run. Static libraries should do the trick. Another option is to create a Mac app (ffmbc.app) and use package contents. But, I don't know how to do either of these things. An XCode project would probably be best but I can't find one for ffmbc.

    I see people spending days to get things to build on their machines. I don't understand why the linux community makes this so difficult and so fragile. I've been writing apps for over 25 years so I guess I'm not as interested in jumping through hoops like I use to be. ;-)

    Suggestions or advice most appreciated.

  • Different buildpacks for worker / web dynos on heroku

    26 février 2016, par Nicolas Maloeuvre

    In my Rails Apps, I use 2 buildpack :

    $heroku buildpacks
    === steeple-prod Buildpack URLs
    1. heroku/ruby
    2. https://github.com/shunjikonishi/heroku-buildpack-ffmpeg

    but I use ffmpeg only on the worker dyno, not on the web dyno, and I want to use only heroku/ruby on my web dyno, is it possible ?

  • Enable Codec on FFmpeg

    25 mars 2013, par nmnir

    I'm tryiing to use g711 alaw with ffmpeg. The call
    avcodec_find_encoder(CODEC_ID_PCM_ALAW) ;
    returns null.
    I'm passing —enable-encoder=pcm_alaw as parameter to ./configure.
    What is wrong ?

    Thanks,
    Nahum