Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (51)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

Sur d’autres sites (11354)

  • swscale/aarch64 : dotprod implementation of rgba32_to_Y

    3 mars, par Krzysztof Pyrkosz
    swscale/aarch64 : dotprod implementation of rgba32_to_Y
    

    The idea is to split the 16 bit coefficients into lower and upper half,
    invoke udot for the lower half, shift by 8, and follow by udot for the
    upper half.

    Benchmark on A78 :
    bgra_to_y_128_c : 682.0 ( 1.00x)
    bgra_to_y_128_neon : 181.2 ( 3.76x)
    bgra_to_y_128_dotprod : 117.8 ( 5.79x)
    bgra_to_y_1080_c : 5742.5 ( 1.00x)
    bgra_to_y_1080_neon : 1472.5 ( 3.90x)
    bgra_to_y_1080_dotprod : 906.5 ( 6.33x)
    bgra_to_y_1920_c : 10194.0 ( 1.00x)
    bgra_to_y_1920_neon : 2589.8 ( 3.94x)
    bgra_to_y_1920_dotprod : 1573.8 ( 6.48x)

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libswscale/aarch64/input.S
    • [DH] libswscale/aarch64/swscale.c
  • Double subtitles when hardcoding from .mkv container

    4 novembre 2022, par Goran Hinic

    I'm trying to hardcode subtitles into a file that's in .mkv container, using one of the subtitle strams from the container. I want subtitles to have a black background on them. I'm also trying to keep 10bit encoding and preserve high quiality. Result is ok, except that all subtitles are doubled. So there is a layer of good subtitles in white on black background, and also, half of the font size down, same subtitles in black. Can someone point out the issue with my command ?&#xA;Thank you.

    &#xA;

    Ran this command :

    &#xA;

    &#xA;

    ffmpeg -i movie.mkv -vf "subtitles=movie.mkv:si=0:force_style='OutlineColour=&000000000,BorderStyle=3,Outline=3,Shadow=0,MarginV=20'" -c:v libx265 -crf 23 -preset slow -x265-params profile=main10 -c:a copy movie_subs.mkv

    &#xA;

    &#xA;

    Expected : White subtitles on black background&#xA;Actual : White subtitles on black background with black subtitles half font size down

    &#xA;

  • Announcing Piwik will end PHP 5.3 support in six months (May 2015)

    20 octobre 2014, par Piwik Core Team — Community

    This post is an important announcement concerning all Piwik users who are using PHP 5.3.x to run Piwik. Piwik project will end support for PHP 5.3 in about six months in May 2015.

    All Piwik users are encouraged to upgrade to the latest PHP 5.5 or PHP 5.6 which brings huge benefits in terms of performance, memory usage, security and overall stability.

    Why is this important ?

    The PHP version 5.3 has reached its End of Life (EOL). Using this old version may expose you to security vulnerabilities and bugs that have been fixed in more recent versions of PHP.

    If you are still using PHP 5.3, note that Piwik will stop supporting this PHP version in May 2015. Around this time Piwik will start requiring PHP 5.4.

    Upgrade your PHP version before it’s too late !

    Learn more

    Learn more about Piwik release schedule :