
Recherche avancée
Médias (10)
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (43)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (6891)
-
How to overlay two videos with blend filter in ffmpeg
17 avril 2016, par carlosacnsI need to do a lot of videos with the next specifications :
- A background video (bg.mp4)
- Overlay a sequence of png images img1.png to img300.png (img%d.png) with a rate of 30 fps
- Overlay a video with dust effects using a blend-lighten filter (dust.mp4)
- Scale all the inputs to 1600x900 and if the input have not the aspect ratio, then crop them.
- Specify the duration of the output-video to 10 sec (is the duration of image sequence at 30fps).
I’ve being doing a lot of test with different commands but always shows error.
-
How to overlay two videos with blend filter in ffmpeg
30 août 2019, par Carlos AnguloI need to do a lot of videos with the next specifications :
- A background video (bg.mp4)
- Overlay a sequence of png images img1.png to img300.png (img%d.png) with a rate of 30 fps
- Overlay a video with dust effects using a blend-lighten filter (dust.mp4)
- Scale all the inputs to 1600x900 and if the input have not the aspect ratio, then crop them.
- Specify the duration of the output-video to 10 sec (is the duration of image sequence at 30fps).
I’ve being doing a lot of test with different commands but always shows error.
-
Range selector for Video trimming
28 février 2019, par VoidMainI am working on a project in which I have to trim a video. But first the user needs to select the video for trimming I have done a little digging around and have failed to find a suitable library. I need to implement just the UI that would let the user select the starting and ending point of the trim.
(I need just the UI the data will be taken from that UI will be used in trimming the video using FFmpeg-android which is working properly)
A library similar to this iOS layout would do the trick.
https://drive.google.com/file/d/15FqIX_Sh1TqBrr2cZdkOka0pCMZ0BcNq/view
Please, do let me know if you have any ideas ? or a better solution for it.
Any help would be appreciated.
Thanks