Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (13319)

  • avfilter/vf_waveform : add option to control strechness of waveform

    16 août 2021, par Paul B Mahol
    avfilter/vf_waveform : add option to control strechness of waveform
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_waveform.c
  • ffmpeg livestream by ip camera with a problem of DTS

    7 novembre 2022, par AntoAnto

    I'm a problem with a code of ffmpeg : ffmpeg -rtsp_transport tcp -i "rtsp://admin:passw@xxxxxxxx.ddns.net:554/live/ch0" -deinterlace -vcodec libx264 -pix_fmt yuv420p -preset medium -s 1920x1080 -b:v 5000k -acodec aac -strict -2 -ar 44100 -threads 6 -qscale 3 -b:a 712000 -bufsize 128k -f flv "rtmp://a.rtmp.youtube.com/live2/key"

    


    It's used for a live streaming by a ip camera, but I have this problem

    


    [flv @ 0x558333a41100] Non-monotonous DTS in output stream 0:1; previous: 73709, current: 73220; changing to 73709. This may result in incorrect timestamps in the output file.
[aac @ 0x558333a0f100] Queue input is backward in time14.43 bitrate=1288.8kbits/s dup=0 drop=5 speed=0.486x
[flv @ 0x558333a41100] Non-monotonous DTS in output stream 0:1; previous: 74591, current: 73614; changing to 74591. This may result in incorrect timestamps in the output file.


    


    who can help me ?

    


  • Parse and drop gain control data, so that SSR packets decode.

    16 février 2018, par Dale Curtis
    Parse and drop gain control data, so that SSR packets decode.
    

    This will result in poor quality audio for SSR streams, but they
    will at least demux and decode without error ; partially fixing
    ticket #1693.

    This pulls in the decode_gain_control() function from the
    ffmpeg summer-of-code repo (original author Maxim Gavrilov) at
    svn ://svn.mplayerhq.hu/soc/aac/aac.c with some minor modifications
    and adds AOT_AAC_SSR to decode_audio_specific_config_gb().

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Co-authored-by : Maxim Gavrilov <maxim.gavrilov@gmail.com>

    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aacdec_template.c