Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (36)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (6649)

  • Is it possible to update a filter option while paused in ffplay ?

    25 juin 2020, par peggo

    I am using zmq to send filter option updates to ffplay while a video is playing. However, I would also like to be able to change say the zoom level while paused (I'm using scale and crop filters for this). If I do a zmq send command while paused nothing happens and I don't get a response.

    


    If this is not possible, are there any workarounds ? I thought about using the loop filter instead of pausing, but I don't think you can change the options for that filter at runtime. So unless I know exactly where I want to pause in advance (which I don't) then I don't see a way to do this.

    


    Thanks !

    


  • Monitor network performance for ffmpeg streaming

    3 juin 2017, par brl

    I’m building up a complex network emulation and I’m trying to catch some important performance measurements.
    I have mininet running on a server and I’ streaming videos from one mininet host to another (with -nodisp option cause I have no GUI).

    Is it possible to catch some performance measurements from ffmpeg, maybe writing them on a file ?

    I would like to find delay, bandwidth, maybe jitter, and so on.

    Thanks everyone in advance

  • Monitor network performance for ffmpeg streaming

    15 mai 2017, par brl

    I’m building up a complex network emulation and I’m trying to catch some important performance measurements.
    I have mininet running on a server and I’ streaming videos from one mininet host to another (with -nodisp option cause I have no GUI).

    Is it possible to catch some performance measurements from ffmpeg, maybe writing them on a file ?

    I would like to find delay, bandwidth, maybe jitter, and so on.

    Thanks everyone in advance