Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (28)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6003)

  • Encode RGB565 raw data using ffmpeg libx264 for android

    23 janvier 2014, par nmxprime

    i have below questions regarding android implementation

    1. How various video codecs differ especially `which are stream based and which are frame based'

    2. Over many forums and questions everyone is talking SPS,PPS,etc., so where i can find enough details about codec(Please mention something other than RFC documents !!) to understand it and use ffmpeg relevantly ?

    3. From this Is it possible to use in-built HW Decoders od android devices ? If so, How ? Do i need to use OpenMax-IL (or AL or DL , i mean which is for what ?)

    4. Does ffmpeg supports H264 encoding of RGB (or RGBA) or RGB565(or RGB555) input data through libx264 ?

    5. If my requirement is only h264 encode & decode, can i use libx264 without ffmpeg ?If so any sample/guide ?

  • Revision ba6ab46cdc : Optimze inv 16x16 DCT with 10 non-zero coeffs - P1 This commit is the first pat

    7 janvier 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    Optimze inv 16x16 DCT with 10 non-zero coeffs - P1

    This commit is the first patch optimizing SSE2 implementation of inverse
    16x16 DCT with <10 non-zero coefficients. It focused on the first 1-D (row)
    transformation. It exploits the fact that only top-left 4x4 block contains
    non-zero coefficients, in a 2-D inverse 16x16 DCT with <10 coeffients.

    The average runtime of idct16x16_10 unit is reduced from
    883 cycles -> 779 cycles (12% faster).

    For pedestrian_area_1080p 300 frames at 4000 kbps, the speed 2 runtime goes
    down from 310651 ms -> 305910 ms. The decoding speed goes up from
    80.37 fps -> 80.87 fps.

    Change-Id : Ic6f3ac5a637a76c07ba73ddaafe318a699fea645

  • lavc : do not force the emu edge flag

    20 janvier 2014, par Anton Khirnov
    lavc : do not force the emu edge flag
    

    The default get_buffer2() implementation (and possibly some
    user ones) does not allocate edges when this flag is set, which may
    expose bugs in some decoders. Until the 10 release is out, it is safer
    to remove this part.

    • [DH] libavcodec/utils.c