Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (65)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • 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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9318)

  • All : Update copies of externals and versions of CDN references

    17 juin 2014, par paladox2015
    All : Update copies of externals and versions of CDN references
    

    Updates jQuery Mobile demo to use 1.4, updates Multipart demo to use
    latest jQuery UI, updates requirejs demo to use latest requirejs and jQuery,
    updates copy of QUnit to latest.

    Closes #1164
    Closes #1166
    Closes #1168
    Closes #1169
    Closes #1170

  • How to remove ID3 audio tag image (or metadata) from mp3 with ffmpeg

    15 décembre 2016, par Buzut

    FFMPEG is really a great tool. I know it can edit ID3 tags and even remove all tags in a row :

    ffmpeg -i tagged.mp3 -map_metadata -1 untagged.mp3

    But even after that, there’s still the cover image.

    I don’t know how to remove it using ffmpeg. I know there’s other soft out there that can do the job - like eyed3 - but what’s the point to install it if ffmpeg can do it too, in one line, while encoding the audio ?

  • How to remove ID3 audio tag image (or metadata) from mp3 with ffmpeg

    23 juin 2024, par Buzut

    FFMPEG is really a great tool. I know it can edit ID3 tags and even remove all tags in a row :

    



    ffmpeg -i tagged.mp3 -map_metadata -1 untagged.mp3


    



    But even after that, there's still the cover image.

    



    I don't know how to remove it using ffmpeg. I know there's other soft out there that can do the job - like eyed3 - but what's the point to install it if ffmpeg can do it too, in one line, while encoding the audio ?