
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 (91)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
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 (7363)
-
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 ?