Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (26)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6538)

  • How to prevent vcpkg in msys2 from stripping symbols from all executables ?

    29 septembre 2021, par Vaughn T

    I'm using vcpkg on msys2 to download, configure, and build ffmpeg for Windows 10.
The install command is :
./vcpkg install ffmpeg[core,avcodec,avdevice,avfilter,avformat,ffmpeg,ffplay,ffprobe,nvcodec,opencl,postproc,sdl2,swscale,nonfree]:x64-windows —recurse
It successfully builds ffmpeg.exe, ffmpeg_g.exe and al the necessary DLLs.
Unfortunately, it strips symbols from ffmpeg_g.exe which defeats the purpose of having a debug version. How do I disable this behavior ?

    


  • ffmpeg why Audio Tempo must be in the [0.5, 2.0] range

    8 août 2016, par Theo Tian

    when i try to release playback speed feature with ffmpeg.
    I found audio tempo must be in this range [0.5, 2.0].

    But I don’t understand why audio tempo have to in this range.
    Could someone tell me the reason ?

    Thx

  • Where can I download images/videos for all kind of pixel formats ?

    15 janvier, par Bukibarak

    I am developing a software that use FFMPEG AVPixelFormat for images and videos. I want it to be compatible with most common pixel formats.

    


    Is there a website where I can download images/videos that have all kind of pixel formats for testing purpose (like RGBA, BGRA, YUV, Greyscale, ...) ?