Recherche avancée

Médias (91)

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5563)

  • mathops/x86 : work around inline asm miscompilation with GCC 4.8.1

    15 juin 2013, par Hendrik Leppkes
    mathops/x86 : work around inline asm miscompilation with GCC 4.8.1
    

    The volatile is not required here, and prevents a miscompilation with GCC
    4.8.1 when building on x86 with —cpu=i686

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DBH] libavcodec/x86/mathops.h
  • Revision a185bc3350 : Extends temporal filtering to work for 422 data This is needed for profiles 1 a

    20 mai 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm



    Extends temporal filtering to work for 422 data

    This is needed for profiles 1 and 2.

    Change-Id : I5dd7644c2932d055ab89e050d4be7d4117cd1028

  • if I put 1920x1080 images does it no longer work ?

    2 décembre 2022, par mod N

    Hello everyone here I have a problem this code works well with 1080x1080 images but if I put 1920x1080 images does it no longer work ? can someone tell me why or put me on a track thank you

    &#xA;

    fmpeg/ffmpeg \&#xA;    -loop 1 -t 3 -i agence_quatre_img/1669992356.png \&#xA;    -loop 1 -t 3 -i agence_quatre_img/1669992343.png \&#xA;    -loop 1 -t 3 -i agence_quatre_img/1669992317.png \&#xA;    -loop 1 -t 3 -i agence_quatre_img/1669992290.png \&#xA;    -loop 1 -t 3 -i agence_quatre_img/1669992290.png \&#xA;    -filter_complex \&#xA;    "[1]fade=d=1:t=in:alpha=1,setpts=PTS-STARTPTS&#x2B;4/TB[f0]; \&#xA;     [2]fade=d=1:t=in:alpha=1,setpts=PTS-STARTPTS&#x2B;8/TB[f1]; \&#xA;     [3]fade=d=1:t=in:alpha=1,setpts=PTS-STARTPTS&#x2B;10/TB[f2]; \&#xA;     [4]fade=d=1:t=in:alpha=1,setpts=PTS-STARTPTS&#x2B;12/TB[f3]; \&#xA;     [0][f0]overlay[bg1];[bg1][f1]overlay[bg2];[bg2][f2]overlay[bg3]; \&#xA;     [bg3][f3]overlay,format=yuv420p[v]" -map "[v]" agence_quatre_img/output.mov&#xA;

    &#xA;