Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (29)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (4901)

  • avcodec/idctdsp : Transmit studio_profile to init instead of using AVCodecContext...

    28 mai 2018, par Michael Niedermayer
    avcodec/idctdsp : Transmit studio_profile to init instead of using AVCodecContext profile
    

    These 2 fields are not always the same, it is simpler to always use the same field
    for detecting studio profile

    Fixes : null pointer dereference
    Fixes : ffmpeg_crash_3.avi

    Found-by : Thuan Pham <thuanpv@comp.nus.edu.sg>, Marcel Böhme, Andrew Santosa and Alexandru RazvanCaciulescu with AFLSmart
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/idctdsp.c
    • [DH] libavcodec/idctdsp.h
    • [DH] libavcodec/mpegvideo.c
  • Find bytes range of webm video for specified segment

    2 septembre 2015, par M2sh

    I have a Video in webm format (like video.webm the duration is 60 seconds)
    I want to get specified segment of video (i.e split video) with http header range (Range : 100-200).
    In an other word :
    I want to get a section of video (e.g. from second 4 to 12) but i don’t want to use any converter like ffmpeg. i want to send http request to server & get specified range of webm file.

    Can i use this method (http range header) ?

    Thanks

  • Find bytes range of webm video for specified segment

    21 mai 2024, par M2sh

    I have a Video in webm format (like video.webm the duration is 60 seconds)
    &#xA;I want to get specified segment of video (i.e split video) with http header range (Range : 100-200).
    &#xA;In another word :
    &#xA;I want to get a section of video (e.g. from second 4 to 12) but I don't want to use any converter like ffmpeg. I want to send http request to server and get specified range of webm file.

    &#xA;

    Can I use this method (http range header) ?

    &#xA;

    Thanks

    &#xA;