
Recherche avancée
Autres articles (71)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (7946)
-
FFmpeg, how to embed cover art (image) to .m4a
22 novembre 2020, par YaroslavIs there any way to embed cover art to
m4a
files ?


This one works well for
mp3
but doesn't work form4a



ffmpeg -i tests/in.m4a -i cover.jpg -map 0:0 -map 1:0 -acodec copy \
 -id3v2_version 3 tests/out.m4a



-
Crop mp3 file with ffmpeg which contains album cover
6 septembre 2018, par user2455079 -
Adding Cover Art to mkv
18 novembre 2018, par BardulfI Want to attach image to mkv file as cover art, I wonder if there is a way that I can attach image without encoding.
I use FFmpeg and use This instructionBut I get this
At least one output file must be specified
error.What should I do ?