Recherche avancée

Médias (0)

Mot : - Tags -/xml-rpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (56)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7408)

  • Word-by-word display of subtitles in FFMPEG ?

    10 mars 2020, par ThaDon

    I am trying to burn subtitles into a video such that they appear in a word-by-word fashion instead of all at once.

    What I mean by this is, a word will appear, then another word will appear next to it, and so on. Eventually the line will clear, then repeat.

    Example :

    enter image description here

    I thought I could create an Advanced Substation Alpha file where subtitles share the same end-time but differing start times, however FFMPEG doesn’t seem to cope very well when rendering the file :

    [Script Info]
    ; Script generated by FFmpeg/Lavc57.107.100
    ScriptType: v4.00+
    PlayResX: 384
    PlayResY: 288

    [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,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,0,100,100,0,0,1,1,0,2,10,10,10,0

    [Events]
    Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
    Dialogue: 0,0:00:00.00,0:00:03.46,Default,,0,0,0,,I'm
    Dialogue: 0,0:00:01.00,0:00:03.46,Default,,0,0,0,,a
    Dialogue: 0,0:00:01.50,0:00:03.46,Default,,0,0,0,,subtitle

    The idea being that I'm would appear, then 1 second later a would show up next to it followed by subtitle a half second later

  • How to make duet video like smule

    12 décembre 2016, par Mr Troll

    I need to create duet video from two video with animation like Smule
    Ex : https://www.smule.com/p/449637376_741981684
    Anyone know how to create like this ?
    I also use ffmpeg for create duet video but I don’t know how to create animation ??
    My ffmpeg command :

    ffmpeg -i v1.mp4 -i v2.mp4 -filter_complex "nullsrc=size=360x480[base]; \
    [0:v] setpts=PTS-STARTPTS, scale=360x480, crop=180:480:90:0[left]; \
    [1:v] setpts=PTS-STARTPTS, scale=360x480, crop=180:480:90:0 [right]; \
    [base][left] overlay=x=0:y=0[base1]; \
    [base1][right] overlay=shortest=1:x=180:y=0" -c:v libx264 -y result.mp4
  • Revision df9c8d5bd9 : resolve issue with arm code failing unit test The optimizer did something funny

    25 février 2014, par Jim Bankoski

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    resolve issue with arm code failing unit test

    The optimizer did something funny with the code around
    line 1412. Before the call to encode_sb split_dist was
    set properly but after it was adjusted and converted to
    a negative.

    https://code.google.com/p/webm/issues/detail?id=714

    Change-Id : I9a7631d5325ade2dc28c1030653a23eecec8721b