Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (57)

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

  • Encoding all videos to MP4 and lowering resolution with Ubuntu

    14 avril 2014, par Mauro Valvano

    I have a web server based on Ubuntu 12.04, the user can upload a video (whatever the format/container/codec it is) then i want to convert it to an MP4 video. I tried ffmpeg without good result (and now it is also deprecated).

    How i can do this ?

    The important is also to reduce the resolution for HD videos for reduce video's size.

    Thank you in advance.

  • How to convert a UYVY video frame to different size in ffmpeg

    25 juillet 2020, par Gerry

    I need to convert a UYUY video frame between different resolution, 1080P to 720P for example

    


    I am targeting win10 and I am using visual studio,

    


    As I have learned so far that seems ffmpeg can do it, it would be really appreciate if
someone show me piece of code on how to do it

    


    Notice that I have already received the video frame data from network and hold it in memory.

    


    Thanks in advance

    


  • Selected png images to gif using ffmpeg or imagemagick

    28 avril 2021, par Ghajik

    I want to convert png to gif and i want to mention which are the frames i want to combine
eg : frame1.png and frame2.png.
I've tried using ffmpeg -i frames/%03d.png -vf fps=20 logo.gif but it is considering all the images in that directory, but i want only two images in that directory to be included in the gif i want to create. Thank you in advance.