Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8918)

  • ffmpeg - switch rtmp streams into a single encoded output ?

    15 octobre 2015, par Stefan Kendall

    I have 1-5 input streams, each uploading on a slightly different time offset.

    With rtmp and ffmpeg, I can reliably encode a single stream into an HLS playlist that plays seamlessly on iOS, my target delivery platform.

    I know that you can accept multiple input streams into ffmpeg, and I want to switch between the input streams to create a consistent, single, seamless output.

    So I want to switch between
    rtmp://localhost/live/stream1 .. rtmp://localhost/live/stream5 on a regular interval. Sometimes there will be multiple streams, and sometimes there won’t.

    Is there any way for ffmpeg to rotate between input streams while generating an HLS playlist ? My goal is to avoid running duplicate instances of ffmpeg for server cost reasons, and I think connecting disparately encoded input streams for playback would be difficult if not impossible.

    Switching on each segment is the ideal behavior, but I also need to keep the streams in time sync. Is this possible ?

  • avcodec/gif : enable encoding single gif image per frame

    12 décembre 2018, par Paul B Mahol
    avcodec/gif : enable encoding single gif image per frame
    

    Unbreaks gif image2 muxer.

    • [DH] libavcodec/gif.c
  • Using FFMPEG : How to reorder scenes within a single video file ?

    14 décembre 2018, par Eric Fullerton

    I want to detect scene changes in a video file, then rearrange (randomly or otherwise) those scenes and output an MP4. Is this doable with FFMPEG ?