Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (63)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (11674)

  • avcodec/pgssubdec : fix end display time

    18 juin 2014, par John Stebbins
    avcodec/pgssubdec : fix end display time
    

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

    • [DH] libavcodec/pgssubdec.c
  • ffmpeg display only video in Android

    19 février 2014, par Whoami

    I am Writing video player in android. So far i could able to capture the frames, with the help of av_read_frame and avcodec_decode_video2, and updating to SDL2.0. I have followed dranger tutorial02.c http://dranger.com/ffmpeg/ .

    Sudo Code is :

    while (1)

      {
            1. Read packet
            2. check if video frame; if not Go to Step 3.
                   2.1  if video frame, then update with SDL_UpdateYUVTexture,
            3. Handle SDL Event
            4. Clear the Renderer.
            5. Present Renderer.
      }

    I wonder, do i need to take care of synchronization of video, dts/pts calculation while i need only to display video ?

    This scenario works well in the samsung, but not in other mobiles.

    What woud be your advice ?

  • g2meet : validate bpp and bitmasks in the display info

    15 février 2014, par Maxim Poliakovski
    g2meet : validate bpp and bitmasks in the display info
    

    Signed-off-by : Kostya Shishkov <kostya.shishkov@gmail.com>

    • [DBH] libavcodec/g2meet.c