Recherche avancée

Médias (91)

Autres articles (70)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • 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 (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

Sur d’autres sites (6916)

  • How to add a cover image to mp4 file using FFMPEG ?

    20 février 2016, par IremadzeArchil19910311

    I need to know how to assign cover image to mp4 file using FFMPEG ?
    Especially if you really need to understand ? Let me explain :

    When I am trying to navigate a mp4 video file using windows explorer
    and navigation option is set to

            View -> Large icons             or
            View -> Extra large icons      

    It allows me to see a picture or an image.
    But in most cases this image is a middle frame of mp4 video file.
    If you will play this mp4 video file and if you will go to middle frame you will see the exact image shown on explorer !

    But I need to know how to see a cover image during explorer navigation instead of this middle frame image ?
    So which FFMPEG commands can help me to add an cover image to mp4 video file ?

  • Trying to add watermark and embedding cover image to my video

    20 avril 2023, par dusky

    Please i'm trying to add watermark and cover photo to my video using ffmpeg. My command successfully added the watermark but refused to include the cover photo. I don't know what i'm doing wrong.

    


    Here is my command line

    


    ffmpeg -i input.mkv -i watermark.png -filter_complex "[0:v][1:v]overlay=10:10"  -i cover.jpg -map 0:a -c:v libx264 -crf 23 -preset slow -c:a copy -metadata title="Thanks for downloading" -metadata:s:2 mimetype=image/jpeg -disposition:0 attached_pic output.mkv


    


  • How to add cover to opus audio file with ffmpeg or another command line tool

    28 décembre 2015, par Ilario Engler

    I searched nearly a whole day but found nothing to add a cover to an opus audio file.

    I tried with kid3-cli and the following command.

    kid3-cli -c 'set picture:"/home/pic.jpg" "desc"' "/path/to/*.opus"'

    It just works when adding only a cover, if I add some other metatags like so

    kid3-cli -c 'set album "ALBUM"'

    then a random cover appears and I don’t know where it come from. I can delete it but not add my own cover like in the above command. That random cover appears only in VLC latest version.

    Somebody has a solution to add metatags and covers to opus, vorbis, aac, mp3, etc.

    I installed foobar2000 and with the same command as above and vorbis audio data it’s possible to attach a picture. In the GUI of foobar2000 under "Manage attached picture" I see the picture I attached.

    But for opus still doesn’t work.

    Thank you for your help !