Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (54)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9337)

  • Fix for Issue and bug #3181 - drag drop 100 file limit

    2 juillet 2014
    Fix for Issue and bug #3181 - drag drop 100 file limit
  • avcodec/mpeg12dec : Limit progressive_seq reinitilaization to where the resolution...

    28 juin 2014, par Michael Niedermayer
    avcodec/mpeg12dec : Limit progressive_seq reinitilaization to where the resolution changes
    

    Fixes Ticket3743

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

    • [DH] libavcodec/mpeg12dec.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