Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (72)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5207)

  • Peer to peer video chat ? [closed]

    30 mars 2013, par aladein

    I want to program a peer to peer video chat application. can any body suggest an open source real time video codec with low latency. I prefer to work with c#.
    ffmpeg is great but I could not figure how to use (stream over
    network) it on windows.
    thank you 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.

  • 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.