Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (101)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (5156)

  • dnn/openvino : add input/output name info

    9 septembre 2020, par Ting Fu
    dnn/openvino : add input/output name info
    

    show all input/output names when the input or output name not correct

    Signed-off-by : Ting Fu <ting.fu@intel.com>
    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • Allow using only the mfra info for seeking using the fragment index

    2 octobre 2020, par Justin Ruggles
    Allow using only the mfra info for seeking using the fragment index
    

    The mfra has enough information to enable seeking, and reading it is
    behind an AVOption flag, so we shouldn't require that sidx information
    also be present in order to seek using the fragment index.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/mov.c
  • lavf : move AVStream.info to AVStreamInternal

    9 octobre 2020, par Anton Khirnov
    lavf : move AVStream.info to AVStreamInternal
    

    This struct is for internal use of avformat_find_stream_info(), so it
    should not be exposed in public headers. Keep a stub pointer in its
    place to avoid changing AVStream layout, since e.g. ffmpeg.c accesses
    some fields located after it (even though they are marked as private).

    • [DH] libavformat/avformat.h
    • [DH] libavformat/internal.h
    • [DH] libavformat/utils.c