Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (77)

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (4047)

  • Small pieces of video splitted by ffmpeg are not playing or playing with artifacts

    14 novembre 2011, par Rnd_d

    I'm trying to cut video file into small parts (0.5-5 secs) and encode these parts to h.264/aac with ffmepg. I'm using this cmd :

    ffmpeg -i 1.avi -ss 00:05:00 -t 00:00:01,50 -vcodec libx264 -threads 0
    -vpre default -acodec libfaac out1.mp4

    in vlc, some pieces are plaing without video, sound only, other pieces had a video artifacts like this screenshot.

    Maybe i didn't use some necessary agruments for ffmpeg ?

  • ffmpeg : create a video from images

    8 novembre 2012, par vailen

    Is it possible to use ffmpeg create a video from a set of sequences, where the number does not start from zero ?

    For example, I have some images [test_100.jpg, test_101.jpg, test_102.jpg, ..., test_200.jpg], and I want to convert them to a video. I tried the following command, but it didn't work (it seems the number should start from zero) :

    ffmpeg -i test_%d.jpg -vcodec mpeg4 test.avi

    Any advise ?

  • mpegvideo_probe : count video and audio pes seperately

    8 novembre 2011, par Michael Niedermayer

    mpegvideo_probe : count video and audio pes seperately