Recherche avancée

Médias (91)

Autres articles (99)

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

  • How to stitching (side by side)more than one live video streams using ffmpeg

    25 mars 2013, par Samy

    Actually I am using ffmpeg for stitching two videos using following command

    ffmpeg -i dd.f4v -vf "[in] scale=iw/4:ih/4,pad=2*iw:ih [left] ;

    movie=ee.f4v, scale=iw/4:ih/4 [right] ;[left][right]overlay=main_w/2:0
    [out]" out.f4v

    But i am unable to stitch's live streams

    so anybody know how to stitch two live streams side by side.

  • how to specify duration in live m3u8 stream using ffmpeg ?

    19 mars 2013, par user1788736

    I want to specify a duration for example 4 min when using ffmpeg but i keep getting error :

    ffmpeg -i "./test.m3u8" -t 04:00 "output.mp4"

    and error i get is this :

    Invalid duration specification for t: 04:00

    also these warnings in yellow color :

    max_analyze_duration 5000000 reached at 5014800
    Could not find codec parameters (Video: h264 (
    Could not find codec parameters (Audio: aac (
    Could not find codec parameters (Video: h264 (
    Could not find codec parameters (Audio: aac (

    hope you guys help me what i am doing wrong. Thanks in advance.

  • How to stream ffserver/avserver live feeds to zoneminder ? [closed]

    14 mars 2013, par CoryG

    I've set up an avserver (the newer name for ffserver) and want to stream it to zoneminder - how do I do this ?