
Recherche avancée
Autres articles (57)
-
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. -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (8384)
-
Fade out audio with ffmpeg without knowing video length
31 janvier 2018, par FloI have the following command line I use with ffmpeg to add an audio track to a video that doesn’t have any audio track.
ffmpeg -i final.mp4 -i soundtrack.mp3 -c:v copy -c:a aac -map 0:v:0 -map 1:a:0 -shortest with_audio.mp4
I am looking for a way to fade out the volume nicely at 3s from the end of the video. The soundtrack will be always longer than the video, but the video can be any length. Existing command lines I found require to specify exact timing when to start/end fade effect. I am looking for a way that is agnostic to video length, I just want the sound to fade out to start 3s before video ends.
Is there any way to do this with ffmpeg ?
Many thanks in advance for answers !
-
swresample/resample : Limit filter length
8 avril 2014, par Michael Niedermayerswresample/resample : Limit filter length
Related to CID1197063
The limit choosen is arbitrary and much larger than what makes sense.
It avoids the need for checking arithmetic operations with the length for overflowSigned-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Revision 4f1f510f16 : Add dynamic range comment to vp9_satd Change-Id : I75873846e6fdafbe7597a1bd01921
16 juin 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_avg.c
Add dynamic range comment to vp9_satdChange-Id : I75873846e6fdafbe7597a1bd0192115d2d1e9987