Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (49)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

Sur d’autres sites (6767)

  • avcodec/gifenc : Add global_palette option

    20 février 2021, par Derek Buitenhuis
    avcodec/gifenc : Add global_palette option
    

    This option will disable the writing of the global palette in global
    GIF header if it is set to 0, causing only the frame-level palette
    to ever be written.

    This will be useful later on when further frame-level palette
    optimizations are introduced.

    The default is 1, which maintains current default behavior.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/gif.c
  • Reverting the 'cacheBust' option default back to 'true'.

    22 mars 2014, par JamesMGreene
    Reverting the 'cacheBust' option default back to 'true'.
    

    Fixes #357.

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

    &#xA;

    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.

    &#xA;

    Thanks !

    &#xA;