Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (111)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (14039)

  • Revision eb53c69ece : Add cyclic refresh parameters to svc-layer context. For 1 pass CBR spatial-SVC :

    8 septembre 2015, par Marco

    Changed Paths :
     Modify /examples/vp9_spatial_svc_encoder.c


     Modify /vp9/encoder/vp9_aq_cyclicrefresh.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_svc_layercontext.c


     Modify /vp9/encoder/vp9_svc_layercontext.h


     Modify /vpx/svc_context.h



    Add cyclic refresh parameters to svc-layer context.

    For 1 pass CBR spatial-SVC :
    Add cyclic refresh parameters to the svc-layer context.

    This allows cyclic refresh (aq-mode=3) to be applied to
    the whole super-frame (all spatial layers).
    This gives a performance improvement for spatial layer encoding.

    Addd the aq_mode mode on/off setting as command line option.

    Change-Id : Ib9c3b5ba3cb7851bfb8c37d4f911664bef38e165

  • H.264 Codecs for Chromium [closed]

    5 juin 2020, par Aten

    I have been using Chromium for a while, but I found was that I can't watch Netflix because the H.264 codecs are not available. I have already done some research on this, but nothing works. I have tried :

    



    sudo apt install ubuntu-restricted-extras

    



    sudo apt install chromium-codecs-ffmpeg

    



    sudo apt install chromium-codecs-ffmpeg-extra

    



    (These install fine)

    



    sudo apt install chromium-codecs-ffmpeg-nonfree
Which is not found.

    



    I am using Linux Mint 19.3 64-bit (Based on Ubuntu 18.04 LTS) but Ubuntu solutions should work just fine. I am also using Chromium 83.0.4103.61 using sudo :

    



    sudo apt install chromium-browser

    


  • FFMPEG Add recording to this command

    4 août 2019, par Jorge Forero

    Raspberry Pi IP camera on my network broadcasting to a web browser. I want to save 10 minutes long video clips. This is the line :

    raspivid  -t -0 -w 1080 -h 720 -awb auto -fps 30 -b 1200000 -o - |ffmpeg -loglevel quiet -i - -vcodec copy -an -f flv -metadata streamName=myStream tcp://0.0.0.0:6666&

    Following a youtube tutorial I managed to watch my rpi ip camera on the browser but I want to record myself sleeping to detect any breath interruption.

    raspivid  -t -0 -w 1080 -h 720 -awb auto -fps 30 -b 1200000 -o - |ffmpeg -loglevel quiet -i - -vcodec copy -an -f flv -metadata streamName=myStream tcp://0.0.0.0:6666&

    Works fine ! I only want to add recording to a file 10 minutes videos (in chronological order if it’s possible)