
Recherche avancée
Autres articles (65)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (7793)
-
Revision f34d728717 : test/tools_common.sh : Add support for dumping list of tests. Via new command li
19 septembre 2014, par Tom FineganChanged Paths :
Modify /test/tools_common.sh
test/tools_common.sh : Add support for dumping list of tests.Via new command line argument —list-tests.
Change-Id : I0f12d10b49c14f5f68aafd5bc45362b1ea4f361f
-
Get audio amplitude list using FFmpeg, which contains n (could be set manually) items [closed]
26 juin 2024, par Xavier HugoI am working on a recorder app and need to generate audio spectrum for my files. I need to get amplitude list from audio file so that I can draw audio wave with Canvas by my own.


I have read the fantastic answer by llogan. However, I don't know how to set the time interval manually. By the way, when I try to run the command, I got a list full of negetive numbers : command-running-image. Hope someone can explain it.


-
movenc : use correct tag list for AVOutputFormat.codec_tag
15 juin 2017, par John Stebbinsmovenc : use correct tag list for AVOutputFormat.codec_tag
ff_mp4_obj_type contains the wrong type of tags for
AVOutputFormat.codec_tag. AVOutputFormat.codec_tag is used to
validate AVCodecParameters.codec_tag so needs to be the same
type of tag.Creates new tag lists for mp4 and ismv. New tag lists support
same list of codecs found in ff_mp4_obj_type. psp uses the same
tag list as mp4 since these both use mp4_get_codec_tag to look up tags.(cherry picked from commit 713efb2c0d013a42be4051adb7cd90a7c2cbbb4f)
Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>