Recherche avancée

Médias (91)

Autres articles (76)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

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

Sur d’autres sites (6055)

  • Revision caad1686d4 : Fix get_frame_type function Fixed the function get_frame_type to return the cor

    22 juillet 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Fix get_frame_type function

    Fixed the function get_frame_type to return the correct
    frame type for golden and last frames.

    Change-Id : I8edddd9aa26cbe7a1de8ff211389410b22b1bd14

  • Video stream for existing VoIP system - which libraries should be used ?

    23 avril 2014, par lmNt

    The project I’m currently working on, requires an addition to the already existing VoIP capabilities. The core for speech processing is in C, the remainder is in C++ with Qt - the audio is handled via portaudio. The connection between users is currently established via UDP, which I think has to be changed for the planned video connection. Developing platform is Windows on VS2012 - however, the system is cross-platform.

    In a nutshell, what I want to do is : Grab the video signal from a webcam, synchronize audio coming from C core and video from webcam and use a library and codecs for (de-)coding/muxing the signals on the respective sides and sending via RTP. The system should be capable of multicast transmission.

    I did some research for possible libraries and stumbled upon ffmpeg and libVLC. For the codec I thought about using x264. And if I’m correct, ffmpeg and libVLC should both be capable of what I’m looking for ?

    However I’m not sure which one to pick, and from their documentations I really can’t extract, which library is the better fit. Has anybody had similar problems and can help me out - I’m quite a newbie, when it comes to video processing and encoding.

    Extra question : Do you have any hints or approaches on syncing the video and audio signals ?

  • Do ffmpeg-python and ffmpy are system version independent ?

    10 décembre 2018, par SGarcia

    I am making a python-based software that actually uses my Window’s ffmpeg version. But I am thinking about to make it crossplatform, so, I heard that youtube-dl uses ffmpeg, so I want to know what is the module that it uses. But also, searching I found these two ffmpeg python modules.

    In other words, three questions :

    1. Does ffmpeg-python is system version independent ?
    2. Does ffmpy is system version independent ?
    3. What ffmpeg module does youtube-dl uses ?