Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (55)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (7934)

  • How to compare/show the difference between 2 videos in ffmpeg ?

    25 janvier 2016, par polarka

    I am a newbie at encoding. I have read and tried x264 in lossless mode (-qp 0), however I’d like to make sure that in my new video, every single pixel contains the same information as the source file (which is in YUV 420 so the loss of color conversion is avoidable, as far as I know). I want to be able to check that, because I don’t believe in that if someone just says its lossless.

    I welcome answers suggesting other codecs for lossless encoding, my only requirements for codecs are having one of the best compression rate and let me to pick different calculation times (such as the range from placebo to veryfast in x264) in order to adjust the compression level and calc time to my needs. But keep in mind that the original question is about how can I calculate the differences frame by frame of two videos and export it to a 3rd file, so I can watch it myself. I think that knowledge (if its possible and doesnt have serious limitations) will be useful for me in the future too.

  • avfilter/dctdnoiz : rewrite [f/i]dct

    28 juin 2014, par Clément Bœsch
    avfilter/dctdnoiz : rewrite [f/i]dct
    

    This removes the avcodec dependency and make the code almost twice as
    fast. More to come.

    The DCT factorization is based on "Fast and numerically stable
    algorithms for discrete cosine transforms" from Gerlind Plonkaa &
    Manfred Tasche (DOI : 10.1016/j.laa.2004.07.015).

    • [DH] configure
    • [DH] libavfilter/vf_dctdnoiz.c
  • avcodec/me_cmp : restore author attribution and copyrights

    17 juillet 2014, par Michael Niedermayer
    avcodec/me_cmp : restore author attribution and copyrights
    

    These where removed by libav in

    See : git show -C 2d60444331fca1910510038dd3817bea885c2367
    diff —git a/libavcodec/dsputil.c b/libavcodec/me_cmp.c
    similarity index 98%
    rename from libavcodec/dsputil.c
    rename to libavcodec/me_cmp.c
    index ba71a99..9fcc937 100644
    — - a/libavcodec/dsputil.c
    +++ b/libavcodec/me_cmp.c
    @@ -1,8 +1,4 @@
    /*
    - * DSP utils
    - * Copyright (c) 2000, 2001 Fabrice Bellard
    - * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
    - *
    * This file is part of Libav.
    *
    * Libav is free software ; you can redistribute it and/or

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/me_cmp.c