
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (31)
-
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 (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (3484)
-
Stack Videos Horizontally
7 juin 2020, par vourlaI need to merge two videos side by side. I use ffmpeg hstack filter. I tested that filter in two different computer. One of the computers includes 2 core cpu and external gpu, the other computer includes 8 core cpu no gpu. I monitored the performances of merging two videos on those computers. Performance of two core computer is better than 8 core one. As I see there no gpu usage. How can it be possible ?



Also, I'm wondering is there any other alternative way with better timing performance to merge two videos ?



My command :



ffmpeg -i xx.mp4 -i yy.mp4 -filter_complex hstack zz.mp4


-
ffmpeg - merge 3 videos and scale output file to 720p [duplicate]
25 septembre 2021, par Paker JackI have 3 videos : intro.mp4 main-video.mp4 outro.mp4
The main-video.mp4 is vertical and has size bigger than 720p sometime.


So i want to merge 3 videos together and resize the output video to 1280x720
I know how to merge videos and scaling but i don't know how to combine them.


-
FFMPEG and HTML5 videos issue
27 décembre 2013, par user3138209I run a dedicated server with CentOS 6.
I was looking for a updated tutorial about FFMPEG and my OS so I found this one (the newest)Is this tutorial fine for enable the uploading of .mp4 HTML5 videos ?
Because my actual FFMPEG settings don't allow .mp4 videos to be played and I have no clue about how to fix it.
Thanks !