Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (12)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • How to stop ffmpeg increasing image size when adding watermark

    1er février 2023, par NXT_2006

    I'm trying to add a border over many images by overlaying the border as a watermark.

    


    My input image is 5.13x7.63 inches but the output is 16.03x23.84 inches. How do I prevent this and get output as the same size as input ?

    


    The command I'm using is :

    


    ffmpeg -i input.png -vf "movie=border.png [watermark]; [in][watermark] overlay=0:0 [out]" output.png


    


    where input.png and border.png are the same dimensions and in the same folder.

    


    I was expecting the output to be the same size as input.

    


  • fftools/ffmpeg : stop using AVCodecContext.sample_rate in decode_audio()

    25 novembre 2022, par Anton Khirnov
    fftools/ffmpeg : stop using AVCodecContext.sample_rate in decode_audio()
    

    Use the decoded frame's sample_rate instead, which is the authoritative
    value.

    Drop a now-obsolete check validating AVCodecContext.sample_rate.

    • [DH] fftools/ffmpeg.c
  • avfilter/afir_template : stop using hack to zero out data

    20 décembre 2022, par Paul B Mahol
    avfilter/afir_template : stop using hack to zero out data
    
    • [DH] libavfilter/afir_template.c