Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (41)

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

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

Sur d’autres sites (9042)

  • Fluent-FFMPEG : Is it possible to apply a volume filter only after a specific time has passed

    1er juin 2023, par Nobunaji

    I have the following code :

    


    ffmpeg()
.addInput(videoFilepath)
.addInput(soundTrackFilepath)
.inputOptions("-stream_loop -1")
.outputOptions("-shortest")
.complexFilter([
    {
        filter: "volume",
        options: ["0.15"],
        inputs: "1",
    }
])


    


    What i want is for this filter to only be applied let's say after 4s. Is it possible ?

    


  • avcodec/exr : remove wrong scaling for 32bit DWA compression

    8 juin 2023, par Paul B Mahol
    avcodec/exr : remove wrong scaling for 32bit DWA compression
    
    • [DH] libavcodec/exr.c
  • FFmpegKit wav compression in android

    9 juin 2023, par bovietvidai

    I am using arthenica/ffmpeg-kit in android Min version.
I want to implement a command that convert and compress a wav file to mp3 using lamemp3 intergrated in that library
I need a command for it