Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (74)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (12207)

  • apetag : do not create invalid APE tags

    29 mai 2013, par Paul B Mahol
    apetag : do not create invalid APE tags
    

    APEv2 specifications forbids non-ascii keys.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavformat/apetag.c
  • hls : Create an AVProgram for each variant

    16 novembre 2012, par LYF
    hls : Create an AVProgram for each variant
    

    Without the information, an application may choose audio from one
    variant and video from another variant, which leads to fetching two
    variants from the network. This enables av_find_best_stream() to find
    matching audio and video streams, so that only one variant is fetched.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/hls.c
  • Are there any examples on how to create RTMP video streaming using FFMPEG (C++) ? [on hold]

    17 décembre 2017, par JavaRunner

    Are there any examples on how to create RTMP video streaming using FFMPEG (C++) ?
    I know FFMPEG can work with RTMP protocol but I don’t know how to use it for creating my own C++ application to make a rtmp stream.