Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (70)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8148)

  • 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;

  • avformat/dash:add copyright to dash.c

    1er septembre 2017, par Steven Liu
    avformat/dash:add copyright to dash.c
    

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/dash.c
  • content generation for mpeg dash for Dash.if player

    9 mai 2014, par Pavan K

    Could anyone please tell me how to encode content to be player with the dash.if player on the chrome browser

    https://github.com/Dash-Industry-Forum/dash.js — This is the player in question.

    I tried mp4box and ffmpeg to create content but The samples pointed in the examples work well but I cant make my own videos to work with the dash player.

    I used all possible options on the mp4box with no luck [ from http://gpac.wp.mines-telecom.fr/2011/02/02/mp4box-fragmentation-segmentation-splitting-and-interleaving/ ]