Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (64)

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

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (10122)

  • A Windows-compatible C IDE that will be able to compile FFmpeg ?

    19 octobre 2024, par Shimmy Weitzhandler

    I want to set up an environment on my PC (Win7x64) that I will be able to combine these projects and compile them into one executable :

    



    



    For this I need an environment that can compile/debug both the above projects (creating a Windows compatible exe).

    



    Any ideas ?

    


  • A Windows-compatible C IDE that will be able to compile FFmpeg ?

    6 décembre 2015, par Shimmy

    I want to set up an environment on my PC (Win7x64) that I will be able to combine these projects and compile them into one executable :

    For this I need an environment that can compile/debug both the above projects (creating a Windows compatible exe).

    Any ideas ?

  • How do I generate a file M3U8 compatible with fmp4 ?

    18 janvier 2019, par Dop

    I have a streaming solution that use MPEG-Dash protocol, and I would like to expose the same files on hls for IOS devices.

    I read that fmp4 is now compatible with hls, so I thought that this could be done

    When I generate may mpd file with this command :

    MP4Box -dash 33000 -frag 33000 -out video.mpd -profile dashavc264:onDemand original.mp4#audio original.mp4#video

    what I want is to not duplicate files, and use my generated Dash files with a HLS manifest file.