Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (37)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (7083)

  • Anomalie #2830 (Rejeté) : Manque le dossier "local" dans le zip

    24 août 2012, par paulbe Hullaert

    Hello, Peut être inutile à signaler mais il manque le dossier "local" dans le zip à dispo de la 2.1.16. Pas grosse incidence puisque le créer à la mano suffit, mais du coup, j’ai un doute si il manque d’autres dossiers ou fichiers. Découvert en faisant une install from 0, car en cas de update le (...)

  • I Need Help Making Our Driver Station Video Feed Faster [closed]

    30 mars, par Joshua Green

    I am currently using FFmpeg on a Raspberry Pi 4 Model B using an ArduCam UC-844 Rev. B as the camera. We do not need any audio and I don't care about the quality of the video. All we need is for the stream to be as fast as possible. The video from the camera is being streamed to the driver station via FFmpeg and being picked up on the driver station via FFplay. Right now we are getting a delay that we wish could go away or be significantly shortened. These are the commands we are using.

    


      

    • Raspberry Pi : ffmpeg -i /dev/video0 -c:v libx264 -crf 45 -maxrate 1M -bufsize 1.2M -preset ultrafast -tune zerolatency -filter:v fps=30 -f mpegts -omit_video_pes_length 0 udp://10.2.33.5:554

      


    • 


    • Driver Station : ffplay -fflags nobuffer -flags low_delay -probesize 32 -analyzeduration 0 -f mpegts -vf setpts=0 udp://10.2.33.5:554

      


    • 


    


  • avcodec/ffv1 : Implement jeromes idea of making remap flip optional

    11 mars, par Michael Niedermayer
    avcodec/ffv1 : Implement jeromes idea of making remap flip optional
    

    This also makes remap optional (which is a good idea even if we decide to keep flip fixed)

    Effect on compression (using 2 rawlsb, golomb rice, large context model with ACES_OT_VWG_SampleFrames

    - rw-r----- 1 michael michael 499101306 Mär 11 14:58 float-303503-try3d-m2.nut
    - rw-r----- 1 michael michael 503700199 Mär 11 14:57 float-303503-try3d-m1.nut
    - rw-r----- 1 michael michael 518150578 Mär 11 14:57 float-303503-try3d-m0.nut
    (the test above used the rawlsb patch, which is not applied yet)

    Reviewed-by : Jerome Martinez <jerome@mediaarea.net>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/ffv1enc.c