
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (101)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)
Sur d’autres sites (13330)
-
stitching two videos into one using FFMPEG
30 juillet 2015, par nikhil khareI am using FFmpeg to concatenate two videos. I use demuxer option like this.
Created a file using following text.file '/var/www/html/test/input/video1.mp4'
file '/var/www/html/test/input/video2.mp4'The codec, bit-rate and aspect ratio are same for both the videos. Now I use this command to generate the output
ffmpeg -f concat -i mylist.txt -c copy merged.mp4
It creates the output file with merging the videos but, when i position the seek button to any time it stops playing. The total video duration is also a lot more than the actual video duration.
It also does not show the second video after the first video is finished. It keeps the last frame through out the video.
I have found somewhere to mention the duration in the text file, but I am not able to implement it. Please help.
-
How to stitch videos to one 360 video without 3rd party software ?
6 janvier 2017, par Basset houndI am using a 3D software, something like GTA.
I wanted to create a 360 video.
What I did was create 84 videos automatically by C#.
Set camera orientation to, (Step = 30 degree)1. (Rx, Ry, Rz) = (0.0, -90.0, 0.0)
2. (Rx, Ry, Rz) = (0.0, -90.0, 30.0)
3. (Rx, Ry, Rz) = (0.0, -90.0, 60.0)
...
12. (Rx, Ry, Rz) = (0.0, -90.0, 330.0)
13. (Rx, Ry, Rz) = (0.0, -60.0, 0.0)
14. (Rx, Ry, Rz) = (0.0, -60.0, 30.0)
15. (Rx, Ry, Rz) = (0.0, -60.0, 60.0)
...
83. (Rx, Ry, Rz) = (0.0, 90.0, 300.0)
84. (Rx, Ry, Rz) = (0.0, 90.0, 330.0)After created 84 videos, I used Kolor Autopano Video to stitch the video.
The result is good.
However, I was wondering, each video has precise camera orientation.
I think I don’t really need Kolor Autopano Video to create 360 video.
Is it possible to stitch 84 videos by FFmpeg or C# ?
Do you have any hint about this ?
Thank you. -
Best way to concatenate videos that have different resolution (generally 1080 or 720)
5 mai 2022, par jap101from command line or python would be best. and i am trying to concatenate around 15 clips of 45 seconds. preferably easy to automate with different number of videos and of different length.