Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (41)

  • 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" (...)

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

  • lavfi/src_movie : Use movie_common_init instead individual wrappers

    16 juin 2013, par Alexander Strasser
    lavfi/src_movie : Use movie_common_init instead individual wrappers
    

    Makes it easier to understand that there is no difference in init
    callback for movie and amovie. Also saves a few lines of code.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavfilter/src_movie.c
  • Make video from individual frames (PNGs) and add audio track

    30 novembre 2020, par IntergalacticSpaceMonkey

    I have been working on a video processing tool that takes each frame from an input video and saves the result as a series of images. So, in essence, if my video has a length of 5 minutes, and has 25 fps, I will get 7500 individual frames.

    &#xA;

    What I want is then to put this back into a video format, but at the same time also add the audio track from the original source. Is this possible with ffmpeg ? Also, would it be possible to automatically determine the fps on the original video source and then use this as fps value for ffmpeg for the video + audio track in the new video file ?

    &#xA;

  • lavc : Split out ff_hwaccel_pixfmt_list_420[] over individual codecs

    18 février 2013, par Ronald S. Bultje

    lavc : Split out ff_hwaccel_pixfmt_list_420[] over individual codecs