
Recherche avancée
Autres articles (11)
-
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (4175)
-
FFMPEG Reverse Video Without Losses (Lossless Reverse) [on hold]
20 avril 2018, par Zé NunoI need to reverse a video but without losses with ffmpeg.
I already try to extract the video frames and reassemble(concat) it with different codecs and I try to rename the video frames but I got no success.
Hope you guys can help me.
Best Regards ! -
laravel 5.5 not compatible with new ffmpeg
29 mars 2018, par Stephany. S123I need to download ffmpeg for my laravel application. I found a package but its only compataible with laravel 5.6 but the thing is I can not use use 5.6 because it requires php 7.1 and up and I have laravel 5.5 which supports php 7.0 and up and my web hosting site has up to php 7.0 so I have to keep my laravel version at 5.5. So where is the ffmpeg version for laravel 5.5. I hope you understand where I am coming from. Thanks in advance
-
Join videos without interruption with removing extra scenes automatically
19 janvier 2014, par RarLinesI've tens of splitted videos from a video.
My english is poor so I will try explain with a simple example :
The original video scenes like so: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
But I had never the original video. I've these videos :
Video_1.part scenes: 1, 2, 3, 4, 5
Video_2.part scenes: 5, 6, 7, 8, 9 (5 is extra !)
Video_3.part scenes: 9, 10, 11, 12, 13, 14 (9 is extra !)When I try to concatenate (or join, merge, combine...etc) these videos with using ffmpeg, the scenes the output file are liked that :
The output video scenes: 1, 2, 3, 4, 5, 5, 6, 7, 8, 9, 9, 10, 11, 12, 13, 14
As you can see, when I watch the output video there are interruptions between videos.
Is there any technical way to join videos without interruption (or nonstop, continuous...etc) ?
Please note that, my example is so simple. I'm not sure that the splitted videos have regularly extra scenes. If I was sure, I could crop equally. Maybe the length of extra scenes are equal. But I couldn't check.
Hope you will show an intelligent method. Thanks