Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (59)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (8603)

  • 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
  • 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,&H00FFFFFF,&HFF000000,&HFF000000,&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
  • 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