Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (93)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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.

Sur d’autres sites (9685)

  • Evolution #3892 : Différence de tri entre {id_patate IN ...} et {id_patate ?}

    25 janvier 2017, par b b

    Évolution alors ;)

  • can someone explain this difference between H.264 and H.265 ?

    19 janvier 2017, par Muhammad Abu bakr

    I have studied this in a research paper :

    "The off-the-shelf video codecs like H.264 handle all the movements equally. In our case there are some non moving region that lies in region of interest and need to be encode in high quality and there are some moving regions which don’t need such requirements. H.265 can help us in such circumstances."

    How H.265 deals with movements differently ?

  • lavfi/delogo : don’t recompute the same difference again and again

    5 juillet 2013, par Jean Delvare
    lavfi/delogo : don’t recompute the same difference again and again
    

    The top left hand corner pixel coordinates are already stored in
    logo_x1 and logo_y1 so don’t recompute each of them 6 times for every
    iteration.

    This is a simple code optimization, result is obviously the same. The
    performance gain is small (about 2% in my tests) but still good to
    have, and the new code is clearer.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Reviewed-by ; Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_delogo.c