
Recherche avancée
Autres articles (99)
-
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 (...) -
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 ;
Sur d’autres sites (10283)
-
How to stop ffmpeg from manipulating mp3 metadata ?
13 septembre 2024, par he rambledI'm using ffmpeg to change bitrate of my mp3 files. It works well, but one thing is very frustrating.



ffmpeg automatically changes some of metadata fields. Specifically it converts ID3v2.3 to ID3v2.4, and it does it incorrectly. For example, it writes
TYER
field that actually does not exist in ID3v2.4. But the most frustrating thing is, it convertsUSLT
field tolyrics-LANGCODE
(likelyrics-eng
). Most of music players does not recognise this tag !


I don't want ffmpeg to mess up with metadata fields. I just want it to change bitrate. Is there anyway to tell ffmpeg that it should not touch any metadata fields ?



I'm running ffmpeg 4.0.2 in windows 64bit. Options are :



ffmpeg -i input.mp3 -codec:a libmp3lame -b:a 128k output.mp3




And no,
-id3v2_version 3
did not help. It correctedTYER
problem, but not lyrics problem.

-
Revision a5062cc635 : Don't call encode_sb() for the final of 4-split subpartitions. The resulting re
8 juillet 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Don't call encode_sb() for the final of 4-split subpartitions.The resulting reconstruction is never used, thus it just wastes CPU
cycles. Reduces encode time of first 50 frames of bus (speed 0) @
1500kbps from 2min2.0 to 2min1.2, i.e. a 0.65% overall speedup.Change-Id : I74755ca3aadc21e2be220f486259060bd4088c45
-
Final unsigned fixes
16 janvier 2017, par Erik de Castro Lopo