Recherche avancée

Médias (91)

Autres articles (86)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (7614)

  • ffmpeg : Concat multiple audio files Lost sound Issue

    11 janvier 2016, par Girish Patidar

    I have try FFMPEG concat command, it’s working and audio file concate but play only first file. I have lost second file audio sound.

    <?php
    exec('/usr/bin/ffmpeg -i "sampleinput.mp3|sample.mp3" -acodec copy output.mp3');
    ?>
  • Revision a28b2c6ff0 : Add sse2 versions of halfpix variance These were lost in the great sub pixel va

    27 août 2015, par Johann

    Changed Paths :
     Modify /vpx_dsp/vpx_dsp.mk


     Modify /vpx_dsp/vpx_dsp_rtcd_defs.pl


     Add /vpx_dsp/x86/halfpix_variance_impl_sse2.asm


     Add /vpx_dsp/x86/halfpix_variance_sse2.c



    Add sse2 versions of halfpix variance

    These were lost in the great sub pixel variance move of
    6a82f0d7fb9ee908c389e8d55444bbaed3d54e9c

    Not having these functions caused a 10% performance regression in
    some realtime vp8 encodes.

    Change-Id : I50658483d9198391806b27899f2c0d309233c4b5

  • avcodec/h264 : avoid using lost frames as references

    27 février 2014, par Michael Niedermayer
    avcodec/h264 : avoid using lost frames as references
    

    Fixes Ticket3386

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

    • [DH] libavcodec/h264.c
    • [DH] libavcodec/h264_refs.c
    • [DH] libavcodec/mpegvideo.h