Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (74)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (3707)

  • Clipping audio problem on ffmpeg live stream

    20 mars 2019, par Ivan Bombash Stokic

    in 30-40% of the live stream i get some king of distortion or clipping in the streamed audio and i have no idea why, is is only because low hardware performance maybe ? I am running the stream on a Raspberry pi 3b+ CPU usage while streaming from 25 to 30% Ram usage 28% , storage device is a USB pen drive.

    Here is the code :

    ffmpeg -re -f alsa -i default -re -stream_loop -1 -i "/home/pi/Documents/Youtube/video720p.mp4" -c:v copy -c:a aac -f flv -max_muxing_queue_size 400 rtmp://a.rtmp.youtube.com/live2/pfjd-jhjs-k3td-xxxx

    Or i should buffer it before streaming or re-encode the audio before streaming ?

    Thanks in advance !

  • Make FFmpeg output GIF background transparent

    2 juin 2019, par Sahaj Rana

    I’m using FFmpeg library to save a gif like below :

    String commanda="-y -i "+file.getAbsolutePath()**tmp.gif** +" -loop 0 -y "+getEmptyFile("tmp_ch.gif");
    executeCmd(command);

    to make loop indefinitely for further process in an overlay for a video.

    The problem is : when I save the gif which previously had transparency is gone after saving it through FFmpeg command.

    So, how to bring transparency in output gif.
    I have tried

    --> -filter_complex [0]palettegen=reserve_transparent=on[p];[0][p]paletteuse

    --> -gifflags +transdiff

    but none of the solutions is working. It would be really helpful if it could be resolved, thanks !

  • avformat/rpl : Fix detection of 8-bit linear formats

    14 juin 2019, par Cameron Cawley
    avformat/rpl : Fix detection of 8-bit linear formats
    

    Was previously broken by commit 8cf5f94.
    Fixes ticket #7859

    Signed-off-by : Cameron Cawley <ccawley2011@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rpl.c