Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (8140)

  • How do I record a specific application running on my Mac using ffmpeg ?

    3 janvier 2018, par Dave

    I just installed ffmpeg with using home-brew on Mac HighSierra. I want to record the contents (video only is fine) of an application running on my machine (as opposed to my entire Desktop). So I tried running the below

    davea$ ffmpeg -f gdigrab -framerate 25 -i title=DOSBox
    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    Unknown input format: 'gdigrab'

    but as you can see, I’m getting this

    Unknown input format: 'gdigrab'

    error. What’s the right way to record video on my computer for only a specific application using ffmpeg ?

    Edit : Using hte suggestion in comments, I got this other error ...

    davea$ ffmpeg -f avfoundation -list_devices true -i ""
    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    [AVFoundation input device @ 0x7fcbc160d0c0] AVFoundation video devices:
    [AVFoundation input device @ 0x7fcbc160d0c0] [0] FaceTime HD Camera
    [AVFoundation input device @ 0x7fcbc160d0c0] [1] Capture screen 0
    [AVFoundation input device @ 0x7fcbc160d0c0] AVFoundation audio devices:
    [AVFoundation input device @ 0x7fcbc160d0c0] [0] Built-in Microphone
    : Input/output error
  • avformat/mov : parse sdtp atom and set the pkt disposable flag accordingly

    27 septembre 2019, par Matthieu Bouron
    avformat/mov : parse sdtp atom and set the pkt disposable flag accordingly
    

    Allows the creation of the sdtp atom while remuxing MP4 to MP4. This
    atom is required by Apple devices (iPhone, Apple TV) in order to accept
    2160p medias.

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
    • [DH] tests/ref/fate/hapqa-extract-snappy1-to-hapalphaonly
    • [DH] tests/ref/fate/hapqa-extract-snappy1-to-hapq
    • [DH] tests/ref/fate/hapqa-extract-snappy16-to-hapalphaonly
    • [DH] tests/ref/fate/hapqa-extract-snappy16-to-hapq
  • aarch64 : Add an offset parameter to the movrel macro

    14 novembre 2016, par Martin Storsjö
    aarch64 : Add an offset parameter to the movrel macro
    

    With apple tools, the linker fails with errors like these, if the
    offset is negative :

    ld : in section __TEXT,__text reloc 8 : symbol index out of range for architecture arm64

    This is cherry-picked from libav commit
    c44a8a3eabcd6acd2ba79f32ec8a432e6ebe552c.

    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavutil/aarch64/asm.S