Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (50)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

Sur d’autres sites (7616)

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

  • ffserver : set format bitexact flag, eliminate warnings about it not being set

    1er décembre 2016, par Michael Niedermayer
    ffserver : set format bitexact flag, eliminate warnings about it not being set
    

    Tested-by : Reto Kromer <lists@reto.ch>
    Reviewed-by : "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffserver.c
  • avcodec/liboapvenc : set the encoder output to OAPV_CFG_VAL_AU_BS_FMT_NONE format

    13 juin, par Dawid Kozinski
    avcodec/liboapvenc : set the encoder output to OAPV_CFG_VAL_AU_BS_FMT_NONE format
    

    The only AU without bitstream format.

    Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/liboapvenc.c