Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (94)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (7987)

  • 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".

    


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

    


    My full mpeg command is :

    


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


    


    Any help would be appreciated !

    


    Thanks,
Joe

    


  • Android ffmpeg add overlay in specific time [closed]

    9 octobre 2020, par Mithun Sarker Shuvro

    I am using mobile-ffmpeg , it works well but the thing it doesn't work when I use enable . For example The following command works perfectly in Linux .

    


    ffmpeg -i /home/paranoid/Desktop/ccccc/test.mp4 -i /home/paranoid/Desktop/ccccc/test.gif -filter_complex "[0:0][1:0]overlay=enable='between(t\,2,4)'[out]" -shortest -map [out] -map 0:1 -pix_fmt yuv420p -c:a copy -c:v libx264 -crf 18 /home/paranoid/Desktop/ccccc/test_out.mp4


    


    But when I try to do the same with that library it doesn't work . That command I have used is following

    


    "-i "+videoPath+" -i "+overlayPath+" -filter_complex \"[0:0][1:0]overlay=enable='between(t\\,2,4)'[out]\" -shortest -map [out] -map 0:1 -pix_fmt yuv420p -c:a copy -c:v libx264 -crf 18 "+outputFile.getAbsolutePath();


    


  • Canopus HQ/HQA decoder

    9 avril 2015, par Vittorio Giovara
    Canopus HQ/HQA decoder
    

    Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/hq_hqa.c
    • [DBH] libavcodec/hq_hqa.h
    • [DBH] libavcodec/hq_hqadata.c
    • [DBH] libavcodec/hq_hqadsp.c
    • [DBH] libavcodec/hq_hqadsp.h
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/riff.c
    • [DBH] tests/fate/video.mak
    • [DBH] tests/ref/fate/canopus-hq_hqa-hq
    • [DBH] tests/ref/fate/canopus-hq_hqa-hqa
    • [DBH] tests/ref/fate/canopus-hq_hqa-inter