Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (92)

  • 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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (21778)

  • Piwik 2 reaches end of life soon (December 2017), update now !

    7 décembre 2017, par Piwik Core Team — Community

    In less than three weeks, Piwik 2 will be no longer supported. This means that no further (security) updates will be released for this version. As per our Long Term Support announcement, Piwik 2.X is supported for 12 months after the initial release of Piwik 3.0.0 which was on December 18th 2016. Therefore, Piwik 2 will no longer receive any updates after December 18th 2017.

    It has been almost a year since we released Piwik 3 and we highly recommend updating to Piwik 3 ASAP. The major new release came with a new UI, performance and security improvements. If you are still on Piwik 2, the security improvements alone should be worth updating your Piwik to Piwik 3 now. We cannot recommend this enough.

    The update to Piwik 3 should be smooth, but may take a while depending on the amount of data you have.

    • If you have any problem with the update, feel free to get in touch with us, or ask in the forums.
    • If you are currently using Piwik self-hosted and would like to be upgraded, plus your Piwik managed in the official Cloud-hosted service, contact InnoCraft Cloud and they will migrate your database.

    At Piwik and InnoCraft, the company of the makers of Piwik, we have seen many thousands of Piwik installations upgraded over the past year and look forward to an exciting future for Piwik 3 and beyond !

  • ffmpeg hevc decoding fail [android]

    8 mars 2016, par revannen

    I am trying to decode h.265 with x265 and ffmpeg library, so that I downloaded ffmpeg 2.8.6 tar and x265 1.9 ver from the official site.

    now, the problem is when I decode h.264 with
    avcodec_find_decoder(AV_CODEC_ID_H264) ;
    is totally fine. :)

    but, when I try to decode h.265 with
    avcodec_find_decoder(AV_CODEC_ID_H265) ;
    it tells lots of error log.
    like.

    I/ffmpeg(4153) : nal_unit_type : 32, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 33, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 34, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 19, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : No start code is found.

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : PPS id out of range : 0

    I/ffmpeg(4153) : Error parsing NAL unit #0.

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : PPS id out of range : 0

    I/ffmpeg(4153) : Error parsing NAL unit #0.

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : PPS id out of range : 0

    I/ffmpeg(4153) : Error parsing NAL unit #0.

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : PPS id out of range : 0

    I/ffmpeg(4153) : Error parsing NAL unit #0.

    E/decode(4153) : [407] [idvr] Error while decoding frame ! [%d]

    E/native(4153) : FAIL......-12

    1. Is it ffmpeg error ? or x265 library error ?

    2. should I modify some configuration key value in build level ? or ffmpeg running time level ?

    3. I would like to know why ffmpeg library keep saying like "No start code is found" && "PPS id out of range" [it is occur in only 265 decoding case, not 264.]

  • utvideoenc : Enable support for multiple slices and use them

    14 février 2014, par Jan Ekström
    utvideoenc : Enable support for multiple slices and use them
    

    The official Ut Video decoder only threads with slices, thus until
    now any files encoded by the libavcodec encoder have only been
    decodable with a single thread. The default slice count is now
    set to subsampled_height / 120.

    Also sets slices to 1 for the Ut Video encoder tests to keep them
    green.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DBH] libavcodec/utvideoenc.c
    • [DBH] tests/fate/utvideo.mak