Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (32)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5546)

  • Revision 773596050f : Fix decoder mismatch in sub-pixel AVX2 intrinsic filters The subpixel SSSE3 was

    24 mai 2014, par levytamar82

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



    Fix decoder mismatch in sub-pixel AVX2 intrinsic filters

    The subpixel SSSE3 was fixed in this patch :
    https://gerrit.chromium.org/gerrit/#/c/70283/
    So the equivalent AVX2 is fixed accordingly.

    Change-Id : Ieebbc1949c99d34b12b8b47692df71aca5001f3a

  • h264 encoder other than x264

    2 juin 2014, par TMMDev

    i want to encode H264 packets and send them as RTP.
    x264 is great, but it is under GPL license, and requires me to open source my project

    is there an equivalent library to x264 which does not require to publish my source code ?

    Thank you.

  • JavaCV : Video concatenation alternative to FrameGrabber ? [on hold]

    20 juin 2014, par user3266577

    working on a project that concatenates videos together but only found the option of using FrameGrabber to iterate through both files then generating a new file from them which seems quite inefficient (for high frame rate files).

    Trying to get the best performance possible so if there is a a good alternative within javacv that would be very handy. I know ffmpeg has a concat command but cant find any javacv equivalent.