Recherche avancée

Médias (91)

Autres articles (73)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

Sur d’autres sites (9590)

  • Revision 4c53bacce4 : post-proc : deblock filter optimization 1. Algorithm modification : Instead of ha

    28 septembre 2012, par Yunqing Wang

    Changed Paths : Modify /test/pp_filter_test.cc Modify /vp8/common/postproc.c Modify /vp8/common/postproc.h Modify /vp8/common/ppc/systemdependent.c Modify /vp8/common/rtcd_defs.sh Modify /vp8/common/x86/postproc_mmx.asm Modify /vp8/common/x86/postproc_sse2.asm (...)

  • mov : Compare frag times in correct time base when seeking a stream without a correspo...

    17 mai 2022, par Derek Buitenhuis
    mov : Compare frag times in correct time base when seeking a stream without a corresponding sidx
    

    Some muxers, such as GPAC, create files with only one sidx, but two streams
    muxed into the same fragments pointed to by this sidx.

    Prevously, in such a case, when we seeked in such files, we fell back
    to, for example, using the sidx associated with the video stream, to
    seek the audio stream, leaving the seekhead in the wrong place.

    We can still do this, but we need to take care to compare timestamps
    in the same time base.

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

    • [DH] libavformat/mov.c
  • Can ffmpeg be used multiple times at the same time ? (Image converting) [on hold]

    28 août 2017, par Mikael Danielson

    I’m developing a community website in php where a lot of picture formats will be converted to jpg files.

    Can ffmpeg be used by 10 - 100 users at the same time ?

    How is ffmpeg performing if you compare it to phps own image converter imagejpeg() ; ?