Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

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 (10108)

  • How to make ffmpeg fast speed with curl ?

    26 octobre 2016, par s_zhang

    If use ffmpeg to do a big size video on the internet, the speed is very slow.

    $ ffmpeg -i  

    If use curl to try to make it fast like this way, it finished soon and the result was not right.

    $ curl -s  | exec ffmpeg -i -

    Is there a good way to make it fast ?

  • FFMPEG HLS video speed is too fast

    22 mars 2016, par MM PP

    I am trying to make a .m3u8 hls playlist locally on my computer. I am using Windows 7, 32 bit.

    I am a begginner of FFMPEG, and finally I combined some commands into this :

    ffmpeg -re -rtbufsize 999999k -y -f dshow -video_size 640x360 -r 15 -i video="ManyCam Virtual Webcam" -c:v libx264 -crf 18 -profile:v main -maxrate 999999k -bufsize 99999k -pix_fmt yuv420p -flags -global_header -hls_time 10 -g 3 -hls_list_size 2 -hls_wrap 0 -start_number 1 D:\\stream\stream.m3u8 -tune zerolatency

    The problem is that while playing the m3u8 playlist with VLC or a HLS player, the video speed is faster than normal.

    If you need more info, please comment.

    EDIT

    If I play one of the .ts files, the problem is the same.

    Thank you so much !

  • avfilter/af_sofalizer : speed and clean up fast convolution a little

    9 janvier 2017, par Paul B Mahol
    avfilter/af_sofalizer : speed and clean up fast convolution a little
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/af_sofalizer.c