Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (106)

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

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

  • dshow : add capture device save and load

    22 avril 2015, par Mate Sebok
    dshow : add capture device save and load
    

    Signed-off-by : Mate Sebok <smfinc.org@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] doc/indevs.texi
    • [DH] libavdevice/dshow.c
    • [DH] libavdevice/dshow_capture.h
  • Save activity from first pass. Gives a small SSIM improvement (e.g. 0.04dB for 360p...

    31 mars 2012, par Gregory Maxwell
    Save activity from first pass. Gives a small SSIM improvement (e.g. 0.04dB for 360p elephants dream at 750kbit/s)
    

    git-svn-id : http://svn.xiph.org/trunk/theora@18223 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/encint.h
    • [DH] lib/rate.c
  • Save StreamTitle tag in recording

    29 décembre 2022, par jarno

    Some streams have StreamTitle tag set and it changes from time to time. Is that information send only when it changes in the stream ? For example in this stream StreamTitle is used to tell the artist and the name of current song :

    &#xA;

    ffprobe -v error -show_entries format_tags http://st.downtime.fi/sun.mp3&#xA;

    &#xA;

    Is the StreamTitle tag exclusive to MP3 streams ? Can one have it in Opus streams as well ?

    &#xA;

    Can such information be added to the output file created when recording the stream by ffmpeg for example, to be able to see which song is playing when playing the recording later ? Could another tag be used to tell program name which may also alter in time ?

    &#xA;