Recherche avancée

Médias (91)

Autres articles (111)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (4269)

  • Can I keep a persistent RTP connection in Python3 which forwards incoming mpegts segment files ?

    20 novembre 2024, par Eric Liang

    I've been experimenting with ways to implement an live-streaming HTTP server in Python 3.13 (GIL-disabled) which gradually receives .ts segment files every 1 second in order through PUT requests, saves them temporarily and locally, and delivers the segment files in the same order to a destination which accepts .ts segment files, necessarily through a single persistent connection to the destination.

    


    I have started trying it out with RTP as the protocol, but I've been struggling to keep the connection alive with ffmpeg as I seem to only be able to send 1 segment at a time (which requires a connection restart every time), or send all at once through concat demuxer. I've also experimented with the input to ffmpeg as a pipe, but that also seems to close immediately upon flushing the pipe with new input once. Other specs include not needing to re-encode so using the option -c copy is fine, the connection should persist even if idle, and I cannot use HLS push to the destination.

    


    Is there a way to do this ? (Lastly, because it's GIL-disabled, I also want to leverage that feature to minimize latency.)

    


  • How to build x265 for Android in Ubuntu

    27 juin 2016, par Omar Faruk

    I want to build x265 for Android in Ubuntu so that I can use this build for ffmepg. I can’t find any document how to build or cross-compile for Android

  • Error when connecting mobotix cameras through FFmpeg

    25 avril 2017, par nikit biraj

    I am trying to connect M25 Mobotix cameras through FFmpeg. In this process I get one camera connection successful while the other gives error of AVERROR_INVALIDDATA( -1094995529)
    For cross verification I checked configuration of cameras and they are almost same. No major difference.
    What might be the reason when one camera is connecting and other not connecting.