Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (106)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (8028)

  • How to select range of an image sequence with sequential suffixes in ffmpeg

    6 septembre 2022, par J. SungHoon

    I have 100 images (001.png ... 100.png) in my img folder and I want to create 2 gif files with different frame ranges for specific uses from there.

    


    The first case uses all 100 images. I use the code below and it works fine.
    
ffmpeg -f image2 -framerate 30 -i %003d.png -vf scale=-2:480 myAnim.gif

    


    But in the second case, we want to use only 50 images from 20 to 70. What code should I use to select this specific range ?

    


  • Revision a67e654b6c : Enforce motion search range clamp for sub8x8 This commit constrains the maximal

    11 décembre 2013, par Jingning Han

    Enforce motion search range clamp for sub8x8

    This commit constrains the maximal motion search range for sub8x8
    blocks to be [-1023, 1023], in the unit of full pixel.

    Change-Id : I955b60649364ab410f2453cafd46a496f2fcb43e

  • wtv : Add more sanity checks for a length read from the file

    19 septembre 2013, par Martin Storsjö
    wtv : Add more sanity checks for a length read from the file
    

    Also make sure the existing length check can’t overflow.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/wtv.c