
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (71)
-
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 ;
-
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 (12794)
-
Converting FLAC to AAC outputs no sound using ffmpeg
29 décembre 2023, par AleksandarI am trying to convert a FLAC audio input file to AAC using
ffmpeg
, but the output.aac
seems to have no sound when opening in VLC. The input container is a.mka
containing only the one single audio stream.

I am using this command :


ffmpeg -i en.mka -c:a aac -b:a 512k -map 0:a:0 en4.aac


I tried with
map -0
and both320k
and512k
- nothing seems to produce an output file with sound and VLC seemingly can't even determine the length of the file constantly shifting how long it is ?

-
Strange Sound produced by ffmpeg and SDL
11 juillet 2013, par guestcheapI'm following the updated version of the original dranger.com/ffmpeg tutorial at https://github.com/mpenkov/ffmpeg-tutorial
The third step(Source code : https://github.com/mpenkov/ffmpeg-tutorial/blob/master/tutorial03.c) adds sound, but the sound produced is strange.
When the audio stream is AAC I only hear static.
When the audio stream is MP3 I hear a very high pitched version of the sound.What's wrong ?
-
how can i record sound with ffmpeg with electron ?
10 février 2023, par korayaggulI'm trying to record sound with electron using ffmpeg but I've never done it before, how can I do it ?


need to run this code


ffmpeg -loglevel debug -f avfoundation -i none:1 -f avfoundation -i none:2 -filter_complex amix=inputs=2:duration=first:dropout_transition=3 out.mk