Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (55)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • 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

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

  • avcodec/aacdec_common : Combine huffman tabs

    24 septembre 2023, par Andreas Rheinhardt
    avcodec/aacdec_common : Combine huffman tabs
    

    This allows to avoid the relocations inherent in a table
    to individual tables ; it also reduces padding.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/aacdec_common.c
  • Encode piped images as they arrive

    1er août 2024, par Aviad P.

    I'm encoding a video by piping images into ffmpeg using the -i pipe: input.&#xA;However the images arrive sporadically, but are encoded as if they are sequential frames.

    &#xA;

    I have tried using -use_wallclock_as_timestamps 1 in the input block, but it has no effect.

    &#xA;

    This is the command I'm using :

    &#xA;

    ffmpeg -use_wallclock_as_timestamps 1 -i pipe: -vf fps=50 -c:v libx264 -map 0 -f segment -segment_list playlist.m3u8 -segment_list_flags &#x2B;live -segment_time 10 -segment_wrap 5 seg%03d.mkv

    &#xA;

    Input block parameters I've tried to no avail :

    &#xA;

      &#xA;
    • -re
    • &#xA;

    • -framerate 1
    • &#xA;

    • -framerate 1/1000
    • &#xA;

    • -framerate 50
    • &#xA;

    &#xA;

    So to reiterate the problem : A video is being produced, but each piped image is set as an individual frame, despite having arrived and encoded at an entirely different time that its predecessor.

    &#xA;

  • Revision 8350e7fe38 : Make intra prediction pointers RTCD-based. This probably has a mildly negative

    9 juillet 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_recon_sse2.asm


     Delete /vp9/common/x86/vp9_recon_wrapper_sse2.c


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/vp9_common.mk



    Make intra prediction pointers RTCD-based.

    This probably has a mildly negative impact on performance, but will
    (in future commits - or possibly merged with this one) allow SIMD
    implementations of individual intra prediction functions. We may
    perhaps want to consider having separate functions per txfm-size
    also (i.e. 4x4, 8x8, 16x16 and 32x32 intra prediction functions for
    each intra prediction mode), but I haven't played much with that
    yet.

    Change-Id : Ie739985eee0a3fcbb7aed29ee6910fdb653ea269