Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (48)

  • 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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (8081)

  • ffmpeg issue with mp4 play and time convert for webm [on hold]

    19 mai 2015, par ali rah

    I use this code to convert mp4 to mp4 (with watermark) and webm and ogv

    and I view it via a standard html5 code.

    exec("$ffmpegPath  -i $inputPath -i $watermark -filter_complex overlay=10:10 $outPath");

    But I found 2 important problem.

    first : it generate mp4 but when open it on a browser it just play voice (no video with a black screen)

    note : I can play orginall mp4 in browsers.

    Second : I saw it can convert mp4 and ovg in a few second but for webm it takes about 3 min !!!...

    please advice me to solve my problems...

  • MKV to MP4 converted video doesn't play in flex

    24 mars 2015, par ketan

    I am stuck on one issue from last 1 day. I am using Adobe flex video display to play video for my site.

    There is some converted video from MKV to MP4 using ffmpeg.

    ffmpeg -i Test.mkv -vcodec copy -acodec copy Test.mp4

    Now, i am trying to play that video from local it’s working fine. But when i upload that video on server and trying to play video. Then it will not work with flex VideoDisplay same will work in browser and HTML videoplayer and also works with JWPlayer.

    Other mp4 video which are not converted works very fine. Only converted Videos are not working in only flex VideoDisplay.

    Any help will be appreciate,
    Thanks.

  • x86inc : Support creating global symbols from local labels

    16 août 2017, par Henrik Gramner
    x86inc : Support creating global symbols from local labels
    

    On ELF platforms such symbols needs to be flagged as functions with the
    correct visibility to please certain linkers in some scenarios.

    • [DH] libavutil/x86/x86inc.asm