
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (94)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (15854)
-
write width and height of an image in txt file with batch
13 mars 2015, par la lluviaHow to save image size (width and height) in new file using ffmpeg or irfanview ?
I want it to be saved like this :
img.png 800 600
img2.png 640 480
....Thanks in advance.
-
FFmpeg : How to decrease the volume for few seconds in the middle of audio file ? [duplicate]
21 mai 2023, par harishkumar329I have an audio file with 120 seconds duration. I want to make the volume muted from 80th second to 100th second using FFmpeg.



Thanks in advance.


-
Scrolling text in a video with ffmpeg
12 avril 2014, par NickNameI am trying to put a textline from right to left in a video with ffmpeg but it is not working.
My command is :
ffmpeg -i input.avi -vf drawtext="fontfile=C\\:/Windows/Fonts/arial.ttf:text='YOUR TEXT HERE':fontcolor=white@1.0:fontsize=40:y=h-h/2:x=t*50" -y output.avi
Thank you in Advance...