Recherche avancée

Médias (91)

Autres articles (61)

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

  • avformat/vqf : check number of channels before use.

    7 mai 2013, par Michael Niedermayer
    avformat/vqf : check number of channels before use.
    

    Fixes division by zero

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/vqf.c
  • ffmpeg error - number of bands (X) exceeds limit (Y) [closed]

    2 juin 2013, par sasa

    I'm trying to convert MP4 to AAC and here is log :

    ffmpeg -i in.mp4 outa.aac
    ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
     built on Mar 22 2012 05:09:06 with gcc 4.6.3
    This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#39;in.mp4&#39;:
     Metadata:
       major_brand     : isom
       minor_version   : 0
       compatible_brands: isom3gp4
       creation_time   : 1946-09-19 13:06:17
     Duration: 00:04:56.81, start: 0.000000, bitrate: 157 kb/s
       Stream #0.0(eng): Audio: aac, 48000 Hz, stereo, s16, 156 kb/s
       Metadata:
         creation_time   : 1946-09-19 13:06:17
    Output #0, adts, to &#39;outa.aac&#39;:
     Metadata:
       major_brand     : isom
       minor_version   : 0
       compatible_brands: isom3gp4
       creation_time   : 1946-09-19 13:06:17
       encoder         : Lavf53.21.0
       Stream #0.0(eng): Audio: libfaac, 48000 Hz, stereo, s16, 200 kb/s
       Metadata:
         creation_time   : 1946-09-19 13:06:17
    Stream mapping:
     Stream #0.0 -> #0.0
    Press ctrl-c to stop encoding
    [aac @ 0x17eede0] Number of bands (64) exceeds limit (46).
    Error while decoding stream #0.0
    size=    5994kB time=296.81 bitrate= 165.4kbits/s
    video:0kB audio:5994kB global headers:0kB muxing overhead 0.000000%

    This audio file cannot be played in some players and I think it is

    [aac @ 0x17eede0] Number of bands (64) exceeds limit (46).
    Error while decoding stream #0.0

    What that mean and how can I avoid this ?

    Update :
    If you want to help, you may want to test that MP4 file, so, here is link - https://dl.dropbox.com/u/34111231/in.mp4

  • Revision d7eea782f2 : Extend number of reference buffers to 8. The number of reference buffers is ext

    3 mai 2013, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Extend number of reference buffers to 8.

    The number of reference buffers is extended to 8 and
    a reference sign-bias added for the LAST_FRAME.

    Whilst the number of reference buffers used by an
    individual frame remains unchanged at 3, these may
    now be selected from 8 possible buffers.

    Change-Id : I2d247b9c1c2b3a339d6c9fac125e81ba373f75a7