Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • FFMPEG - Add black frames about 10 seconds at the end of .MP4 video with text

    26 août 2015, par Muhammad Jabbar

    I want to add black frames with text at the end of the someVideo.MP4 video using FFMPEG. The input and output video format will be someVideo.MP4

    Last 10 seconds of the video should be like below screen :
    Last 10 seconds of the video should be like this

    Please guide, is it possible to do ? If yes, please guide me with an example code ?

    Many thanks !

  • FFMPEG combining videos - returning video with black background ?

    8 juin 2016, par Julia

    I’m trying to combine two .mp4 files so they play next to each other in one window. They are the same length (9 seconds), have the same number of frames, and the sources are both independently playable. Here’s what i’ve tried so far :

    ffmpeg -i highres_BH_140.mp4 -i BH_140.mp4 -filter_complex "[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w" -b 16M combined.mp4

    and

    ffmpeg -i BH_140.mp4 -i highres_BH_140.mp4 -filter_complex vstack stacked.mp4

    This just creates a video with a black background, although it does play for 9 seconds. One video is a higher resolution, could this be a problem ? Or is it the fact that they’re .mp4 files and not .mpg ?

    I’m still trying to understand ffmpeg’s syntax, so it’s possible I’m making a silly mistake somewhere.

    Thanks !

  • avfilter/vsrc_testsrc : fix colorchart black stripe

    9 janvier 2024, par Vladimir Petrov
    avfilter/vsrc_testsrc : fix colorchart black stripe
    

    Fixed blackstripe on bottom or segmentation fault in case
    when patch width and height differ.

    Signed-off-by : Vladimir Petrov <vppetrovmms@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vsrc_testsrc.c