Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (66)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9199)

  • Combining multiple clips to form a single video with audio in background [on hold]

    19 septembre 2013, par user1941148

    I am developing an Android app which is combining multiple clips to form a single video and add audio in background of choice. I have gone through various solution like third party libraries but not sure how to actually implement it in Android.

    Some of solution I got are :

    ffmpeg, which is in native C. How to port it to Android ? How exactly to use with NDK ? Is it helpful to me to use ?

  • Live Streaming RTMP to RTSP

    19 septembre 2013, par user2794054

    i need to test a restream work like this.
    now i m using crtmpserver. i want to restream rtmp live source to iis smooth streaming format & rtsp format. Please guide me
    rtmp live to rtsp live
    &
    rtmp to live http streaming (target IIS server)

    Thanks

  • FFMPEG - windows - MJPEG stream - convert to MP4 and re-stream - C# - newbie [on hold]

    27 décembre 2014, par ganesh

    Am a newbie to work with videos and stuff.

    Doing a project with a panasonic IP cam (WV-ns-202A) which will be the source of an MJPEG stream.

    I need to Display this content on a ASP.net,C# web app under IIS, as well as store the same in filesystem.

    sofar have tried out some ffmpeg/vlc stuff not helping much.

    (tried #transcoding to flv and save in local filesystem - success
    #transcoding and restream over http - failed
    #transcoding with vlc & streaming (sout) - failed
    )

    looks like am lost.

    Do i must need a meadia server to stream this or can i manage with ffmpeg itself ?.
    one camera to one user, no users more then that at any point of time.

    Any help appreciated - guidence, sample code, links, c#,

    Thanks for your time.