Recherche avancée

Médias (91)

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11116)

  • How Opensl es on android control the audio speed ?

    6 décembre 2013, par user1882379

    I use NDK+FFMPEG on android to decode an video file, and transfer the decoded pcm data to opensles for play audio .I register the opengles for the pcm format:

     SLDataFormat_PCM format_pcm;
       format_pcm.formatType = SL_DATAFORMAT_PCM;
       format_pcm.numChannels = channel;
       format_pcm.samplesPerSec = rate * 1000;
       format_pcm.bitsPerSample = SL_PCMSAMPLEFORMAT_FIXED_16;
       format_pcm.containerSize = SL_PCMSAMPLEFORMAT_FIXED_16;

    also I convert the decoded pcm data to AV_SAMPLE_FMT_S16 format using swr_convert(...), but the play audio speed is very fast. but if you use sdl , the play speed is normal. It would be sdl can control the play audio speed, but opensles can not. I do not know whether it is my mistake using opensles or opensles can not control audio speed(need application to control)?

  • Revision 2d381d76d8 : Simplify set_rt_speed_feature() 1. Made speed choices to be progressive 2. Adju

    9 janvier 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c



    Simplify set_rt_speed_feature()

    1. Made speed choices to be progressive
    2. Adjusted rt speed settings to achieve better speed/quality

    Overall, rt-5 gained 2.5% in compression/quality, encoding time of 720p
    niklas clip goes from 137,052ms to 121,874ms

    Change-Id : Ia6e7e1e15225395a868a2f1059c3db8e266e1600

  • Revision da94b9be81 : Save 30% off tokenize_b Refactoring for speed in the same vein as detokenize_b

    15 janvier 2014, par Jim Bankoski

    Changed Paths :
     Modify /vp9/encoder/vp9_tokenize.c



    Save 30% off tokenize_b

    Refactoring for speed in the same vein as detokenize_b...

    Change-Id : I90779aa46e3b13c22ddce9a42b60e1920ad97142