Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (46)

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

  • How you show the GOP structure of a video ?

    1er mai 2016, par medic911

    I use ffmpeg and h.265 codec. I want to evaluate the structure of the GOP. I found how to do with ffprobe :https://forums.creativecow.net/thread/291/71

    ./ffprobe -show_frames -pretty two_pass.mp4 | grep size|pict_type|coded_picture_number’

    I tried it but it did not work. Are there some similar solution ?

  • How to keep the file size of a stream small and have manycam show a live picture ?

    6 juillet 2017, par P. Dee

    I am using this command

    ffmpeg -i "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov" "C:\wamp\www\streaming.mjpeg"

    to stream to "C :\wamp\www\streaming.mjpeg". Then I am using SimpleHTTPServer to create a web server for this folder.

    Then I am pointing ManyCam’s ip camera to the address of the file on the web server

    http://127.0.0.1:8000/streaming.mjpeg

    And select it in ManyCam.

    As a result ffmpeg creates a file that gets bigger and bigger and ManyCam shows an endless time-lapsed loop of what the camera records or recorded minutes ago.

    How to keep the file size small and have ManyCam show a live video feed ?

  • How to let OMXPlayer show embeded SRT subtitles in a mp4 file ?

    20 novembre 2022, par Eddy Sorngard

    Is there a way to get OMXPlayer to display the embedded subtitles in foo.mp4 without extracting the subtitles with ffmpeg to foo.srt, and without hardcoding the subtitles into foo.mp4 ?