
Recherche avancée
Autres articles (61)
-
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 (12946)
-
FFmpeg : How to open a file with an apostrophe in its name ?
5 février 2020, par EmielBossI am trying to concatenate a bunch of audio files with the following command :
ffmpeg -f concat -safe 0 -i Filelist.txt -c copy out.mp3
Unfortunately, one of my audio files has an apostrophe in its name, which are used to indicate the start and end of the filename :
file 'Murfy's in Trouble!.mp3'
giving the following error :
Impossible to open 'Murfy%s'
Filelist.txt: No such file or directoryI tried escaping it with
\
and%
, but those don’t work. Is there any way around this without changing all my filenames ? -
avformat_open_input() fails to open url
7 mai 2018, par subhaI tried to open URL using avformat_open_input API function.
Initially, I got a warning like,Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
After initializing avformat_network_init(), I am getting a negative return value for avformat_open_input() function call.
INPUT URL : https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8
Can anyone please help me to find the issue ?
-
ffplay : Fix usage of private lavfi API
29 juin 2016, par Timo Rothenpieler