Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (75)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (9778)

  • No bluetooth audio input with ffmpeg on macOS

    4 août 2020, par Nicholas Yang

    I'm trying to screen record using ffmpeg 4.3.1 on macOS Catalina. I'm using the following command :

    


    ffmpeg -f avfoundation -i "1:0" -r 24 -t 30 out.mkv


    


    With the following devices :

    


    AVFoundation video devices:
[0] FaceTime HD Camera (Built-in)
[1] Capture screen 0
AVFoundation audio devices:
[0] Bose QuietComfort 35 Series II
[1] ZoomAudioDevice
[2] Built-in Microphone


    


    What's interesting is that audio input works fine with the built in microphone (albeit weirdly choppy), but it doesn't seem to work with the Bose headphones. Is there a particular reason why ? And is there a potential workaround ?

    


    Thanks,
Nicholas

    


  • libavfi : added option to vf_perspective to specify transformation by giving destinati...

    19 octobre 2014, par Nicholas Robbins
    libavfi : added option to vf_perspective to specify transformation by giving destinations of corners of source.
    

    Signed-off-by : Nicholas Robbins <nickrobbins@yahoo.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_perspective.c
  • libavcodec/dvdsubdec : Add option forced_subs_only to only decode forced subtitle...

    20 septembre 2014, par Nicholas Robbins
    libavcodec/dvdsubdec : Add option forced_subs_only to only decode forced subtitle frames.
    

    Signed-off-by : Nicholas Robbins <nickrobbins@yahoo.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvdsubdec.c