Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (44)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

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

Sur d’autres sites (9271)

  • Revision 92a8beab1f : Cleaning up encode_ref_frame() to match read_ref_frames(). Change-Id : Ie9c66a93

    28 février 2014, par Dmitry Kovalev

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



    Cleaning up encode_ref_frame() to match read_ref_frames().

    Change-Id : Ie9c66a93d45271e54b84bea6a38f07db6c4fd1ca

  • configure : Set the initial ldflags to match the cflags

    25 septembre 2015, par Luca Barbato
    configure : Set the initial ldflags to match the cflags
    

    Some gcc-based toolchain would fail to link if the abi set by the
    cpuflags does not match the default.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] configure
  • Applying gamma via ffmpeg does not match result in nuke/fusion/resolve

    17 mai 2022, par Kiwi

    I'm trying to convert a exr stack in linear colorspace to an H.264 .mov file in rec709 colorspace using ffmpeg. I am expecting it to match the result I get from Nuke, Fusion or Resolve.

    &#xA;

    In an editor, I can apply 2.4 gamma and export an H.264 .mov file. But when I try applying 2.4 gamma via ffmpeg, it does not match. It seems less saturated from ffmpeg.

    &#xA;

    Here is the command I'm using :

    &#xA;

    ffmpeg -y -gamma 2.4 -i C:/input/file_%04d.exr -vcodec libx264 -pix_fmt yuv420p -preset slow -crf 17 -r 25 C:/output.mov&#xA;

    &#xA;