Recherche avancée

Médias (91)

Autres articles (45)

  • 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

  • List of compatible distributions

    26 avril 2011, par

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

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

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

    27 janvier 2019, 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 ?

  • cover image not adding to mp3 using ffmpeg [duplicate]

    3 août 2021, par Rajkumar Maity

    The cover image is not adding to the mp3 file

    


    Here is my code : shell_exec("ffmpeg -y -i ./tmp/tmp -i ./cover.jpg -map 0:0 -map 1:0 -metadata title=" . escapeshellarg($title) . " -metadata artist='Tuneraja.com' -metadata album='' -metadata year='' -metadata publisher='Tuneraja.com' -metadata copyright='respected owner' -vn -ar 44100 -ac 2 -b:a 64k -filter:a 'volume=1.0' ./tmp/" . escapeshellarg($fileTitle) . ".mp3 2>&1"); create_mp3($title, $duration, 0, "./tmp/$fileTitle.mp3", $tags);

    


  • Revision 0220255fa0 : Merge "Fix frame buffer swap in denoiser"

    17 janvier 2015, par Jingning Han

    Merge "Fix frame buffer swap in denoiser"