Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (54)

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

  • i have made a c pogram that uses FFMPEG and i corectly reached DCT coefficients of I frames BUTi donot know how o handle them

    12 septembre 2012, par Saddam

    i have made a c++ pogram that uses FFMPEG and i corectly reached DCT coefficients of all
    I frames.
    BUTi donot know how o handle them after dct_coeff as a pointer to short ,
    what is the size of this array so that i can iterate it

    regards

  • Fragmented MP4 file playback in web browser

    5 octobre 2013, par Steven Chang

    I want to build a MP4 streaming server.
    I generated MP4 file with ffmpeg as follow.

    $ffmpeg -i input.avi -movflags frag_keyframe output.mp4  

    It works normally in Google Chrome but IE9 and Safari just play a short period.
    (One keyframe duration)
    What is the proglem ?

    Thanks

    The HTML code is here :

     <video controls="controls">
       <source src="output.mp4" type="video/mp4"></source>
          The browser does not support HTML5
     </video>
  • lavf/mov : Use av_fast_realloc() in mov_read_stts().

    31 décembre 2017, par Carl Eugen Hoyos
    lavf/mov : Use av_fast_realloc() in mov_read_stts().
    

    Avoids large allocations for short files with invalid stts entry.
    Fixes bugzilla 1102.

    • [DH] libavformat/mov.c