Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (56)

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

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (10481)

  • CANNOT get FFserver stream going

    18 septembre 2016, par Euroclydon37

    I want to preface this question with the fact that I am very very new to ffmpeg and even newer to ffserver.

    I cannot, for the life of me, get this thing going.
    I get :

    "Too large number of skipped frames 882933314374 > 60000"

    Also, ffplay gives me first frame is no keyframe

    Here is my ffserver.conf file

    HTTPPort 8090
    HTTPBindAddress 0.0.0.0
    MaxHTTPConnections 1000
    MaxClients 10
    MaxBandwidth 2000000
    NoDefaults

    ###############################################################################################

    <feed>
       File /tmp/test.ffm
       FileMaxSize 10000M
       ACL ALLOW localhost
    </feed>

    <stream>
    Format status

    # Only allow local people to get the status
       ACL allow localhost
    </stream>

    <stream>
       Feed test.ffm
       Format avi
       ACL ALLOW localhost
       ACL ALLOW 192.168.1.0
       NoAudio
       VideoSize 3840x2160
       VideoFrameRate 30
       Preroll 10
    </stream>

    ###############################################################################################

    And here is my ffmpeg command

    ffmpeg -i smaller.avi http://localhost:8090/test.ffm

    I’ve been fighting with this thing all day, googling like a madman the entire time. What am I doing wrong ? Any help will be welcomed enthusiastically.

  • Windows media player showing wrong bit rate

    30 octobre 2011, par Akash

    I used ffmpeg to change the bit rate of a .mp3 file from 128kbps to 64kbps

    here are the final lines of output of ffmpeg :

    size=    2261kB time=00:04:49.38 bitrate=  64.0kbits/s
    video:0kB audio:2261kB global headers:0kB muxing overhead 0.011274%

    Tough the file size is reduced by half, windows media player while playing the file shows the bit-rate is 159 K bits/second

    Any ideas on why is this so ?

  • Revision 551f37d63d : Fix partition coding of corner block This commit fixed the allowable partition

    11 juin 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_onyxc_int.h



    Fix partition coding of corner block

    This commit fixed the allowable partition types for bottom-right
    corner blocks.

    When a block has over half of its pixels as valid content in both
    vertical and horizontal directions, allow all the four partition
    types in the bit-stream. Otherwise, apply partition type constraints.

    Change-Id : I2252e2de7125a8bfb1c824bf34299a13c81102e3