
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (55)
-
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 (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (10826)
-
How can I run FFPROBE in a Python script without triggering the Windows Command window ?
13 mai, par fnord12I am using ffmeg/ffprobe to get video durations (in an addon for Kodi). The code :


result = subprocess.run(["ffprobe", "-hide_banner", "-v", "quiet", "-show_entries",
 "format=duration", "-of",
 "default=noprint_wrappers=1:nokey=1", filename], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)



The above code and the file importing that code both have a .pyw extension (after first trying regular .py).


This works fine but in Windows 11 it causes the black Windows Command window to briefly flash for each video, despite the -hide_banner flag and loglevel being set to quiet. In Linux Mint it runs without any such window popping up.


Is there any way to suppress the Windows Command window ?


-
Issues in building ffmpeg on windows
18 janvier 2024, par RKumI have to use ffmpeg in our c++ on windows project. I have visual studio 2017.
For this I have to use
ffmpeg-cpp( https://github.com/Raveler/ffmpeg-cpp )
.
ffmpeg-cpp is dependent onffmpeg( https://ffmpeg.org/download.html )
.

To build ffmpeg I am following instructions in https://ffmpeg.org/platform.html#Windows.
I installed "
MSYS2 MINGW64
" using installermsys2-x86_64-20240113.exe
.

But I am not seeing files like msys_shell.bat or mingw64_shell.bat or mingw32_shell.bat.


How do I get these file ?


Also if I run commands like "
pacman -S make pkgconf diffutils
" I get error

error: failed retrieving file 'pkgconf-2.1.0-1-x86_64.pkg.tar.zst' from mirror.iscas.ac.cn : SSL certificate problem: self-signed certificate in certificate chain



How to resolve this certificate issue ?


-
Configure ffmpg for android under Windows system [on hold]
7 janvier 2014, par Mrityunjoy MukherjeeHow do I configure ffmpeg for android under Windows system. I have searched a lot . But I have not got the proper way to configure ffmpeg for android under Windows system. Please help on this topic.......