Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (58)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10263)

  • 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 !

  • Android Video Compression [on hold]

    10 mars 2015, par Arif Gencosmanoglu

    I am planning to build a small Android JAVA application that compresses images and videos. I did the image compression part and my .apk size is 1.5MB. However when I do the video compression part by using ffmpeg the application size goes up to 20.0MB. This library has tons of features that I am not using. I only need a simple video compression module to add.

    Is there any other video compression methods or functions that will be useful ?

    Thanks.