Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (101)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (8433)

  • avfilter/vf_xmedian : allow to control eof handling

    30 décembre 2020, par Paul B Mahol
    avfilter/vf_xmedian : allow to control eof handling
    
    • [DH] libavfilter/vf_xmedian.c
  • vulkan_encode_h265 : fix rate control VBV values

    27 septembre 2024, par Lynne
    vulkan_encode_h265 : fix rate control VBV values
    

    The values written were placeholder values.

    • [DH] libavcodec/vulkan_encode_h265.c
  • use ffmpeg libs to control native video recording fps

    9 février 2015, par suitianshi

    I am recording video natively with help from Camera.setPreviewCallback and ffmpeg libs. I want to get a fixed fps(through AVCodecContext.time_base) mp4 video, say , the fps is 20 which means it will have 20 frames in one second.

    The problem is that on some device (my zte-u817) I only get about 10 frames within a second whereas on another device(XiaoMi-4) I could get 30 frames.

    As said above, it seems I have to find some way to add/drop frames based on current fps of camera preview callback.Dropping frames should be easy to implement. How about creating frames ? Appreciate if any example is provided