Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 (...)

  • 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 (13814)

  • avfilter/af_sofalizer : speed and clean up fast convolution a little

    9 janvier 2017, par Paul B Mahol
    avfilter/af_sofalizer : speed and clean up fast convolution a little
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/af_sofalizer.c
  • FFMPEG HLS video speed is too fast

    22 mars 2016, par MM PP

    I am trying to make a .m3u8 hls playlist locally on my computer. I am using Windows 7, 32 bit.

    I am a begginner of FFMPEG, and finally I combined some commands into this :

    ffmpeg -re -rtbufsize 999999k -y -f dshow -video_size 640x360 -r 15 -i video="ManyCam Virtual Webcam" -c:v libx264 -crf 18 -profile:v main -maxrate 999999k -bufsize 99999k -pix_fmt yuv420p -flags -global_header -hls_time 10 -g 3 -hls_list_size 2 -hls_wrap 0 -start_number 1 D:\\stream\stream.m3u8 -tune zerolatency

    The problem is that while playing the m3u8 playlist with VLC or a HLS player, the video speed is faster than normal.

    If you need more info, please comment.

    EDIT

    If I play one of the .ts files, the problem is the same.

    Thank you so much !

  • How to make ffmpeg fast speed with curl ?

    26 octobre 2016, par s_zhang

    If use ffmpeg to do a big size video on the internet, the speed is very slow.

    $ ffmpeg -i  

    If use curl to try to make it fast like this way, it finished soon and the result was not right.

    $ curl -s  | exec ffmpeg -i -

    Is there a good way to make it fast ?