Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (102)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (7639)

  • avcodec/dds : use the common texture dsp decode function

    19 mars 2022, par Marton Balint
    avcodec/dds : use the common texture dsp decode function
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/dds.c
  • avformat/dtsdec : switch to common frame header parsing function

    10 juillet 2017, par foo86
    avformat/dtsdec : switch to common frame header parsing function
    

    This makes probing for regular DTS more strict because more header
    fields are checked and values not supported by decoder are now rejected.

    Also fixes an issue original code had with 14-bit streams : 96 bits of
    header were expected, however only 84 bits were converted, which was not
    enough to parse LFE flag.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dtsdec.c
  • ffmpeg 3.4.2 : which object contain find av_frame_alloc() ; function [duplicate]

    12 avril 2018, par Trần Quốc Việt

    This question already has an answer here :

    I use av_frame_alloc function as below :
    enter image description here

    With headers :
    enter image description here
    enter image description here

    But I get the error :
    enter image description here

    I have the newest version of ffmpeg, I think eclipse IDE cant find where is the object containing av_frame_alloc() ; located.

    Anyone can show me the name of the object containing av_frame_alloc() ; function.

    Thank in advance !