
Recherche avancée
Autres articles (55)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
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. -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (4632)
-
Revision 82593 : Support de google analytics universal : version 0.4.6 * Le mode universal ...
19 mai 2014, par cam.lafit@… — LogSupport de google analytics universal : version 0.4.6
* Le mode universal est prise en charge, il s’agit d’une case à cocher pour prendre en compte le script à charger
* La meta est préfixée ga pour éviter un conflit avec le mot potentiellement générique "universal"
Version testée et validée pour spip 3.0
Référence : https://developers.google.com/analytics/devguides/collection/upgrade/reference/gajs-analyticsjs -
Why is adding background music to video using `ffmpeg -i input.mp4 -i music.mp3 output.mp4` not working ?
16 novembre 2022, par mayank1513I explored google and StackOverflow for how to add background music to the video and many of them suggested to use


ffmpeg -i input.mp4 -i audio.mp3 -shortest output.mp4



I have been trying to achieve this but it just does not work. When I try to add map like


ffmpeg -i "input.mp4" -i bg.mp3 -map 0:v:0 -map 1:a:0 oo.mp4



The video sound is replaced by the bg.mp3


And if I try
-map 0 -map 1:a:0
or not provide map, the audio is not added at all.

How do I add the background music ? I don't also get any error.


-
Getting a dark output when converting .exr sequence to .mp4
18 novembre 2023, par Gambit2007I have a 16bit .exr image sequence in an RGB colorspace. When I convert it to .mp4 using :



ffmpeg -start_frame 1100 -i input.$04d.exr output.mp4




The resulting .mp4 file is very dark.
I tried importing it to a video compositing software (like NUKE) and apply a linear lut, it looks correct. How can I do the same thing using ffmpeg ?