Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (72)

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

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (3642)

  • build : Adjust mpeg4video parser dependencies

    16 février 2016, par Diego Biurrun
    build : Adjust mpeg4video parser dependencies
    
    • [DBH] configure
  • FFmpeg Combining a list of images with a fade

    1er avril 2020, par UsuallyHelpless

    I have images for sort of a slideshow in a folder. I want to overlay them on a moving background with a fade in between. Like when an image is about to change, it slowly fades out and then another image starts to fade in to replace the previous one.

    



    This is what I have but it only works for ONE image. How to do this with multiple images ?

    



    ffmpeg -i background.mp4 -f concat -i list.txt -filter_complex "[1:v]fps=25,fade=in:st=1:d=3,fade=out:st=5:d=3[ovrl];[0][ovrl]overlay" output.mp4


    


  • avformat/utils : Update codec_id before using it in the parser init

    8 octobre 2016, par Michael Niedermayer
    avformat/utils : Update codec_id before using it in the parser init
    

    Fixes assertion failure

    Fixes : input.avi

    Found-by : 连一汉 <lianyihan@360.cn>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/utils.c