Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (104)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (7323)

  • Combining a looping gif and mp3 to webm

    17 novembre 2017, par punkkapoika

    The gif is 3 Mb, 1 sec long, 15 frames.

    Mp3 is something around 1 Mb.

    The goal is to make 5Mb mp4 or webm file without noticable quality loss.

    When using ffmpeg or similiar tools to render an mp4 or webm file, it doesn’t take in account the fact that the gif loops. The quality is bonkers and the filesize is significantly larger than the source files’ combined. I read something about keyframes on VP8, didn’t get around working with them yet. How would I proceed with this ?

  • Live Streaming App iOS

    23 août 2016, par Jay Gajjar

    I am trying to develop a live-streaming application like the meerkat app, where user A can broadcast a live stream while other users are able to watch it. I am having trouble understanding the architecture and mechanisms used to upload video to a server. Currently, I am using a dedicated server with FFMPEG installed on it. I also know FFServer can be used to perform RTSP communication, but I am still unclear how to do this. Can anyone guide me on this ?

    I would like to know how to upload videos to a server or whether there is another way to perform a live stream. Open source frameworks are welcome.

  • FFmpeg compile error

    7 octobre 2014, par CaptainCook

    I get an error when compiling my project ffmpeg. I followed this guide : TheGuide.

    When I execute the command make I get this error message :

    AS  libavcodec/arm/mlpdsp_armv5te.o
    libavcodec/arm/mlpdsp_armv5te.S:88:9: error: unknown directive
           .hword (60f - 0b) / 2, (61f - 0b) / 2, (62f - 0b) / 2, (63f - 0b) / 2, (64f - 0b) / 2
    ...
    make: *** [libavcodec/arm/mlpdsp_armv5te.o] Error 1

    I do develop on a MAC with OS X mavericks.