Recherche avancée

Médias (0)

Mot : - Tags -/latitude

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

Autres articles (51)

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

  • 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 formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (6454)

  • Can not view the below webcam stream using ffserver + ffmpeg on osx

    25 mars 2016, par user3532518

    I an lost trying to stream my webcam as mpeg stream using ffserver + ffmpeg.
    I have both installed on OSX Yosemite (10.10.13) with the below ffserver.conf

    HTTPPort 8090
    HTTPBindAddress 0.0.0.0
    MaxHTTPConnections 2000
    MaxClients 1000
    MaxBandwidth 1000
    CustomLog /Users/admin/Documents/ffserver/webcam.log
    NoDaemon

    <feed>
       File /Users/admin/Documents/ffserver/webcam.mjpeg
       #FileMaxSize 200K
       #ACL allow 10.0.0.0 255.255.255.0
    </feed>


    <stream>

    # coming from live feed 'webcam.ffm'

    Feed webcam.ffm
    Format mpegts

    VideoCodec libx264
    VideoFrameRate 24
    VideoBitRate 512
    VideoSize 640x480
    #AVOptionVideo crf 23
    #AVOptionVideo preset medium
    # for more info on crf/preset options, type: x264 --help
    #AVOptionVideo flags +global_header

    NoAudio

    </stream>

    running the below ffmpeg stream to the server

    ffmpeg -f avfoundation -i "0" -vcodec libx264 -s 640X480 http://localhost:8090/webcam.mjpg

    if I run ffmepg to output as a file I can access the webcam video but I can not see the stream using vlc (i get connection verification from ffserver)

    any idea why ?

    thanks
    nadigo

  • Revision ad6ed536d5 : Merge "Removing vpx_codec_impl_{top, bottom}.h files."

    3 octobre 2013, par Dmitry Kovalev

    Merge "Removing vpx_codec_impl_top, bottom.h files."

  • avfilter/vf_weave : fix top vs bottom field order

    16 août 2017, par Paul B Mahol
    avfilter/vf_weave : fix top vs bottom field order
    

    Fixes #6590.

    • [DH] libavfilter/vf_weave.c
    • [DH] tests/fate/filter-video.mak