
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Que fait exactement ce script ?
18 janvier 2011, parCe script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
Installation de dépendances de MediaSPIP
Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (7943)
-
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> -
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
-
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 ?