Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version 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
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10257)

  • avfilter/Makefile : add vulkan.h to the list of skipped headers

    6 février 2020, par James Almer
    avfilter/Makefile : add vulkan.h to the list of skipped headers
    

    Should fix make checkheaders

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/Makefile
  • ffmpeg overlay endless concat list loop layer on another rtmp & get one merged rtmp link

    8 février 2020, par yolov3

    Question is : how to feed ffmpeg1 output as overlay endless loop layer on another rtmp & get one merged rtmp link in output , all in one ffmpeg command ?

    base knowledge :

    test.txt :

    file 'video1.mp4'
    file 'video2.mp4'
    file 'video3.mp4'
    file 'test.txt'

    ffmpeg1 command :
    ffmpeg -re -f concat -i ./test.txt  -c copy -f flv rtmp://....

    Overlay two live streams with ffmpeg :

      -filter_complex "overlay=70:70"
      -vcodec libx264 -preset ultrafast -f flv rtmp://out.com:1935/outrtmp
  • List of FFMPEG audio formats and their file extensions

    1er mai 2024, par vaid

    I've tried to find information about this but to no avail.

    &#xA;&#xA;

    What audio formats and their file extensions are supported by FFMPEG ?

    &#xA;&#xA;

    Is there a command that can list them all ?

    &#xA;