Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (56)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

  • avformat : AviSynth demuxer rewrite

    27 novembre 2013, par d s
    avformat : AviSynth demuxer rewrite
    

    Directly loads AviSynth through LoadLibrary instead of relying on
    Video for Windows, and supports using AvxSynth (via dlopen) to
    open scripts on Linux and OS X.

    Error messages from AviSynth/AvxSynth are now reported through
    av_log and exit, rather than the traditional behavior of generating
    an error video that the user would need to watch to diagnose.

    The main rewrite was authored by d s <avxsynth.testing@gmail.com>
    from the AvxSynth team, with additional contributions by

    Oka Motofumi <chikuzen.mo@gmail.com>
    Stephen Hutchinson <qyot27@gmail.com>
    Diego Biurrun <diego@biurrun.de>
    Anton Khirnov <anton@khirnov.net>

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] configure
    • [DH] libavformat/avisynth.c
  • ffmpeg rtsp over http not working

    17 novembre 2017, par kooli

    I put this conf on ffserver

    HTTPPort 1234
    RTSPPort 1235
    <stream>
    Format rtp

    Feed feed1.ffm
    VideoCodec libx264
    VideoFrameRate 24
    VideoBitRate 100
    VideoSize 480x272
    AVOptionVideo flags +global_header
    </stream>

    I stream with this command

    ffmpeg -i file.h264 http://127.0.0.1:1234/feed1.ffm

    When I watch this stream I can watch via udp and tcp on this url :

    rtsp://127.0.0.1:1235/live.h264

    but i want to stream with rtsp over http(http tunneling).

    How can I do it please ??

  • FFmpeg not working (discord.py)

    30 octobre 2017, par Francesco

    Code :

    channel = ctx.message.author.voice.voice_channel
    link = "https://youtube.com/watch?v=videoidhere"
    voice = await bot.join_voice_channel(channel)
    player = voice.create_ytdl_player(link)
    player.start()

    I’m getting this error :

    AttributeError: 'generator' object has no attribute 'start'

    Might FFmpeg be broken ? If yes, I can’t find a way to uninstall FFmpeg deleting the installation folder.