Recherche avancée

Médias (91)

Autres articles (8)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (4151)

  • log : Unbreak windows support

    3 avril 2014, par Luca Barbato
    log : Unbreak windows support
    

    Add the missing define.

    • [DBH] libavutil/log.c
  • How to merge init.mp4 file with m4s segments on windows command

    5 juillet 2018, par Bella

    I have a online video file which I have paid for and would like to download and keep for personal use. The video file on the website has an initial mp4 file and m4s files in segments. I have tried Invidownloader but it isn’t working when I try to convert the concatenated m4s file to mp4. I think it might be because the program isn’t concatenating the mp4 and m4s files together properly ? Would there by any possible way I will be able to merge all the files together so I can download and merge all the file to a single playable mp4 file ?

    If it requires any command, it would be helpful if it is for windows command.
    I am also open to any other useful program recommendations as well. Anything that will allow me to merge all the files.

  • Wav file duration of Windows media player is not same with ffmpeg

    5 août 2020, par jimmy525

    There is one wav file, if using windows media player open it, its duration is 06:15.
But if using ffmpeg convert it to mp3 or using ffprobe check duration, it shows 06:17.
Of course, other players(like vlc) shows 06:17 too.
What I need to do is, using ffmpeg convert it to mp3 with 06:15 duration.

    


    ffmpeg command :

    


    ffmpeg -i 1.wav -f mp3 out.mp3


    


    Please help me to resolve this problem, Thanks