
Recherche avancée
Autres articles (95)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (3958)
-
Anomalie #4298 (Nouveau) : Préciser le texte mal formé
26 février 2019, par jluc -echapper_html_suspect cherche les risques et ajoute en cas de détection un indicateur de texte mal formé. Il n’est toutefois pas aisé, ensuite, de comprendre ou savoir quel est le problème. Il serait utile d’en indiquer plus : par exemple l’extrait suspect, ou son offset dans le texte, ou la nature du pb.
Exemple avec https://programmer.spip.net/ecrire/?exec=article&id_article=127 (contenu repris en fichier joint).
-
How to remove "wrting library" from an MP3 file using ffmpeg ?
3 septembre 2022, par aveceuxI tried to remove the "writing library" entry from some of my mp3 files with ffmpeg, and this is the command I used :



ffmpeg -i input.mp3 -map_metadata -1 -c copy output.mp3




The command removed all the other tags, but the "writing library" still remained intact.



I've also tried other mp3 tag editing tools, but none of them did the job.



Here's the mediainfo of an example mp3 file :



Format : MPEG Audio
File size : 32.1 MiB
Duration : 1 h 9 min
Overall bit rate mode : Variable
Overall bit rate : 64.0 kb/s
Writing library : LAMEUUULAME3.91
Cover : Yes
Cover MIME : image/jpeg

Audio
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Format settings : Joint stereo / MS Stereo
Duration : 1 h 9 min
Bit rate mode : Variable
Bit rate : 64.0 kb/s
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Frame rate : 38.281 FPS (1152 SPF)
Compression mode : Lossy
Stream size : 31.9 MiB (100%)
Writing library : LAMEUUULAME3.91




Any help would be greatly appreciated. Thank you.


-
How to integrate FFmpeg Library in Xcode Project [on hold]
11 septembre 2019, par Ahtazaz khanMaybe it can be Duplicate, But I have tried my best and now came to here to you people. So be patient !
I’m trying to integrate FFmpeg Library "https://github.com/kewlbear/FFmpeg-iOS-build-script", And following this Stackoverflow Question "Adding ffmpeg to our Xcode project" But I’m unable to integrate. Don’t know where I’m doing a mistake.
Here are the attached Images, That I have done for now.
Any Help will be highly highly appreciated. Thanks