Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (65)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

Sur d’autres sites (5501)

  • how to capture current screen with FFMPEG and broadcast on a webpage ? [closed]

    12 novembre 2011, par user893856

    because I have no idea about it. I know theres even a protocol for it (RTSP). I know about php and socket programing so that wont be obstacle

  • ffmpeg over https fails

    5 janvier 2017, par Robin

    If I feed url with http, such as this :

    ffmpeg -i http://vjs.zencdn.net/v/oceans.mp4 videojs.mp4

    It works perfectly. However, when I feed url with https, such as this :

    ffmpeg -i https://s3-us-west-2.amazonaws.com/bucket/check.mp4 video.mp4

    This gives me an error :

    https protocol not found, recompile FFmpeg with openssl, gnutls, or
    securetransport enabled.
    https://s3-us-west-2.amazonaws.com/bucket/check.mp4 : Protocol not
    found

    What should I do to enable https?

  • ffmpeg over https fails

    8 mars 2021, par Robin

    If I feed url with http, such as this :

    



    ffmpeg -i http://vjs.zencdn.net/v/oceans.mp4 videojs.mp4


    



    It works perfectly. However, when I feed url with https, such as this :

    



    ffmpeg -i https://s3-us-west-2.amazonaws.com/bucket/check.mp4 video.mp4


    



    This gives me an error :

    



    


    https protocol not found, recompile FFmpeg with openssl, gnutls, or
 securetransport enabled.
 https://s3-us-west-2.amazonaws.com/bucket/check.mp4 : Protocol not
 found

    


    



    What should I do to enable https?