
Recherche avancée
Autres articles (97)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...) -
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.
Sur d’autres sites (9182)
-
avformat/mov : Rework the AVIF parser to handle multiple items
28 juillet 2022, par Vignesh Venkatasubramanianavformat/mov : Rework the AVIF parser to handle multiple items
Stores the item ids of all the items found in the file and
processes the primary item at the end of the meta box. This patch
does not change any behavior. It sets up the code for parsing
alpha channel (and possibly images with 'grid') in follow up
patches.Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
Signed-off-by : James Zern <jzern@google.com> -
ffmpeg 5.x and new channel layout sytax - getting warnings and errors with old syntax - cant find doc for new syntax
2 septembre 2022, par dts350zIn ffmpeg 4.x this syntax worked for adding channel mapping to a 12 channel file (7.1.4) :


ffmpeg.exe" -y -i "input_file.wav" -acodec pcm_s24le -af "pan=7.1+TFL+TFR+TBL+TBR|FL=c0|FR=c1|FC=c2|LFE=c3|SL=c4|SR=c5|BL=c6|BR=c7|TFL=c8|TFR=c9|TBL=c10|TBR=c11" "out_12ch_mapped.wav"



Now in ffmpeg 5.x I get :


[Parsed_pan_0 @ 000002d6b99b7600] Channel layout '7.1+TFL+TFR+TBL+TBR' uses a deprecated syntax.
[Parsed_pan_0 @ 000002d6b99b7600] [SWR @ 000002d6b9d950c0] Input channel layout '12 channels' is not supported
[Parsed_pan_0 @ 000002d6b99b7600] Failed to configure input pad on Parsed_pan_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
Conversion failed!



and no amount of googling or reading the doc, or patches, reveals the new channel layout syntax or why "12 channels" is not supported.


-
ffmpeg 5.x and new channel layout syntax - getting warnings and errors with old syntax - cant find doc for new syntax
3 septembre 2022, par dts350zIn ffmpeg 4.x this syntax worked for adding channel mapping to a 12 channel file (7.1.4) :


ffmpeg.exe" -y -i "input_file.wav" -acodec pcm_s24le -af "pan=7.1+TFL+TFR+TBL+TBR|FL=c0|FR=c1|FC=c2|LFE=c3|SL=c4|SR=c5|BL=c6|BR=c7|TFL=c8|TFR=c9|TBL=c10|TBR=c11" "out_12ch_mapped.wav"



Now in ffmpeg 5.x I get :


[Parsed_pan_0 @ 000002d6b99b7600] Channel layout '7.1+TFL+TFR+TBL+TBR' uses a deprecated syntax.
[Parsed_pan_0 @ 000002d6b99b7600] [SWR @ 000002d6b9d950c0] Input channel layout '12 channels' is not supported
[Parsed_pan_0 @ 000002d6b99b7600] Failed to configure input pad on Parsed_pan_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
Conversion failed!



and no amount of googling or reading the doc, or patches, reveals the new channel layout syntax or why "12 channels" is not supported.