
Recherche avancée
Autres articles (46)
-
Personnaliser les catégories
21 juin 2013, parFormulaire 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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (...)
Sur d’autres sites (9410)
-
Superimpose audio track on plot animation
17 février 2023, par Antoine101I plot a matrix in a standard matplotlib figure with imshow. Each matrix is the result of a signal processing calculation on a time signal snapshot (0.2s). I plot each snapshot one after the other (the signal is several seconds long) in a loop and record the animation with FFMPegWriter, setting the FPS so that it matches real time. The output is an MP4 file.


Now, I'd like to add a soundtrack on top of it, of the time signal that was used to calculate the matrices.


How would you do that ? I scrolled a lot but didn't find any suitable solution.
Any idea of libraries or packages ?


Many thanks in advance.


-
FFmpeg - How to scale and then drawtext ?
19 janvier 2015, par vanderjasI’m trying to scale and crop a video and then apply some text over the top.
I’m able to achieve each of these successfully using the following filters :
Scale & Crop
-vf scale=-1:640,crop=640:640:0:0
Draw Text
-vf drawtext="fontfile=Gotham-Book.ttf: text=TextHere:fontsize=72:fontcolor=gray@0.25:x=10:y=10”
I presume I need to use some kind of filter complex but I am not having any luck.
Can anyone help ?
Thanks in advance !
-
Quantization property in CUVID
19 octobre 2016, par mkreddyPlease correct me if my understanding was wrong regarding
qscale
in ffmpeg.In ffmpeg H264 decoder has
qscale_table
which hold the values ofqp
for each macro block.Is there any such table/matrix in CUVID to know the
qscale
values ? If not, please suggest me how can I construct one such matrix for each macro block.Thanks in advance.