
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (77)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
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 (...)
Sur d’autres sites (10600)
-
wav encode to amr-wb
24 janvier 2021, par SauceI try to convert wav to amr-wb. I'm using ffmpeg on ubuntu 20.04. I find out that ffmpeg supports encoding via external library such as https://sourceforge.net/projects/opencore-amr/ the link is from https://www.ffmpeg.org/general.html#VisualOn-AMR_002dWB-encoder-library I install opencore-amr and then I add command from ffmpeg documentation ./configure —enable-libvo-amrwbenc and it show this message configure : WARNING : unrecognized options : —enable-libvo-amrwbenc. If I display codecs in ffmpeg ffmpeg -codecs | grep -i amr


D.A.L. amr_nb AMR-NB (Adaptive Multi-Rate NarrowBand) (decoders : amrnb )


D.A.L. amr_wb AMR-WB (Adaptive Multi-Rate WideBand) (decoders : amrwb )


So the output says that only decoder is enabled, but I can encode wav to amr-nb but I'm not allowed to encode same wav file to amr-wb. Any help ?


-
On2 AVC decoder
9 juin 2013, par Kostya ShishkovOn2 AVC decoder
- [DBH] Changelog
- [DBH] configure
- [DBH] doc/general.texi
- [DBH] libavcodec/Makefile
- [DBH] libavcodec/allcodecs.c
- [DBH] libavcodec/avcodec.h
- [DBH] libavcodec/codec_desc.c
- [DBH] libavcodec/on2avc.c
- [DBH] libavcodec/on2avcdata.c
- [DBH] libavcodec/on2avcdata.h
- [DBH] libavcodec/version.h
- [DBH] libavformat/riff.c
-
avcodec : Add an SVT-AV1 encoder wrapper
18 janvier 2019, par Daryl Seahavcodec : Add an SVT-AV1 encoder wrapper
Signed-off-by : Daryl Seah <daryl.seah@intel.com>
Signed-off-by : Jing SUN <jing.a.sun@intel.com>
Signed-off-by : ZhiZhen Tang <zhizhen.tang@intel.com>
Signed-off-by : Zhong Li <zhong.li@intel.com>
Signed-off-by : Xu Guangxin <guangxin.xu@intel.com>
Signed-off-by : James Almer <jamrial@gmail.com>