Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (75)

  • 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

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

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

Sur d’autres sites (7513)

  • hlsenc : Don’t reset the number variable when wrapping

    6 juin 2013, par Carl Eugen Hoyos
    hlsenc : Don’t reset the number variable when wrapping
    

    The counter itself shouldn’t be wrapped, since it is used for
    determining end_pts for the next segment - only wrap the number
    used for the segment file name.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/hlsenc.c
  • Revision 8e2c03fbfd : Simplify Zero bin and zero bin run code. Simplification to eliminate a number o

    24 janvier 2013, par Paul Wilkins

    Changed Paths : Modify /vp9/encoder/vp9_onyx_int.h Modify /vp9/encoder/vp9_quantize.c Simplify Zero bin and zero bin run code. Simplification to eliminate a number of very large data data structures. All zero run, zbin boosts for different transform sizes are now limited to a maximum run length of (...)

  • identify frame number of a specific frame from a video file

    23 février 2017, par James Crampton

    I have a video file where I’ve extracted a specific frame to analyse. However I want to know what the frame number of the frame is.. I can’t seem to find anything. I’ve had a look at ffmpeg showinfo but that doesn’t seem to work. I’ve also looked into exifread, which produced information about the frame except for the frame number. Any ideas ?