
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (66)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
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 (10435)
-
How to add album art with ffmpeg ?
17 juillet 2016, par Adi Ricky kEverybody, I’ve stuck to add album art on mp3 files.
I already research and Googling about this issue but not solution yet, on
ffmpeg
documentation to add image (album art) to mp3 use this script :ffmpeg -i input.mp3 -i cover.png -c copy -map 0 -map 1 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" out.mp3
Source from : http://www.ffmpeg.org/ffmpeg-all.html#mp3
But it’s doesn’t work on my console output is :
Unrecognized option 'c'
Failed to set value 'copy' for option 'c'I looking for another solution and I get from : http://trac.ffmpeg.org/ticket/2221 :
ffmpeg -i input.mp3 -i cover.png -map 0:0 -map 1:0 -c copy -id3v2_version 3 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" out.mp3
Also return same output, I already research why return :
Unrecognized option 'c'
Failed to set value 'copy' for option 'c'But there are no body have same problem.
anybody can help me, please ?nb : I use ubuntu 12.04 and ffmpeg version 0.8.6-4:0.8.6-0.
thanks -
Revision 2978bb8762 : make : fix dependency generation for flat build tree Update the fmt_deps functio
19 novembre 2012, par John KoleszarChanged Paths : Modify /build/make/Makefile Modify /build/make/configure.sh make : fix dependency generation for flat build tree Update the fmt_deps function to use a new sed expression to convert the object file name generated by the compiler into the path-transformed name of the .o and .d files. (...)
-
avfilter/vf_v360 : remove w/h changing for flat output
11 septembre 2019, par Paul B Mahol