
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (107)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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.
Sur d’autres sites (13324)
-
Put image over video and save video to sd card Android
25 juillet 2016, par Ronak ThakkarI’m working on a feature in which I want to add picture over the video and save it to sd card.
in general, user selects an image with semi transparent background and puts that image above the video, after user presses the save button he gets a new video but already with image above the video.
I have heard about ffmpeg, and saw some commands that are provided by ffmpeg. but i don’t know from where I should initialize. can anyone provide me any example for the same.
Thank you.
-
Put image over video and save video to sd card Android
29 août 2018, par Ronak ThakkarI’m working on a feature in which I want to add picture over the video and save it to sd card.
in general, the user selects an image with semi-transparent background and puts that image above the video, after the user presses the save button he gets a new video but already with the image above the video.
I have heard about ffmpeg, and saw some commands that are provided by ffmpeg. but I don’t know where I should initialize. can anyone provide me an example for the same ?
Thank you.
-
End the video when the overlay video is finished [closed]
7 janvier 2024, par Christian SafkaI have an overlayed video which can be longer or shorter than the background video.


Case 1 : If the background video is longer, the video should end when the overlayed video is over.


Case 2 : If the background video is shorter, it should repeat the last frame of the video until the overlayed video is over.


With the
shortest=1
andeof_action
commands I haven't been able to achieve this without compromising one of the above cases. For example withshortest=1
in the overlay command, case #1 works but in case #2, both videos freeze when the background video ends while the audio plays out.

Note that only the overlayed video has audio. Thanks !