Recherche avancée

Médias (91)

Autres articles (77)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6524)

  • dnxhd : Log the selected profile id

    2 avril 2015, par Vittorio Giovara
    dnxhd : Log the selected profile id
    
    • [DH] libavcodec/dnxhddec.c
  • H264 profile change using FFMPEG

    16 octobre 2015, par Karthee

    I have H264 Stream with following details

    video stream type     :                 AVC  
    resolution            :             640x368  
    profile:level         :            High:4.0  
    aspect ratio          :          40x23(1:1)  
    chroma format         :               4:2:0  
    interlaced            :                  no  
    frames count          :                  15  
    duration              :        00:00:02.800  
    frame size max        :              80 088  
              avg        :              14 538  
          avg/max (I)    :     28 361 / 80 088  
          avg/max (P)    :       2 444 / 3 196  
          avg/max (B)    :               0 / 0  
              min        :               1 880  

    framerate declared    :               5.000  
             real        :               5.000  

    bitrate type          :                 VBR  
    bitrate declared      :           1 259 968  

    bit allocation max    :           1 126 640  
                  avg    :             581 520  
                  min    :             124 000

    is it possible to convert into Baseline profile using FFMPEG or other tools, or is there a way to do myself ?

    basic idea is to stream this video to android devices.

  • vp9 : use correct chroma subsampling for profile 1 intra block recon.

    24 avril 2015, par Ronald S. Bultje
    vp9 : use correct chroma subsampling for profile 1 intra block recon.
    
    • [DH] libavcodec/vp9.c