Recherche avancée

Médias (91)

Autres articles (105)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (10244)

  • Error when Decode h264 file by using FFMPEG with multithreading ?

    12 septembre 2013, par TTGroup

    I write the code for decoding many .flv video files. Each video file is decoded by a separate thread.
    When I try on 1 thread, everything is ok. But when I try on more than 2 threads, it always occurs the error "insufficient thread locking around avcodec_open/close()".

    I have searched and I know the functions avcodec_open() and avcodec_close() is not thread safe.
    And after that, I putted the mutex locking at anywhere that two that functions are called.

    lockObj.Lock();
    avcodec_open/close();
    lockObj.UnLock();

    But the error "insufficient thread locking around avcodec_open/close()" is still happen.

    Someone can tell me the solution ?

    Many thanks,

    T&TGroup

  • Red5 and FFmpeg in streaming [closed]

    22 mai 2013, par user2408040

    I have installed Red5 and ffmpeg in Ubuntu.

    My idea is use the example http://localhost:5080/demos/ofla_demo.html for a simple streaming with ffmpeg.

    I use ffmpeg as follow :

    ffmpeg -i out.flv -f flv "rtmp://localhost:5080/oflaDemo"

    I hope is to see in http://localhost:5080/demos/ofla_demo.html my streaming but this not happen.

    Someone can tell me I'm doing wrong ?

    Sorry my English :)

    Regards

  • avfilter/af_dynaudnorm : do not clip audio

    4 janvier 2020, par Paul B Mahol
    avfilter/af_dynaudnorm : do not clip audio
    

    Clipping can happen when smoothed gain is higher than maximum
    allowed gain factor for current frame and peak value option is
    set to enough low value.

    • [DH] libavfilter/af_dynaudnorm.c