Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (64)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

  • UDP : Streaming desktop ffmpeg over Wide area network

    16 novembre 2017, par Megan Woodruff

    I am using ffmpeg to stream my desktop. It works perfectly over the LAN with two connected PCs ; however, over a WAN, the reciever gets unviewable shearing and tearing of the desktop. We figured it was because the LAN has a 5 MB/s bandwith and the WAN has a bandwidth limitation 1 MB/s. When I checked the ethernet output of the sending PC, the bandwidth was 1 MB/s .02.

    The original ffmpeg script I used was within a batch file was :

    ffmpeg -f dshow -i video="screen-capture-recorder"-vcodec
    libx264 -preset ultrafast -pix_fmt yuv420p -tune zerolatency -r 30 -b:v 750k -minrate 750k -maxrate 750k  -f mpegts udp://ip:port

    On the reciever side :
    1. I opened the scream capture recorder GUI.
    2. Inserted the appropriate udp address.
    3. Hit "Start Recieving".

    I did a wireshark analysis and noticed most of the packets I saw were MPEG TS packets with had "MP2T fragment of a reassembled package" in the description column.

    My question is : has anyone been able to successful stream via ffmpeg over a wide area network with no issues of the recieving video ? If so, what ffmpeg parameters did you use for consistent results ?

  • arm : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter

    17 décembre 2016, par Martin Storsjö
    arm : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter
    

    Before : Cortex A7 A8 A9 A53
    vp9_put_8tap_smooth_4h_neon : 378.1 273.2 340.7 229.5
    After :
    vp9_put_8tap_smooth_4h_neon : 352.1 222.2 290.5 229.5

    This is cherrypicked from libav commit
    fea92a4b57d1c328b1de226a5f213a629ee63754.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/arm/vp9mc_neon.S
  • aarch64 : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter

    17 décembre 2016, par Martin Storsjö
    aarch64 : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter
    

    No measured speedup on a Cortex A53, but other cores might benefit.

    This is cherrypicked from libav commit
    388e0d2515bc6bbc9d0c9af1d230bd16cf945fe7.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/aarch64/vp9mc_neon.S