Recherche avancée

Médias (91)

Autres articles (89)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

Sur d’autres sites (10560)

  • Live Streaming Of Camera With react-native [on hold]

    21 novembre 2018, par Arash Mousavi

    I want to build an Android/IOS APP to stream the live camera to server.
    Is there any good solution to do it with react-native ?

  • FFMPEG how to restart a live stream if it stops [on hold]

    11 février 2018, par Ricky

    Is there a way to restart a stream if it dies ?

    Here is what I want to stream :

    ffmpeg -re -i "https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8" -acodec aac -vcodec libx264 -f flv "rtmp://ingest-cn-tor.switchboard.zone/live/goo-2222-2222-2222-2222"
  • Live Screen Cast via FFMPEG/Qt/C++ [on hold]

    19 février 2018, par user1496491

    I need to build an application which would capture current screen and draw it on QLabel / write it in video file. QScreen::grabWindow() seems to be extreemly slow. So I read quite a lot that using ffmpeg could help me with that problem, but I can’t find ANY information how to do it IN CODE, not by passing arguments to ffmpeg application.

    So, how do I do that ?