Recherche avancée

Médias (91)

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5606)

  • Why Safari does not play mp4 though Chrome plays it ?

    30 octobre 2022, par János

    This mp4 is generated from a gif : https://t44-post-cover.s3.eu-central-1.amazonaws.com/gp2w.mp4

    


    It is playable on Chrom, not on Safari. Why ? What is the problem ?

    


    This is the conversion command :

    


            await new Promise<void>((resolve, reject) => {&#xA;            ffmpeg&#xA;                .input(`/tmp/input_${imgId}.gif`)&#xA;                .outputOptions([&#xA;                    &#x27;-c:v libx264&#x27;,&#xA;                    &#x27;-movflags &#x2B;faststart&#x27;,&#xA;                    &#x27;-movflags frag_keyframe&#x2B;empty_moov&#x27;,&#xA;                ])&#xA;                .noAudio()&#xA;                .output(`/tmp/output_${imgId}.mp4`)&#xA;                .on(&#x27;end&#x27;, () => {&#xA;                    console.log(&#x27;MP4 video generated&#x27;)&#xA;                    resolve()&#xA;                })&#xA;                .on(&#x27;error&#x27;, (e) => {&#xA;                    console.log(e)&#xA;                    reject()&#xA;                })&#xA;                .run()&#xA;        })&#xA;</void>

    &#xA;

    Using ffmpeg-static :

    &#xA;

    const pathToFfmpeg = require(&#x27;ffmpeg-static&#x27;)&#xA;const ffmpeg = require(&#x27;fluent-ffmpeg&#x27;)().setFfmpegPath(pathToFfmpeg)&#xA;

    &#xA;

  • MP4 to all mobile compatible 3gp

    2 mai 2013, par Susheel Mishra

    I am using FFMPEG for converting mp4 video to 3gp.I want to convert it to low end android phone as well as iphone.I am not concern with quality.Using it on linux server with php.

    I searched but my need is diferent , hence post question.

    thanks

  • Protected : A systematic approach to making Web Applications accessible

    13 février 2012, par silvia

    There is no excerpt because this is a protected post.