Recherche avancée

Médias (91)

Autres articles (107)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

Sur d’autres sites (4767)

  • How to make WebM video file seekable using ffmpeg while keeping video format same ? [closed]

    4 janvier 2023, par Alok

    I downlaod video using chrome extension in WebM format but these videos are not seekable (meaning the seekbar does not work as expected).

    


    What I've tried :

    


    I have used a tool called MKclean, which can fix it by using this command :

    


    mkclean --doctype 4 --keep-cues --optimize original.webm optimized.webm


    


    How can I achieve this same result by using ffmpeg so I can make my WebM videos seekable ?

    


  • Revision 31ee193a9c : Extension of segmentation to 8 segments. Also some further simplification follo

    24 avril 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_segmentation.c


     Modify /vpx/vp8cx.h



    Extension of segmentation to 8 segments.

    Also some further simplification following removal
    of top node code.

    There is an issue in regards to the shared file vp8cx.h
    in regard to the roi_map as this interface assumes that
    there are only 4 segments. I have left the value here as
    4 for now meaning that the roi_map interface is broken
    for VP9.

    Note that this change would have been easier if I hadn't
    had to search for hard wire instances of the number 4
    and <= 3.

    Change-Id : Ia8b6deea4be4dbd20deb1656e689dd43a5f190e8

  • pcx : Consume the whole packet if giving up due to missing palette

    28 septembre 2013, par Martin Storsjö
    pcx : Consume the whole packet if giving up due to missing palette
    

    Previously, we returned 0, meaning successful decoding but 0
    bytes consumed, leading to an infinite loop.

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

    • [DH] libavcodec/pcx.c