Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (17)

  • 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

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (4319)

  • How to scroll and zoom an image at the same in ffmpeg ?

    8 décembre 2024, par neeebzz

    I have an image of the height 1200px. I want to create a video from this single image.

    


    My final video will be height 450px.

    


    At 0seconds I want to show a 2xZoomed version of the image. Then it in 2 seconds it should zoom out to it's original width. And then it start scrolling to the bottom and then at the end it starts scrolling back. This should be on loop until the end of the video.

    


    Also I am want the this whole image to be faded to 50% since I will overlay another video on top of it.

    


    I am trying to use the zoompan filter but it seems to be not working. Especially I tried using t variable in it to change zoom based on duration but it doesn't accept.

    


  • Revision 3760 : Oups le inclure inc/head doit passer avant les autres js porte plume a ...

    28 juillet 2010, par kent1 — Log

    Oups le inclure inc/head doit passer avant les autres js porte plume a changé également ... Ce plugin ne sera compat qu’avec la 2.1.1 au final et les dernières versions de porte plume (en extension)

  • ffmpeg - audio is 500ms behind video in screen recording

    3 octobre 2020, par Riz

    I am trying to record my screen along with the audio using ffmpeg 4.3. But in the final output, my audio is around 500ms to 1sec behind the video. Why is this happening ? How this can be fixed ? Here is the command I am using on Windows 10 machine :

    


    


    ffmpeg.exe -threads 4 -rtbufsize 1024m -f dshow -i audio="Microphone
(Realtek Audio)" -f gdigrab -offset_x 0 -offset_y 0 -video_size
1920x1080 -framerate 30 -probesize 32 -i desktop -pix_fmt yuv420p -c:v
libx264 -crf 28 -preset ultrafast -tune zerolatency -movflags
+faststart test.mp4