Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (16)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (3373)

  • ffmpeg manage more ip cameras at the same time

    9 avril 2015, par Alessio

    How i can manage more gopro cameras at the same time ? I want to stream 3 video of 3 gopro at the same time and record the videos on the hard disk.
    I have write a tool in java for 1 gopro and it works correctly.
    Help me please !

  • Revision 60e01c6530 : Account for eob cost in the RTC mode decision process This commit accounts for

    3 avril 2015, par Jingning Han

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



    Account for eob cost in the RTC mode decision process

    This commit accounts for the transform block end of coefficient flag
    cost in the RTC mode decision process. This allows a more precise
    rate estimate. It also turns on the model to block sizes up to 32x32.
    The test sequences shows about 3% - 5% speed penalty for speed -6.
    The average compression performance improvement for speed -6 is
    1.58% in PSNR. The compression gains for hard clips like jimredvga,
    mmmoving, and tacomascmv at low bit-rate range are 1.8%, 2.1%, and
    3.2%, respectively.

    Change-Id : Ic2ae211888e25a93979eac56b274c6e5ebcc21fb

  • Revision b4b5af6acd : Use SATD based mode decision for block sizes below 16x16 This commit makes the

    30 mars 2015, par Jingning Han

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



    Use SATD based mode decision for block sizes below 16x16

    This commit makes the encoder to select between SATD/variance as
    metric for mode decision. It also allows to account chroma
    component costs for mode decision as well. The overall encoding
    time increase as compared to variance based mode selection is about
    15% for speed -6. The compression performance is on average 2.2%
    better than variance based approach, with about 5% compression
    performance gains for hard clips (e.g., jimredvga, nikas720p, and
    mmmoving) at lower bit-rate range.

    Change-Id : I4d04a31d36f4fcb3f5f491dacd6e7fe44cb9d815