Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (8181)

  • Unknown Decoder in ffmpeg

    17 mars 2020, par user6782547

    I have a script, that is called from Plex after the recording of a movie. This script just crops the black borders of the movie.

    When I call it directly from the command line, it works flawlessly. But when Plex calls it, it says : "Unknown decoder", even if I call it with the key word "auto" for the decoder.

    There’s another problem, that might give a hint to solve my problem. It also says : "WARNING: library configuration mismatch". (Only when being called from Plex.) This is probably, because I compile ffmpeg from the Debian source package (so that I can add the whole CUDA functionality).
    I had a look at the dynamic linker path, but it is empty on the command line.

    What is so different, when this command is called from Plex, than when I call it manually from the command line ?

    Thanks for any help

  • lavu/riscv : use Zbb CLZ/CTZ/CLZW/CTZW at run-time

    8 juin 2024, par Rémi Denis-Courmont
    lavu/riscv : use Zbb CLZ/CTZ/CLZW/CTZW at run-time
    

    Zbb static Zbb dynamic I baseline
    clz 0.668032642 1.336072283 19.552376803
    clzl 0.668092643 1.336181786 26.110855571
    ctz 1.336208533 3.340209702 26.054869008
    ctzl 1.336247784 3.340362457 26.055266290
    (seconds for 1 billion iterations on a SiFive-U74 core)

    • [DH] libavutil/riscv/intmath.h
  • lavfi/deshake : Check alignment before calling asm init function.

    16 mars 2018, par Carl Eugen Hoyos
    lavfi/deshake : Check alignment before calling asm init function.
    

    Do this for every frame to make sure dynamic filters do not
    cause crashes.

    Fixes ticket #7078.

    • [DH] libavfilter/vf_deshake.c