Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (54)

  • 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

  • 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

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

  • Installation of opencv and ffmpeg on anaconda

    17 mars 2017, par user564650

    I am using an amazon EC2 instance and working on a deep learning problem. I want to install opencv along with ffmpeg on anaconda python in order to process the video frames. Can somebody please help out with the installation ?

  • ffmpeg0.11.1 streaming issue h264

    11 septembre 2012, par ameeth

    I am using ffmpeg 0.11.1 onto a panda board for streaming. Linux linaro-developer 3.4.0-1-linaro-lt-omap #1 120625232503-Ubuntu Sx Ubuntu os.

    ./ffmpeg  \
    -f alsa -async 1   -ac 2 -i hw:2,0  \
    -f video4linux2  -s vga -i /dev/video0  \
    -acodec aac -b:a 40k \
    -r 25 -s vga  -vcodec libx264 -preset fast -strict -2  -b:v 320K -pass 1 \
    -f h264 rtmp://.../live/mp4:demo101

    by the above command i able to stream but after a minimum time around 2 min streaming stops
    can any help me to resolve this problem.

  • yocto, how to build ffmpeg dev packages

    28 mai 2018, par Alek

    I got a yocto built for imx board. I can build ffmpeg package, but need also to populate headers and libraries in my SDK. Building using bitbake core-image-minimal -c populate_sdk does not add ffmpeg headers to SDK image.

    Didn’t have any problems with prervious libraires like modbus, etc.

    How to build ffmpeg development packages ?

    Thanks in advance.