Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (54)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (10427)

  • How to merge audio with the processed video for real time streaming ?

    23 septembre 2019, par Padfoot

    I am detecting objects on a RTMP video+audio stream. The output, object detected video stream doesn’t contain audio in it. How to merge the audio back to the output for real-time video+object streaming output ?

    I am using YOLO in darknet C framework. The FPS is 40. Also the output stream needs to be in 25-30 FPS.

  • How can I stream images from a remote server to a mobile app in real-time ? [closed]

    1er mars 2024, par Tharunkumar Ampolu

    I have a setup where I connect to a remote server via SSH to retrieve images captured by a robot. Currently, I am using scp to transfer these images to my local system, where I then use FFmpeg to convert them into a video for storage.

    


    However, I would like to explore the possibility of converting these images into a video on-the-fly as they are added to the remote server folder, with the goal of streaming this video feed to a mobile app.

    


    My requirements are as follows :

    


    The image stream needs to be transmitted to the mobile app in real-time.
I would prefer to avoid storing the images locally and instead stream them directly from the remote server to the mobile app.
The streaming solution should be scalable and support a high frame rate (30fps).
Could anyone suggest an approach or provide guidance on how to achieve this ? Specifically, I'm interested in methods for continuously converting images into a video stream on the remote server and then streaming this video feed to a mobile app in real-time.

    


    Any insights, code examples, or recommendations for tools and libraries that could help accomplish this task would be greatly appreciated.

    


  • h264 : dont set key_frame when the frame is not a real keyframe.

    28 septembre 2011, par Michael Niedermayer

    h264 : dont set key_frame when the frame is not a real keyframe.