
Recherche avancée
Autres articles (58)
-
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6006)
-
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 !


-
Create a Video file with Accord.video.ffmpeg and vb.net [on hold]
11 août 2017, par ATsiriI am new in VB.NET Programming. I am trying to make an application that grabs my USB camera and then I can make a video file from it.
I have searched a lot and found out that Accord.video.ffmpeg can do this job.
I have managed to capture my USB camera but I am having a problem to make a video file and save it to my debug folder.
Any ideas ? How can I do it ?