Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9590)

  • lavf/mpegts : Return small probe score for very short transport streams.

    1er mai 2016, par Carl Eugen Hoyos
    lavf/mpegts : Return small probe score for very short transport streams.
    

    Fixes Debian bug 823098.

    • [DH] libavformat/mpegts.c
  • avcodec/hevc : Silence "warning : ref0/1 may be used uninitialized in this function"

    11 décembre 2014, par Michael Niedermayer
    avcodec/hevc : Silence "warning : ref0/1 may be used uninitialized in this function"
    

    Also make code more robust by initializing the pointers to NULL

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c
  • Silence in RTP stream in ffmpeg

    9 octobre 2020, par Odatia

    I am trying to record a webRTC stream. The stream is coming in in the OPUS codec, and is then being piped into ffmpeg for recording, using the -c:a copy flag. However, if there are missing packets, for example, if I mute my microphone (or even stay quiet for a short period), when the audio is played back (webm file), it jumps across these "silences".

    &#xA;

    I have tried to use the DTX option to insert comfort noise, but my input is 4800MHz which is not supported.

    &#xA;

    My full mpeg command is :

    &#xA;

    ffmpeg -nostdin -protocol_whitelist file,rtp,udp -use_wallclock_as_timestamps 1 -fflags &#x2B;genpts -i /tmp/sdpfilesfhmw4rymzy8wv25ybm610xte  -map 0:a:0 -c:a copy -f webm -flags &#x2B;global_header -y ./server/lib/recording/test-icc-networks-xzsyoe1f.webm&#xA;

    &#xA;

    Any help would be appreciated !

    &#xA;

    Thanks,&#xA;Joe

    &#xA;