Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (104)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (10865)

  • Revision 726d1b841b : Minor adjustment in diagonal sub-pixel point checking Choose a different diagon

    4 août 2015, par Yunqing Wang

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



    Minor adjustment in diagonal sub-pixel point checking

    Choose a different diagonal point to check when the two costs are
    the same, making it consistent with the way we choose the best mv.
    This slightly changes the encoding result, and the derflr set borg
    test at speed 0 shows 0.027% Overall PSNR gain, 0.024% Avg PSNR
    gain, and 0.043% SSIM gain.

    Change-Id : Ic8ee3a6767394866d159e4f9e1c777604dd73c17

  • Only using 1 core when I converting video to tiff sequnce file

    20 août 2019, par gsk

    My workspace spec :

    • CPU : Ryzen 1950x
    • GPU : GTX 1080Ti
    • RAM : 128GB
    • SSD : 512GB samsung 960pro
    • OS : window10

    When I convert to tiff sequence file from my video(3min/mp4) CPU only used 1 core with 28 frame per sec.
    If I delete -pix_fmt rgb48le option can used more core and speed up(50 frame per sec).
    but, I need changing color space for making dcp...

    I already tried -threads option (0,1,2,16,32,64...) but still used 1 core.
    and found about GPU acceleration from other forum but I think tiff codec can’t use CUDA.

    ./ffmpeg -i test.mp4 -q:v 1 -aspect 1.85 -s 1988:1080 -an -pix_fmt rgb48le -src_range 1 -dst_range 1 -r 24 \test%010d.tiff

    tiff codec don’t support multi core ?
    if don’t support multi core how can I increase speed for encoding.
    thank you.

  • Revision fd16baae25 : Merge "Making names consistent with REFERENCE_MODE enum name."

    3 décembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    Merge "Making names consistent with REFERENCE_MODE enum name."