Recherche avancée

Médias (91)

Autres articles (33)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • 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

Sur d’autres sites (6347)

  • Revision d2bb0c51d3 : Revert "Revert "Revert "SSSE3 convolution optimization""" This reverts commit f

    17 janvier 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp9/common/x86/vp9_asm_stubs.c


     Delete /vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c


     Modify /vp9/vp9_common.mk



    Revert "Revert "Revert "SSSE3 convolution optimization"""

    This reverts commit f9404f240642222775a371acde8fc0721b3812df.

    This patch caused some ASAN error.

    Change-Id : If15b7e581310e19061d111c69f2931809662ed19

  • lavfi/vf_vpp_qsv : add "a", "dar" and "sar" variables

    9 janvier 2023, par Haihao Xiang
    lavfi/vf_vpp_qsv : add "a", "dar" and "sar" variables
    

    Also fix the naming style in enum var_name.

    This is in preparation for reusing the code for other QSV filters.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavfilter/vf_vpp_qsv.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