
Recherche avancée
Autres articles (73)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (8615)
-
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 ?


-
lavc/g729dec : Support decoding Sipro ACELP.KELVIN.
16 septembre 2019, par Carl Eugen Hoyoslavc/g729dec : Support decoding Sipro ACELP.KELVIN.
Fixes ticket #4799.
Analyzed-by : Aleksandr Ustinov -
How to do screencast inside EC2 instance ? [on hold]
30 novembre 2017, par CindyRabbitI need to run some visualization inside EC2 and want to use ffpmeg to screencast the visualization window and save to video file. Is there any general guidence ?