Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (7793)

  • avfilter/vf_boxblur : generate supported pixfmt list instead of hardcoding

    21 décembre 2014, par Michael Niedermayer
    avfilter/vf_boxblur : generate supported pixfmt list instead of hardcoding
    

    This adds support for several more >8bit planar formats

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_boxblur.c
  • avformat/avidec : Add flac to the dshow_block_align exception list

    12 août 2015, par Michael Niedermayer
    avformat/avidec : Add flac to the dshow_block_align exception list
    

    Fixes Ticket4758

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/avidec.c
  • FFmpeg get list of devices thought python

    2 octobre 2020, par kali_xyyali

    Wassup.&#xA;
    &#xA;I have shell command.

    &#xA;

    ffmpeg -list_devices true -f dshow -i dummy -hide_banner&#xA;

    &#xA;

    When i run that command i get output data(see text bellow)

    &#xA;

    [dshow @ 00000281450fbdc0] DirectShow video devices (some may be both video and audio devices)&#xA;[dshow @ 00000281450fbdc0]  "HD WebCam"&#xA;[dshow @ 00000281450fbdc0]     Alternative name "@device_pnp_\\?\usb#vid_0408&amp;pid_a060&amp;mi_00#6&amp;391c16c1&amp;0&amp;0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global"&#xA;[dshow @ 00000281450fbdc0] DirectShow audio devices&#xA;&#xA;[dshow @ 00000281450fbdc0]  "Microphone (Realtek High Definition Audio)"&#xA;[dshow @ 00000281450fbdc0]     Alternative name "@device_cm_{33D9A762-90C8-11D0-BD43-00A0C911CE86}\wave_{4727F33A-DE04-4706-8312-03696FACC791}"&#xA;[dshow @ 00000281450fbdc0]  "Stereo mix (Realtek High Definition Audio)"&#xA;[dshow @ 00000281450fbdc0]     Alternative name "@device_cm_{33D9A762-90C8-11D0-BD43-00A0C911CE86}\wave_{534A8FBC-6C02-4384-B51C-D0363BB7F8FD}"&#xA;[dshow @ 00000281450fbdc0]  "Microphone (Avsoft Virtual Audio Device)"&#xA;[dshow @ 00000281450fbdc0]     Alternative name "@device_cm_{33D9A762-90C8-11D0-BD43-00A0C911CE86}\wave_{5CE20B48-361E-4B96-B113-B3E02BA448EC}"&#xA;dummy: Immediate exit requested&#xA;

    &#xA;

    I have to get list of all audio devices.&#xA;And i don't want to parse that string, i will be hard.&#xA;How can i get list of all audio devices using ffmpeg-python module ?&#xA;Thank u.

    &#xA;