Recherche avancée

Médias (91)

Autres articles (42)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6218)

  • FFMPEG Add 2 watermarks to an Image using single command

    20 décembre 2019, par thatman

    How to add 2 watermarks to one image using ffmpeg. This is the command I am using for adding single watermark

    ffmpeg -i actual-image.jpg -i watermark.png -filter_complex "overlay=5:5"  output.jpg

    But i am not able to add 2 arguments for this. Thanks for help in advance

  • Convert mp4 to maximum mobile supported MP4 using FFMPEG

    7 octobre 2020, par Notepad

    I would like to use ffmpeg to convert an mp4 to 'low size' mp4 ...

    



    I need an mp4 file with h263 video and aac audio (or some other settings supported by low cost mobile.) My main concern is that the video be playable on most devices.

    



    What would be some possible ffmpeg commands to accomplish this ?

    



    Thanks in advance.

    


  • Convert mp4 to maximum mobile supported MP4 using FFMPEG

    31 mai 2016, par Notepad

    I would like to use ffmpeg to convert an mp4 to ’low size’ mp4 ...

    I need an mp4 file with h263 video and aac audio (or some other settings supported by low cost mobile.) My main concern is that the video be playable on most devices.

    What would be some possible ffmpeg commands to accomplish this ?

    Thanks in advance.