
Recherche avancée
Autres articles (78)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (11322)
-
FFMPEG, How to concat mp4 files with different fps to create final video with different fps
9 octobre 2019, par Newbie EngineerI am using following commands
images to video
ffmpeg.exe -r 5 -f image2 -s 960x720 -i D :/images%2d.PNG -vcodec libx264 -crf 25 -pix_fmt yuv420p D :/tester.mp4
I created several mp4 with different fps(5, 10, 15, 20...), and created a list of mp4 files name with different FPS, then tried to concat using
ffmpeg -f concat -i D :/mylist.txt -c copy final.mp4
But this is not concatenating properly, last couple of mp4 files are not being joined properly and there is always two or three seconds gap between each joined mp4 files. Wondering if any one has dealt with this issue. I want to keep the FPS of each single mp4 files as it is, trying to get smooth final video with progressing fps like 5, 10, 15, 20.. FPS).
FFMPEG version 4.2.1, (no audio involved)
-
Revision 59408 : Au final si... c’était nécessaire
16 mars 2012, par kent1@… — LogAu final si... c’était nécessaire
-
ffmpeg command for create final video from two different videos and two different audios
16 décembre 2020, par Kashyap RathodI have two videos and two audios


1 :-
video 1 - length :- 60 sec || audio 1 - length :- 15 sec


2 :-
video - length :- 86 sec || audio 2 - length :- 18 sec


Play video1 and audio1 together, if audio1 is ended then restart that audio till video1 end. this will final video 1.


same way,


play video2 and audio2 together, if audio2 is ended then restart that audio till video2 end. this will final video 2.


after that concatenate those final video 1 and final video 2 and create single video as output.


Thank you in advance.