Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (102)

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6681)

  • Video speed slow down in FMPEG

    8 janvier 2019, par Diego

    I am trying do bit slow video speed slow down which H264 format in fmpeg at android,When I run below code, it makes slowly and makes error.

    String[] cmd3 = {"-i",h264_path,"-filter:v","setpts=1.25*PTS",h264_new_path};

        try {
            executeCommand(cmd3);
            }
        catch(FFmpegCommandAlreadyRunningException e) {
            e.printStackTrace();
            }
  • avfilter/af_sofalizer : speed up fast convolution

    25 décembre 2018, par Paul B Mahol
    avfilter/af_sofalizer : speed up fast convolution
    

    Do inverse FFT only once per output channel.

    • [DH] libavfilter/af_sofalizer.c
  • avfilter/af_headphone : speed up fast convolution

    25 décembre 2018, par Paul B Mahol
    avfilter/af_headphone : speed up fast convolution
    

    Do IFFT only once per output channel.

    • [DH] libavfilter/af_headphone.c