Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (71)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The 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 2013

    Puis-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 2011

    Documentation 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 Yaroslav

    Is there any way to embed cover art to m4a files ?

    



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

    



    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

    For cropping mp3 to 30 seconds i use this and it worked well until somebody uploaded mp3 file with album cover

    ffmpeg -t 30 -i in.mp3 -acodec copy out.mp3

    And now i’ve got this :
    enter image description here

    Any suggestions ?

  • Adding Cover Art to mkv

    18 novembre 2018, par Bardulf

    I 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 instruction

    But I get this
    At least one output file must be specified
    error.

    What should I do ?