Recherche avancée

Médias (0)

Mot : - Tags -/publication

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (91)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

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

  • Programmatically capture X11 region with ffmpeg in C/whatever

    26 février 2013, par zw0rk

    There is an input format option to ffmpeg — x11grab which allows one to capture specified region and output it to file/stream. I'm trying to do the same thing programmatically, but i haven't found any non-basic tutorials/reference for ffmpeg API.

    I wonder, how it is possible to open x11 region with avformat_input_file or something like this. Or should i do it with XCopyArea/etc ?

    (Any programming language will satisfy)

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

  • Anomalie #2492 (Fermé) : Impossible de poster dans le forum des admins si forum sous article, brev...

    2 juin 2012, par cedric -

    corrigé en SPIP 3.0