
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (89)
-
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 ;
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (4638)
-
Revision 30970 : Début de compatibilité avec les squelettes Z. Reste à forcer la création ...
17 août 2009, par vincent@… — LogDébut de compatibilité avec les squelettes Z.
Reste à forcer la création d’un menu "barrenav" quand on détecte qu’il y a un squelette Z d’activé. -
FFMPEG - two inputs, reverse the second input
12 août 2021, par Shannon HochkinsI have an image sequence that scrolls down the page, i want to add this sequence as an input twice, the first sequence scrolls down the page, then i want to reverse the second sequence so it appears as if we're scrolling back up the page and so the output gif has a smooth animation and doesn't snap back to the top of the page when it loops.


ffmpeg -f image2 -i ./tmp/frame-%03d.jpg -i ./tmp/frame-%03d.jpg -vf "[1:v]reverse,fps=25,scale=200:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" ./tmp/test.gif


Haven't managed to get this to work but the above is what i've tried, any help would be great !


-
How to extract photo from a CCTV video based on time using python dynamically [on hold]
16 avril 2015, par PSSRI have a CCTV Video AVI file from that I want to take photo or screen based input time.
This I would like to do dynamically whenever I gives time as input to python script, script should read the video and should give the snap or photo or segment @given time.
Is it possible to do,If it is possible please help me to do the same