Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (28)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (4248)

  • avfilter/asrc_sinc : remove no longer correct (un)pack

    3 mars 2022, par Paul B Mahol
    avfilter/asrc_sinc : remove no longer correct (un)pack
    
    • [DH] libavfilter/asrc_sinc.c
  • avdevice/lavfi : Use av_packet_pack_dictionary() to pack dictionary

    30 août 2020, par Andreas Rheinhardt
    avdevice/lavfi : Use av_packet_pack_dictionary() to pack dictionary
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavdevice/lavfi.c
  • Electron pack error with electron-packager

    11 novembre 2020, par apolo

    I've developed electron app with ffmepg and ffprob.&#xA;I use ffmpeg and ffprob with execFile and spawn function in main.js

    &#xA;

    const spawnProc = require(&#x27;child_process&#x27;).spawn&#xA;const execProc = require(&#x27;child_process&#x27;).execFile&#xA;const mpegPath = "ffmpeg.exe";&#xA;const probePath = "ffprobe.exe"&#xA;

    &#xA;

    There was no problem when developing but after packing with electron-packager unexpected error occured.

    &#xA;

    Let me know how to solve this issue.

    &#xA;

    Error message

    &#xA;