Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (60)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7438)

  • fate : Explicitly specify the rgb555le pixel format for the mss2 rgb555 tests

    10 janvier 2014, par Martin Storsjö
    fate : Explicitly specify the rgb555le pixel format for the mss2 rgb555 tests
    

    This fixes these fate tests on big endian.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] tests/fate/microsoft.mak
  • Anomalie #2631 : no_image_filtrer passe la main

    21 avril 2012, par jluc -

    Parmi ces propositions y en a t il qui sont exclues d’office parcequ’inadéquates ?

  • net core and video transcoding on aws lambda

    14 septembre 2022, par user1765862

    I'm looking for a solution to :

    &#xA;

      &#xA;
    1. upload video to s3 bucket
    2. &#xA;

    3. after video upload an aws lambda function will be triggered
    4. &#xA;

    5. lambda function will use ffmpeg layer in order to transcode video (mainly cropping with other functionalities)
    6. &#xA;

    7. save result (transcoded video into s3 bucket)
    8. &#xA;

    &#xA;

    My language of choice inside lambda is c# and net core runtime.

    &#xA;

    I have found various resources for video manipulation with aws ffmpeg layer using lambda function but no examples in net core lambda.

    &#xA;

    My question is :

    &#xA;

    &#xA;

    Can I use existing FFmpeg/FFprobe Lambda Layer for Amazon Linux such&#xA;as this one with lambda function written in c# and .net core ?

    &#xA;

    &#xA;

    Another question :

    &#xA;

    &#xA;

    Would you suggest Amazon Elastic Transcoder as a better choice with&#xA;lambda function .net core integration ?

    &#xA;

    &#xA;