Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (76)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (10707)

  • How to set frame encoding method as CABAC in ffmpeg

    2 septembre 2015, par Erfan

    I’m trying to encode video frames into H264 format using ffmpeg in C. While configuring the encoder properties I don’t see how to set the frame encoding method as CABAC (lossless). Any idea ?

    Thanks in advance.

  • Libavformat- Passing an object of images to libavformat to generate a video

    8 septembre 2020, par Venkata Tata

    I am trying to generate a video with libavformat/Libavcodec with a bunch of images that are in memory.

    


    Can someone point me in the right direction, please ?

    


    Thanks in advance.

    


  • ffmpeg add frame to video

    26 février 2012, par Emil Avramov

    guys !

    I want to ask you if somebody knows how can I attach a frame to the end of a video with ffmpeg. I have a video output.avi and I want to add frames on every 200ms using ffmpeg. I have the script to download the images, but how to add them to the video one by one.

    Thanks in advance.