Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (7978)

  • smacker : fix an off by one in huff.length computation

    12 juin 2013, par Kostya Shishkov
    smacker : fix an off by one in huff.length computation
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/smacker.c
  • FFMPEG -t outputs more length than it should ?

    17 novembre 2019, par Taapo

    When I run this command :

    /usr/bin/ffmpeg -y -f lavfi -i
    "color=color=black@0.0:size=1080x1080,format=rgba,subtitles=../content/test/test.ssa:alpha=1"
    -c:a aac -c:v png -t "00:00:13.4" -threads 0 "../content/test/test.ssa.mov" -stats

    And load the resulting mov file into any video editor, I get the length

    00:00:13:10

    I have a couple of hundredths of milliseconds of black (empty) space at the end of the video. What am I missing here ?

    I’m gonna include the SSA file here, so it’s a bit more clear :

    [Script Info]
    ScriptType: v4.00
    PlayResX: 960
    PlayResY: 540
    PlayDepth: 0
    Timer: 100.0

    [V4+ Styles]
    Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
    Style: Default,Arial,24,&amp;H00FFFFFF,&amp;HFF000000,&amp;HFF000000,&amp;HFF000000,-1,0,0,0,100,100,0,0.00,3,0,0,5,100,100,100,1

    Dialogue: 0,00:00:00.00,00:00:13.400,Default,,0,0,0,,Testing
  • tests/checkasm/lpc : reduce range and use signed values

    22 septembre 2022, par Lynne
    tests/checkasm/lpc : reduce range and use signed values
    

    This is more similar to its regular use, and prevents inaccuracies
    of huge float*float multiplications from failing the tests.

    • [DH] tests/checkasm/lpc.c