Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (107)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (10027)

  • Create a deep copy of internal x264 encoder's state

    9 janvier, par Ragdoll Car

    I am using x264 library : https://github.com/mirror/x264

    


    We can create a new encoder handler this way :

    


    x264_param_t param{};  // fill with proper values
x264_t* handler = x264_encoder_open(&param);


    


    But how can we create a deep copy of handler so we can have two the same encoders with exactly the same internal state ?

    


  • Revision 1220b49c89 : arm : Fix building vp8_mse16x16_neon.c with MSVC Use the right return values - v

    16 septembre 2014, par Scott LaVarnway

    Changed Paths :
     Modify /vp8/encoder/arm/neon/vp8_mse16x16_neon.c



    arm : Fix building vp8_mse16x16_neon.c with MSVC

    Use the right return values - vadd_s64 returns int64x1_t, not
    a normal int64_t.

    Change-Id : Ife17213087c1dfb5faaa647f804d2fd140f3a0eb

  • web based audio converter

    21 mai 2012, par Zoidberg

    I am building a rails based website with audio streaming component.

    and I need some insight.

    my search revealed that, the most preferred audio format for such a case is AAC with JPlayer

    converting to AAC I tried to run SoX with Lame and libmad, i was not able to go from mp3 to aac.

    now I'm trying to use the FFMPEG with faac enabled.

    the idea is to upload and convert tracks to aac as a single process.

    is my setup flawed ? the FFMPEG the way to go ? all insights are welcomed