Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (55)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7931)

  • how to change the audio bitrate sent by local ip camera ?

    8 septembre 2015, par Bilel Eljaamii

    How can I change the audio bit rate generated by the openrtsp ? I like to have the same bit rate sent by the camera.

    ./openRTSP "rtsp://user:pass@IP_CAMERA/....."

    The bit rate sent by the camera i 64 kb/s but when i try to get informations about the audio output of openrtsp i get 352 kb/s.

     ffmpeg version git-2014-07-16-aa1d096 Copyright (c) 2000-2014 the FFmpeg developers
         built on Jul 16 2014 18:28:34 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
         configuration: --extra-cflags=-I/home/zied/junk/include --extra-ldflags=-L/usr/local/lib/ --enable-gpl --enable-libx264
         libavutil      52. 92.100 / 52. 92.100
         libavcodec     55. 69.100 / 55. 69.100
         libavformat    55. 48.100 / 55. 48.100
         libavdevice    55. 13.102 / 55. 13.102
         libavfilter     4. 11.100 /  4. 11.100
         libswscale      2.  6.100 /  2.  6.100
         libswresample   0. 19.100 /  0. 19.100
         libpostproc    52.  3.100 / 52.  3.100
       [mulaw @ 0x9ac0360] Estimating duration from bitrate, this may be inaccurate
       Guessed Channel Layout for  Input Stream #0.0 : mono
       Input #0, mulaw, from 'audio-PCMA-2.ul':
         Duration: 00:00:48.46, bitrate: 352 kb/s
           Stream #0:0: Audio: pcm_mulaw, 44100 Hz, 1 channels, s16, 352 kb/s

    Best regards,

  • avfilter/palettegen : move longest variable to a local scope

    25 février 2015, par Clément Bœsch
    avfilter/palettegen : move longest variable to a local scope
    

    Also drop initialization since it is initialized later on before any
    usage.

    • [DH] libavfilter/vf_palettegen.c
  • avcodec/vvc_mvs : align local motion vector fields

    24 janvier 2024, par James Almer
    avcodec/vvc_mvs : align local motion vector fields
    

    Should fix "member access within misaligned address 0xf00 for type 'const union
    av_alias64', which requires 8 byte alignment" errors as reported by GCC ubsan.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/vvc/vvc_mvs.c