Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (111)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (6139)

  • Revision 353642bc53 : Moved use_prev_in_find_mv_refs check to frame level This patch checks at the fr

    29 mai 2013, par Scott LaVarnway

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_findnearmv.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c



    Moved use_prev_in_find_mv_refs check to frame level

    This patch checks at the frame level to see if the previous
    mode info context can be used. This patch eliminates the
    flag check that was done for every mode and removes another
    check that was done prior to every vp9_find_mv_refs().

    Change-Id : I9da5e18b7e7e28f8b1f90d527cad087073df2d73

  • fate : add some tests for ffv1 level 3 with 8/10/16 bps

    19 juin 2015, par Tobias Rapp
    fate : add some tests for ffv1 level 3 with 8/10/16 bps
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tests/fate/vcodec.mak
    • [DH] tests/ref/vsynth/vsynth1-ffv1.3-420
    • [DH] tests/ref/vsynth/vsynth1-ffv1.3-422p10
    • [DH] tests/ref/vsynth/vsynth1-ffv1.3-444p16
    • [DH] tests/ref/vsynth/vsynth1-ffv1.3-bgr
    • [DH] tests/ref/vsynth/vsynth2-ffv1.3-420
    • [DH] tests/ref/vsynth/vsynth2-ffv1.3-422p10
    • [DH] tests/ref/vsynth/vsynth2-ffv1.3-444p16
    • [DH] tests/ref/vsynth/vsynth2-ffv1.3-bgr
    • [DH] tests/ref/vsynth/vsynth3-ffv1.3-420
    • [DH] tests/ref/vsynth/vsynth3-ffv1.3-422p10
    • [DH] tests/ref/vsynth/vsynth3-ffv1.3-444p16
    • [DH] tests/ref/vsynth/vsynth3-ffv1.3-bgr
    • [DH] tests/ref/vsynth/vsynth_lena-ffv1.3-420
    • [DH] tests/ref/vsynth/vsynth_lena-ffv1.3-422p10
    • [DH] tests/ref/vsynth/vsynth_lena-ffv1.3-444p16
    • [DH] tests/ref/vsynth/vsynth_lena-ffv1.3-bgr
  • RTP server on embedded device and client on Android

    15 juin 2015, par Shashi Ranjan

    I have an embedded device which has Wifi and Audio capabilities. I want to make my Android phone communicate to it using RTP. I have already tried Mobile to Mobile RTP audio communications. That works like charm. But now I want to try, one side Android and other side this embedded device. Could anyone point me to the source code (simple one as less RAM in embedded device) of basic RTP.

    I am using ffmpeg on Windows PC to simulate the embedded device. When I "join()" the RTP from my Android, I get the error as 0x64 wrong protocol type.

    If I get a basic handshake between the devices for audio, it will be great.