
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (65)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10063)
-
How to encode video frames, closing encoder and reopening encoder to continue writing to same file ? [closed]
16 juillet 2022, par JonaI have a requirement to be able to encode frames, close the encoder and continue encoding later on into the same file. I'm writing c++ code that uses the FFmpeg library to achieve this.


I have a working code to encode but I can't reopen the file and continue encoding frames into it.


I was using mp4 container with h264 encoded frames. I'm wondering if I need to use another container to allow me to do this. For example a mpegts ?


Any help pointing me in the right direction on how to achieve closing encoding and later on reopening and continuing would be super helpful.


-
Anomalie #4540 : Accessibilité des boutons radios et checkboxes
18 février 2021fieldset:not(.editer)
ça fait un sélecteur super spécifique plus fort quefieldset.editer
, c’est la galère après ces histoires.Dans l’autre sens alors, une classe variante de .editer pour dire « c’est un .editer sous forme de fieldset ».
<span class="CodeRay"><span class="tag">span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">editer editer_fieldset …</span><span class="delimiter">"</span></span><span class="tag">></span>
</span></span> -
How to use ffmpeg to add a drop shadow ?
26 mars 2024, par mrstudyI'm trying to add a drop shadow to an overlay video using ffmpeg, but haven't had any luck. I was trying using something similar to the command in this post, but I haven't been able to understand it/get it working.


Here is an example of what I'm trying to do.


It's not super easy to tell from my screenshot, but I want a shadow behind the overlay video similar to box-shadow from css.


Any help is appreciated !