
Recherche avancée
Autres articles (92)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (6170)
-
ffmpeg for merging vfr videos
20 avril 2021, par Rupsha ChaudhuriI'm trying to generate a timelapse with images taken roughly at 10 Hz and for about an hour. Maintaining the relative timestamps is important. So I've split the images into roughly 1 min chunks and I generated 60 small videos in parallel (I've handled the duration for the boundary images). After that I stitch the videos. However when I look at the final contiguous video I realize that at the chunk boundaries after stitching the video either has an extra frame or falls behind the images.. the timestamps don't line up.


The smaller videos are variable frame rate, so I convert them to mpeg-ts before applying the concat protocol to merge them.




Generate small video:
ffmpeg -f concat -safe 0 -i input.txt -vsync vfr -pix_fmt yuv420p output.mp4

Convert to mpeg-ts
ffmpeg -i output.mp4 -c copy -bsf h264_mp4toannexb output.ts

Merge multiple small mpeg-ts videos
ffmpeg -i input.txt -c copy final_output.mp4







-
Revision 30775 : Installation et désinstallation plus propre
10 août 2009, par kent1@… — LogInstallation et désinstallation plus propre
-
stream videos in html page from different servers [on hold]
24 février 2016, par AiraI`m very new in programming(to be honest, I just know HTML !). So, maybe my question is little basic.
I want to stream 3 differents videos in my HTML page. I know how to stream video from file or URL link in a HTML.The scenario is : I have Ubuntu server(I just know the IP of servers) and I want to stream a video from server1(with its specific IP) and Server2 and so on..So How can I do that ? or just help me to find a tutorial for this issue.
Another question is, is that possible to run bash file in the html ? is there any specific script for it ? I want to write bash file into the servers to do some ffmpeg command, like mixing to videos and then put the result in another folder.I mean, when end user clicking on the bottom then request enable bash file on the server.I really appreciate your help