
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (105)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (8724)
-
Retrieving stdout from subprocess in Windows
6 août 2017, par CryptiteI can call FFmpeg with subprocess.Popen and retrieve the data I need, as it occurs (to get progress), but only in console. I’ve looked around and seen that you can’t get the data "live" when running with pythonw. Yet, waiting until the process finishes to retrieve the data is moot, since I’m trying to wrap a PyQT GUI around FFmpeg so I can have pretty progress bars and whatnot. So the question is, can you retrieve "live" data from a subprocess call when using pythonw ?
I haven’t tried simply compiling the application with py2exe yet as a windows application, would that fix the problem ?
-
Is it possible to open a shell window on Windows with QNX Development Platform already installed to configure and make Ffmpeg ?
2 août 2017, par xiaokaoyI need to build FFmpeg (with some features disabled first to reduce the size of the target application file) for QNX/ARM. QNX Software Development Platform has been installed on my Windows. Is it possible to open a shell on my Windows to configure and make FFMPEG for QNX/ARM ?
Or is it also possible to configure that in the IDE ?
-
How to use x11grab in ffmpeg (MS. Windows 10) for desktop Recording [closed]
29 juillet 2017, par A.ZBI am using ffmpeg for desktop (MS. Windows 10) recording it shows error :
Unknown input format x11grab
, Any solution for using in C# or simple for cmd ?
Thanks !!!