Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (97)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (6825)

  • avformat/http: support reading compressed data

    22 juillet 2013, par Zhang Rui
    avformat/http: support reading compressed data
    

    Derived from VLC’s http module.
    Original authors :
    Antoine Cellerier <dionoea@videolan.org>
    Sébastien Escudier <sebastien-devel@celeos.eu>
    Rémi Duraffort <ivoire@videolan.org>
    Rémi Denis-Courmont <remi@remlab.net>
    Francois Cartegnie <fcvlcdev@free.fr>

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

    • [DH] libavformat/http.c
  • Merge commit ’d010e95f86089abe9a3d4d4a66ac8102312d28a4’

    19 juillet 2013, par Michael Niedermayer
    Merge commit ’d010e95f86089abe9a3d4d4a66ac8102312d28a4’
    

    * commit ’d010e95f86089abe9a3d4d4a66ac8102312d28a4’ :
    avserver : Remove unused loadable module support

    Conflicts :
    configure
    ffserver.c

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

    • [DH] configure
    • [DH] ffserver.c
  • EM28xx input source, ffmpeg raspbian issue [on hold]

    19 mars 2015, par kamilw7

    I have a big problem with USB2861 video grabber connected to RPI (em28xx module).

    Grabber has two input : 0=svideo, 1=composite.

    When I use command :

    mplayer tv:// -tv device=/dev/video0:input=1

    everything works very good - I’ve got a composite stream on my screen, but I have no idea, what should I do to get this stream in ffmpeg.

    ffmpeg -f video4linux2 -i /dev/video0 use 0 input (svideo), I want to use 1 input (composite), but command :
    ffmpeg -f video4linux2 -i /dev/video0:input=1 show me an error.. (No such file or directory).

    It is possible to change input of device in ffmpeg ?
    Thanks in advance !