Recherche avancée

Médias (91)

Autres articles (63)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

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

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

Sur d’autres sites (2887)

  • gStreamer : Create RTSP stream using jpeg images from a RAM partition

    25 janvier 2023, par Utkarsh Narain Srivastava

    Objective :
To create an RTSP stream (h264 or h265) using gStreamer from a single image which is being continuously overwritten. (This image is coming from an API on to a shared memory partition)

    



    Problems :
Have been able to make a video stream over RTSP using gStreamer (gst-launch-1.0) but have had zero luck with these images, tried multifilesrc and other options but ran out of luck.
Also, I tried FFmpeg where the its probably point-to-point only, which is not what I need.

    



    Any suggestions/help is highly appreciated.

    


  • Is there a way to automatically align and mux audio and video to the end of the audio file ?

    12 avril 2018, par Weej Jamal

    I get a lot of conference calls that a recorded and many times, screens are shared. The shared screen gets captured too as a separate, audio-less video file. I’ll be using the example of a 5-hour meeting :

    1. When the call starts, Audio recording (to OGG file) starts.
    2. At some random point during this 5-hour call, a user shares their screen. Video recording begins (saved to a separate file as MKV without audio).
    3. When the meeting is done and everyone hangs up, both Audio recording and Video recording terminates and saves.

    At this point I have 2 files - Conference1.ogg and Conference1.mkv here’s what I’m trying to do using FFMPEG :

    1. Automatically/Programmatically align Conference1.mkv to the end of Conference1.ogg
    2. mux the audio and video without re-encoding.

    Is there a way to do the above ? Because the alternative is to hunt through the whole 5 hour audio to figure out which point the video starts ? Since I know both the Audio and Video end at the same time, it’d be much easier to align the video to the audio’s end. Any help will be appreciated ! Thanks !

    I’m running Windows 7.

  • Revision bcaf1d69ec : Moved call to vp9_clear_system_state() to a proper location The commit moved a

    22 juillet 2014, par Yaowu Xu

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



    Moved call to vp9_clear_system_state() to a proper location

    The commit moved a call to vp9_clear_system_state() to a correct
    location, i.e. prior function calls using floating point numbers.
    This was to fix a mismatch mmx code and sse2 version, where a
    floating point number used in adjust_frame_rate(cpi) gets NAN due
    to mmx registers being in wrong state.

    Change-Id : I40e0a6de98812000ccee6a729badb630604fd7e6