
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (72)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (7864)
-
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.


-
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


-
Vp8 videos packetization
9 juillet 2013, par Computer_EngineerI want to evaluate H.264 and Vp8 videos using Evalvid framework, but when I reached to Mp4Box step(for packetize and hint track)there is no problem in H264 because Mp4Box support it , but it doesn't support Vp8 videos. Please I want an alternative for Mp4Box to use it vp8 packetization.
Thanks in advance.