Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (96)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (13359)

  • How to create multi bit rate dash content using ffmpeg dash muxer

    26 août 2020, par andrii

    ffmpeg documentation says that we can use dash muxer to create dash segments and manifest file with just a single command, like :

    



    ffmpeg -re -i <input /> -map 0 -map 0 -c:a libfdk_aac -c:v libx264&#xA;-b:v:0 800k -b:v:1 300k -s:v:1 320x170 -profile:v:1 baseline&#xA;-profile:v:0 main -bf 1 -keyint_min 120 -g 120 -sc_threshold 0&#xA;-b_strategy 0 -ar:a:1 22050 -use_timeline 1 -use_template 1&#xA;-window_size 5 -adaptation_sets "id=0,streams=v id=1,streams=a"&#xA;-f dash /path/to/out.mpd&#xA;

    &#xA;&#xA;

    Saying I have some HD video file and I want this video to be available through DASH in different bit rates, so that clients can automatically select from the alternatives based on current network conditions. Can all these be done with a single ffmpeg command, like given above ?

    &#xA;&#xA;

    I know there is a solution with using ffmpeg + mp4box, but i'm interested if it could be done with ffmpeg only.

    &#xA;

  • swr : simplify code by using av_get_bytes_per_sample()

    11 avril 2012, par Michael Niedermayer

    swr : simplify code by using av_get_bytes_per_sample()

  • Merge "Put more code under #if CONFIG_MULTITHREAD."

    9 février 2011, par John Koleszar

    Merge "Put more code under #if CONFIG_MULTITHREAD."