Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (10134)

  • is it possible to record again a specific part while recording in android ?

    9 février 2016, par arslan haktic

    I am working on an android application for recording a long audio message, for now in case user made a mistake he have to cancel previous recording and record new, Can we make it preserve previous recording and record the same file from a specific point again ?

    As i get there can be following solutions to do this,

    1. If user want to make recording again from a specific point, save previous file and cut it from specific length and join the new recorded file. If so can you please recommend an easy way to cut and join audio files in android (i have tried ffmpeg but that very much complex)

    2. Is there a way to overwrite file stream writing the audio from a specific point so it skip a specific recording path ?

    Any help will be highly appreciated. Thanks in advance.

  • avcodec : Refactor common nvdec hwaccel logic

    19 novembre 2017, par Philip Langdale
    avcodec : Refactor common nvdec hwaccel logic
    

    The 'simple' hwaccels (not h.264 and hevc) all use the same bitstream
    management and reference lookup logic so let's refactor all that into
    common functions.

    I verified that casting a signed int -1 to unsigned char produces 255
    according to the C language specification.

    • [DH] libavcodec/nvdec.c
    • [DH] libavcodec/nvdec.h
    • [DH] libavcodec/nvdec_mpeg12.c
    • [DH] libavcodec/nvdec_vc1.c
    • [DH] libavcodec/nvdec_vp9.c
  • diracdec : Make slice parameters common between lowdelay and future hq profile

    9 décembre 2015, par Kieran Kunhya
    diracdec : Make slice parameters common between lowdelay and future hq profile
    
    • [DH] libavcodec/diracdec.c