Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (80)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (12105)

  • Revision 450c7b57a8 : Only do metrics on cropped (visible) area of picture. The part where we align i

    10 juin 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_ssim.c


     Modify /vpx_scale/generic/yv12config.c


     Modify /vpx_scale/yv12config.h



    Only do metrics on cropped (visible) area of picture.

    The part where we align it by 8 or 16 is an implementation detail that
    shouldn't matter to the outside world.

    Change-Id : I9edd6f08b51b31c839c0ea91f767640bccb08d53

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

  • How can i write a tool that acquires video/audio from my input video card ? [on hold]

    21 juillet 2014, par user3180895

    i’d like to write a simple program that can read audio and video from my input card and can save it in a file.

    I’d like to write it in Java, but if it is not possible, i can change language.
    I tried to use ffmpeg, but my device has crossbar limitations.

    My question is :

    Exists one library which can read input buffer from my device and save it in a file ?

    Can someone post a "Hello World" code for a simple example ?

    Thanks a lot.

    P.S. I am actual working with Windows.