
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (68)
-
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 (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (9217)
-
How to merge several videos in a grid, in one video ? [closed]
14 mai 2021, par Kayra UckilincI have 36 video files with same dimensions and want to concatenate them into a one single video with 6x6 grid.


Ideally is non-square number of videos are given for example 12, a 4x3 grid as the most square it can be would be great.


I tried with matplotlib's animation library but failed to concatenate videos in both directions first as row then as columns.


Any help is appriciated !


-
How to transition smoothly and repeatedly between two videos using a command line tool on Ubuntu ?
8 février 2019, par IntrospectreAt first glance, this problem seems like it should be easy to solve, but I’m having difficulty locating the right solution on Ubuntu. I simply want to output a video using two videos as input, where these two videos fade into each other in a smooth and repetitive manner, every second or so. Would I be able to use something like ffmpeg for this task ? If not, what’s a typical efficient path to this goal ?
-
Can you reuse an init.mp4 file for two separate FMP4 videos if they are encoded to the same specification ?
19 février 2024, par TCRI have two separate FMP4 (Fragmented MP4) videos that I need to encode. Both videos will be encoded to the same specifications, including resolution, bitrate, and codec settings. I understand that each FMP4 video typically includes an init.mp4 file containing initialization data.


My question is : can I reuse the same init.mp4 file for both videos since they are encoded to the same spec ? Would this cause any issues with playback compatibility or any other potential problems ?


Since the moov atom contains general info and timing information meta-data, and both videos are encoded to the same specification, my thought is you could reference one init file for playback of both videos. If I could guarantee that encoding specifications are the same, what would be the consequence of such an approach ?