Recherche avancée

Médias (91)

Autres articles (45)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (5960)

  • Looking for a multimedia SDK (open source or paid) which can play audio (.mp3, .aac) and video (.mp4 etc.)

    8 avril 2022, par AhmadH

    I would like to embed audio (and video) files in my cross platform application.
Searching for an SDK with below functionality :

    


      

    1. Play audio - .mp3,.aac (are must) & other common formats
    2. 


    3. Play video - .mp4 & other common formats
    4. 


    5. Audio recording would be an added advantage.
    6. 


    7. Open source or affordable price
    8. 


    


    [ Note : FFmpeg is not an option due to some License restriction]

    


    **Anything that has all FFmpeg properties would be ideal.

    


    Looking online but haven't found any suitable option.
Please help.

    


  • UDP Streaming with ffmpeg - overrun_nonfatal option

    19 juillet 2016, par Julien Greard

    I’m working on a software which uses FFMPEG C++ libs to make an acquisition from an UDP streaming.

    FFMPEG (1.2) is implemented and running but I get some errors (acquisition crashes and restarts). The log displays the following message :

    *Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overrun_nonfatal option*

    I searched online for documentation about how to use this option, but I only got informations about how to use when running directly ffmpeg executable.

    Would someone know how to set the correct option in my C++ code to :
    - increase fifo_size
    - use overrun_nonfatal option

    Thanks

  • QT-Faststart - Can it be used with FFMPEG ?

    11 juin 2013, par Samuel Richards

    Quick question - I am currently running FFMPEG and I have read that the new updates feature QT-faststart. And if I run the command

       ffmpeg qt-faststart

    then this throws an error, so something must be happening ?

    I only want to move the MOOV atom to the beginning of the video, so assumed

       ffmpeg qt-faststart 'input.avi' 'output.avi'

    Would have worked, but it always throws an "Unable to find a suitable output format for 'qt-faststart'" — "qt-faststart : Invalid argument"

    I can't find any information on this online, seems quite a niche market in that sense.

    Any information would be much appreciated ! Thank you kindly.