Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (40)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7449)

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