
Recherche avancée
Autres articles (67)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (13191)
-
convert a 10fps video into a one frame per second video with half resolution ffmpeg ?
22 septembre 2022, par yeahmanI want to convert my video (h264) into a video with half the resolution of the original video and with one frame per second ; this will be used a small size preview video


-
which video tool we can use for making a video hosting server on linux
19 janvier 2017, par Satinder SinghI am searching for video tools which I can use for make a server for video conference and as well as recording . Can anybody help which is high performance tool for video server .
-
I want to use C# to get the first frame of a video as a preview image of the video without using ffmpeg to achieve it [closed]
19 avril 2023, par antonI have some video files here. My client asked me to edit and format these video files and some text content and display them. Of course, C# is required. Since ffmpeg has 100+ mb, it's too big. Is there any other alternative or other more portable three-party library ?


I'm using ffmpeg now, but it's too big, it needs to be started from the command line, and it can't be packaged perfectly with fody.


I wonder if there is a more lightweight or embedded way to replace it to get the first frame of the video as a preview of the video


I'm using winform not WPF