
Recherche avancée
Autres articles (59)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Ecrire une actualité
21 juin 2013, parPré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 ) (...)
Sur d’autres sites (6369)
-
lavc/vvc : Fix out-of-bounds array access
9 avril 2024, par Frank Plowmanlavc/vvc : Fix out-of-bounds array access
The 2 which has been changed to an 8 in the array length expression is
the maximum value of sps_bitdepth_minus8. This was missed when updating
to VVCv2, which increased this maximum from 2 to 8.Signed-off-by : Frank Plowman <post@frankplowman.com>
-
avformat/dashdec : refine and fix code style of dash_read_header
4 juillet 2019, par Steven Liu -
ffmpeg - Progressive audio speed / asetpts atempo
16 octobre 2022, par Martin LonskýI'm trying to figure out with progressive audio speed/acceleration.


In this case, atempo won't work due to speed factor as number instead of expression.


While the asetpts doesn't work in combination with adelay.


1.
audio1 - apply progressive PTS, eg : curveExpr * PTS ; apply adelay


audio2 - unchanged


2.
amix both audios together


3.
concat resulted audio with video stream


The problem I'm facing is, that audio1 even after asetpts is still unchanged after adelay. I've tried to set atempo and it would work, but doesn't meet the requirement of acceleration then.


Any idea in there ?
Thank you