Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (107)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (9968)

  • Number ffmpeg process running

    29 octobre 2022, par GoAmGo

    I'm making a application to create hls channels, my problem is what no can running more than six ffmpeg process at time and i dont know becouse it.

    


    You can see in this video https://www.youtube.com/watch?v=G24KuYMLjsM

    


    The server is apache with php-fpm fcgid and the cuestion is what i can runnig more process whitout problem but i don`t know becouse it limited ffmpeg to six process.

    


    I'm probe all but i think can be a limit in the ffmpeg compitated version ?

    


    When I exec the seven ffmpeg process, ffmpeg say : Conversion Falied !

    


    But I can run others process more with not be ffmpeg , is not a server limit.

    


  • ffmpeg video slideshow script with vertical stack transition ?

    11 mai 2019, par Trần Công Trường

    I have cmd : ffmpeg -y -r 1/5 -i "C :\test\a\%0d.jpg" -r 24 "C :\test\out.mp4"
    I want slideshow script with vertical stack transition. Similar to the video below : https://www.youtube.com/watch?v=3G47V5EDJZw . Thanks

  • ffmpeg encoding with VP8 producing bad looking video

    25 décembre 2017, par Radu

    I am working at a time lapse program that invokes ffmpeg via system() to encode a video from a sequence of JPGs. The user can chose a few options, including the compression codec.
    I am getting very good results when using libx264 and the mjpeg encoder. I am getting so and so results with VP9, and I am getting some horrible results with VP8.

    I am invoking ffmpeg like so : ffmpeg.exe -framerate 12 -i "./output/img_%05d.jpg" -dst_range 1 -color_range 2 -c:v libvpx -b:v 0 -threads 8 -speed 2 -crf 8 "./output/video.webm"

    I uploaded a sample to youtube : https://www.youtube.com/watch?v=eG2jxzR3Uxs (you can see the really bad frames after the 9 seconds mark.

    Any idea what I am doing wrong ?