Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (85)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

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

  • avcodec/ffv1enc : pass through pts

    2 novembre 2013, par Michael Niedermayer
    avcodec/ffv1enc : pass through pts
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ffv1enc.c
  • how does the FFmpegFrameRecorder record portrait video ?

    10 novembre 2013, par user1329261

    i hava use the javacv FFmpegFrameRecorder to record a video on android ,finally i found that this recorder only record landscape video,can anyone tell me how to record video in portrait direction ?

    thank you very much !

  • How to pass swfurl to avconv/avplay

    9 avril 2013, par Mustafe

    In order to play rtmp live stream in avplay/avconv some live stream needs swf urls.

    I can dump rtmp with rtmpdump by giving swfurl with parameter "-s" and pipe it to the avplay as in the below

    rtmpdump -r "rtmp://...../playpath"  -s http://urlToswf.swf | avplay -i pipe:0

    However I would like to give swf parameter directly to the avplay, in other words, how can we play it without using rtmpdump. In libav documentation here : http://libav.org/avprobe.html it is stated that with rtmp_pageurl you can pass this parameter but I can not achieve it.
    Here is a working rtmp link you can try on it.

    rtmpdump -v -r rtmp://5.63.150.28/atv/atv3  -s http://i.tmgrup.com.tr/p/flowplayer-3.2.10.swf?i=1 | avplay -i pipe:0