
Recherche avancée
Autres articles (103)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (...)
Sur d’autres sites (11707)
-
Use ffmpeg to assess media quality recursively and output to a file
6 septembre 2021, par JD71Would anyone mind telling me how to use ffmpeg recursively to scan my collection, assess the video quality and export all of the output data to a file ? I've searched quite a bit on the web and there have been some close to what I'm looking for but not exactly. If I should be using something else, I'm open to suggestions as well.


Thank you in advance for any assistance you can provide !


J


-
No such file or directory : '/usr/bin/ffprobe' on Macos
22 avril 2022, par Mehdi AmianDuring running some Python (3.8.9) script on macOS Monterey version 12.3.1, I get the following error :
FileNotFoundError : [Errno 2] No such file or directory : '/usr/bin/ffprobe'


Then, according to what found on web search, I installed ffmpeg via brew and even updated it. But still getting the same error. When I print "which ffprobe", I get : /usr/local/bin/ffprobe


Thanks in advance.


-
not able to create libffmpeg.so for android
4 janvier 2013, par susheel tickooI have tried to create a video from images and i haven done it successfully with MPEG4 codec and .m4v extension.Using this link
now i want to use H264 codec for android devices.I am able to compile the code but when i use the function avcoded_find_encoder(CODEC_ID_H264). It gives me codec not found.
I have seen the links for same on stackovrflow but they are of either no use or are not conclusive.Please help.
thanks in advance.