
Recherche avancée
Autres articles (85)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (13253)
-
lavf/avidec : Read metadata EXIF tags from AVIF tag. Based on patch by Gregory Wolfe...
26 mars 2014, par Thilo Borgmann -
Splitting audio stream based on metadata changes using ffmpeg
23 avril 2021, par nathan mooreIs it possible when encoding a audio stream to split the audio feed and start encoding to a new file when a metadata change (for example a title change) is detected.


-
Split text in lines ffmpeg based on font and text length
8 janvier 2018, par Iura GaiturHow can I calculate when to put a new line based on text length and font
using function drawText from ffmpeg.
For example if i have a long text that I want to place it at bottom in the video and it needs to take how much place it needs.drawtext=enable='between(t,0,18)':fontfile=font_simple.ttf:text='Here
is a veeeeeeery loooong long text so I must somehow split it in
multiple lines': fontcolor=white:shadowcolor=black:shadowx=1:shadowy=1:
fontsize=25: x=(w-text_w)/1.07: y=30