Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (56)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • is there any maximum ffmpeg running simultaneously ?

    14 décembre 2017, par HQM

    I’m developing a video encoding service using ffmpeg that wrapped by python+django

    My service is running ffmpeg asynchronously by using celery
    The problem is, the resulted video sometimes freezing in some part of the video but there’s no error raised.

    Is there any maximum number that ffmpeg running simultaneously ?

  • FFmpeg : How to apply volume filter fast in ffmpeg

    29 novembre 2018, par Prashant_Sarin

    i am using below code for applying volume filter in ffmpeg, but its taking too long.Let’s say the audio itself is for 5 minutes then applying this filter takes 3 minutes. Can someone help to speed up the process.

    my command is as :

    var command = "-i $audioPath -af volume=enable='between(t,5,10)':volume=0.25,volume=enable='between(t,15,20)':volume=0.25 $outputFile"

    logs are :

    2018-11-29 15:17:16.912 17250-17250/com.example.prashants.ffmpegtest
    D/com.example.prashants.ffmpegtest.service.AudioOverlayService: onProgress -
    ---AudioVolume---- video:0kB audio:3030kB subtitle:0kB other streams:0kB
    global headers:0kB muxing overhead: 1.236199%
    2018-11-29 15:17:16.913 17250-17250/com.example.prashants.ffmpegtest
    D/com.example.prashants.ffmpegtest.service.AudioOverlayService: onProgress -
    ---AudioVolume---- bench: utime=168.977s
    2018-11-29 15:17:16.915 17250-17250/com.example.prashants.ffmpegtest
    D/com.example.prashants.ffmpegtest.service.AudioOverlayService: onProgress -
    ---AudioVolume---- bench: maxrss=65116kB
    2018-11-29 15:17:16.917 17250-17250/com.example.prashants.ffmpegtest
    D/com.example.prashants.ffmpegtest.service.AudioOverlayService: onProgress -
    ---AudioVolume---- [aac @ 0xaf5e4400] Qavg: 15833.816
    2018-11-29 15:17:16.920 17250-17250/com.example.prashants.ffmpegtest
    D/com.example.prashants.ffmpegtest.service.AudioOverlayService: AudioVolume
    success--------- -benchmark -threads 4 -i
    /storage/emulated/0/FFmpegTest/looped.m4a -af
    volume=enable='between(t,5,10)+between(t,15,20)':volume=0.25:eval=frame
    /storage/emulated/0/FFmpegTest/filtered_audio.m4a

    that’s the log from my android studio console

  • Révision 17738 : parametre retour facultatif dans ask_php_auth (utilisé dans l’extension forum)

    20 avril 2011, par cedric -