Recherche avancée

Médias (91)

Autres articles (48)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (6580)

  • Combining audio (.mp4) file and video (.webm) file to a new (.mp4) file using python [closed]

    3 mai 2020, par D. Damyanov

    How can I merge .webm video file and a .mp4 audio file to a new .mp4 audio/video file using python ? I tried to use the ffmpeg package for PyCharm but I am having troubles with finding the right documentation. On the official site https://ffmpeg.org/ I`ve found only instructions for usage in the terminal or cmd.

    


  • "FFMPEG not found" even though ffmpeg-binaries have been added to the package.json

    17 août 2018, par Xyvyrianeth

    I keep my bot online using Heroku, so installing FFMPEG to my computer wouldn’t really help me any.

    The issue is that I’m still getting this error despite having the npm ffmpeg-binaries added to my package.json’s dependencies. I’ve also tried using git URLs from Github and the official FFMPEG website, as well as trying to install the git directly using the run-command option in Heroku’s application page, but I keep getting this same error. Am I missing something ?

  • How do I use FFMPEG binary file in a commercial app (AdobeAir) ?

    8 mars 2019, par Maxim Firsoff

    I have a multi-platform app (MacOS, Windows), based on AdobeAir framework for encoding video.

    1. I’m using FFMPEG as a standalone executable file
    2. I’m accessing to FFMPEG via CLI (command line interface)
    3. I have not modified FFMPEG build file (just downloaded from official site).

    I’ve read http://ffmpeg.org/legal.html and most care about the #2 step, AdobeAIR isn’t supported dynamic linking, how can I solve it ?