Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (43)

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

  • stream h264 over rtp using ffmpeg [closed]

    9 mai 2013, par Jordi Rey

    I'm trying to stream with RTP a video coded with h264. I would like to know the command to stream, for example, a video called video.avi to @127.0.0.1:5004. I guess there's no need to transcode it, because it's already with h264 codec.

    Also, which would be the command to play it ? I guess i have to use the ffplay, right ?

    Thanks in advance,

    JRey

  • Add fade effect between video and png image FFMPEG android

    12 février 2019, par Devidas M Das

    By using below command we can merge video and image together. I not an expert to build ffmpeg commands.

    String cmd = "-t 5 -i " + videoPath +
                   " -loop 1 -t 5 -i " + imagePath +
                   " -f lavfi -t 5 -i anullsrc" +
                   " -filter_complex [1][0]scale2ref[2nd][ref];[ref][0:a][2nd][2:a]concat=n=2:v=1:a=1[v][a]" +
                   " -c:v libx264 -c:a aac -strict -2 -map [v] -map [a] -preset veryfast " + outputPath;

    Any one who have idea to add a transition effect between video and image.
    Please help me.

    Thanks in advance.

  • Add fade effect between video and image FFMPEG android

    12 février 2019, par Devidas M Das

    By using below command we can merge video and image together. I not an expert to build ffmpeg commands.

    String cmd = "-t 5 -i " + videoPath +
                   " -loop 1 -t 5 -i " + imagePath +
                   " -f lavfi -t 5 -i anullsrc" +
                   " -filter_complex [1][0]scale2ref[2nd][ref];[ref][0:a][2nd][2:a]concat=n=2:v=1:a=1[v][a]" +
                   " -c:v libx264 -c:a aac -strict -2 -map [v] -map [a] -preset veryfast " + outputPath;

    Any one who have idea to add a transition effect between video and image.
    Please help me.

    Thanks in advance.