Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (91)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • avformat/hlsenc : check dirname and fix vtt problem

    12 novembre 2018, par Steven Liu
    avformat/hlsenc : check dirname and fix vtt problem
    

    fix ticket : 7527
    check dirname before use it
    refine webvtt code in the hls_delete_old_segments

    Reported-by : caspy
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • RTSP player volume control using FFMPEG iOS7

    21 mai 2014, par sansid1983

    I am able to show 2 RTSP video streams from 2 IP cameras by working on https://github.com/durfu/DFURTSPPlayer.

    The video plays smoothly and audio is also working fine. But i am unable to increase or decrease volume of each RTSPPlayer. FFMPEG framework is included in it. If any has an idea how i can enable this feature please do share.

  • x264 rate control modes

    19 septembre 2013, par xkfz007

    Recently I am reading the x264 source codes. Mostly, I concern the RC part. And I am confused about the parameters —bitrate and —vbv-maxrate. When bitrate is set, the CBR mode is used in frame level. If you want to start the MB level RC, the parameters bitrate, vbv-maxrate and vbv-bufsize should be set. But I don't know the relationship between bitrate and vbv-maxrate. What is the criterion of the real encoding result when bitrate and vbv-maxrate are both set ?
    And what is the recommended value for bitrate ? Equals to vbv-maxrate ?
    Also what is the recommended value for vbv-bufsize ? Half of vbv-maxrate ?
    Please give me some advice.