Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (111)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (11554)

  • Revision a8e674de4f : set_maps : Flush encoder. According to the current API spec we need to call vpx_

    16 août 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /examples/set_maps.c



    set_maps : Flush encoder.

    According to the current API spec we need to call vpx_codec_encode() until
    vpx_codec_get_cx_data() returns NULL.

    Change-Id : I4617f8042d50480a8f47b0b7114d4759fa566b14

  • Call an external dynamic library using node

    25 septembre 2018, par Merc

    I need to edit clips using node using one of the existing video manipulation libraries. (Note : I am aware that I could run an existing editing executable like FFMPEG, but that’s not what I am after).

    Question : What’s the best way to call native libraries in Node ?

    Background information : I will need to talk to one one these libraries : Gstreamer, FFmpeg/LibAV or libVLC.

    My ideal outcome is to have a nice, robust library that I use directly using node, but my lack of experience in terms of using native libraries, and the somehow fragmented world of video editing libraries.

  • Handle errors in loadImage call. Fixes #1836.

    8 novembre 2012, par Sebastian Tschan

    m js/jquery.fileupload-fp.js Handle errors in loadImage call. Fixes #1836.