
Recherche avancée
Autres articles (35)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
La file d’attente de SPIPmotion
28 novembre 2010, parUne 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 (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (7582)
-
Revision da04312f79 : Minor tweak to implicit segmentation experiment. This minor tweak makes segment
24 avril 2013, par Paul WilkinsChanged Paths :
Modify /vp9/common/vp9_seg_common.c
Modify /vp9/encoder/vp9_onyx_if.c
Minor tweak to implicit segmentation experiment.This minor tweak makes segment 0 neutral and used by
key frames and also extends beyond 4 segments.Change-Id : Ife4744602aba66ac9432746db3113cc5cd88a482
-
Add release task to grunt.js, using custom zip task. Currently breaks due to a bug in zipstream (#5).
29 février 2012, par Jörn Zaeffererm .gitignore - demo/captcha/images/button.psd m grunt.js m jquery.validate.js m package.json Add release task to grunt.js, using custom zip task. Currently breaks due to a bug in zipstream (#5).
-
Word-by-word display of subtitles in FFMPEG ?
10 mars 2020, par ThaDonI 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 :
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,,subtitleThe idea being that
I'm
would appear, then 1 second latera
would show up next to it followed bysubtitle
a half second later