Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (64)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

Sur d’autres sites (10406)

  • php 5.5.12 ffmpeg window 7 64bit Not working wamp server v2.5

    24 juillet 2015, par sonam Sharma

    I am facing following issue during installing the ffmpeg on the windows 7 64-bit machine using WampServer Version 2.5 with php 5.5.12 and ffmpeg extension 32-Bit

    I didn’t find ffmpeg ext. 32-bit..

    PHP Startup: Unable to load dynamic library
    'c:/wamp/bin/php/php5.3.13/ext/php_ffmpeg.dll' - %1 is not a valid Win32 application.

    enter image description here

    enter image description here

  • FFMPEG convert video file from FLV to MP4 not running on browser

    3 août 2015, par Vikas Burman

    I am using FFMPEG for converting video file from FLV, AVI to mp4.
    FFMPEG is converting file properly on server. I have played that video, it’s playing fine but it’s not running on browser while after converting file from local machine, it’s playing fine on browser also.

    Local Machine : Ubuntu 12.04

    Server Machine : Centos

  • Auto install FFMPEG on Google Compute Engine (Debian Wheezy 7.8)

    1er octobre 2015, par DynamoBooster

    I have a Google Cloud Compute Engine project and want to auto-install FFMPEG on all the instances. I am using the node.js module https://github.com/fluent-ffmpeg/node-fluent-ffmpeg to watermark videos uploaded to the server and generate thumbnails. It’s working perfectly fine on my local machine that has ffmpeg installed. But how do I install/auto install ffmpeg on all virtual machine instances in the google cloud project ?