Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (58)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • 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

Sur d’autres sites (15688)

  • Video Codec with custom information

    19 janvier 2015, par user3468055

    I must include around one video frame(i must have 1 frame = 1 played frame in client) some text data.
    Example : frame encode time with miliseconds, HH:MM:SS:MS.
    But i don’t know any video codec with i can include custom data to frame.

    I will save from rasppery pi camera module video with this information.

    Any video codec support add custom info for each play frame ?

  • CommonJS/Browserify support fix

    4 janvier 2015, par luis-almeida
    CommonJS/Browserify support fix
    

    "jquery.fileupload.js" was still missing the cJS module definition.
    It was added to "jquery.ui.widget" as well since it is a direct dependency.

  • Chrome extension Use FFMpeg

    28 décembre 2014, par Villie

    I am developing a chrome extension where I have to record the video stream from chromes desktopCapture API. I was initially using whammy.js but the video quality was poor for higher resolutions.
    Now I am planning to use ffmpeg to record the video stream by writing a nacl module.
    While going through the blogs I found out that chrome has included ffmpeg for playing out videos.

    So is there an api where I can use chrome’s ffpeg from nacl to record video of the video stream ?

    Tks