Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (81)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (11009)

  • problem merging multiple images and one audio into a video

    24 juillet 2019, par Sumit Kumar

    I got 22 png images named like this pics1.png, pics2.png ... pics22.png

    I also got a wav file of duration 00:02:25

    I am trying to merge them into a video using ffmpeg, but the problem is that audio keeps falling back (lags behind the image)

    In the video, the audio is still explaining image number 20, while image on the screen is image number 22, pics22.png...

    I got many more videos to make this way, sometimes images are over 100, and audio is many minutes long.

    No matter what calculation I use, I cannot get these audios and images merged properly into a video...

    Please tell me ffmpeg command I can use in "general" to do this.

    This is the command I am using so far.

    ffmpeg.exe -y -framerate 115/65 -i pics%d.png -i rmt.wav -ar 44100 -s 800x600 video.flv
  • Revision 3671e629ad : Fix the vpxenc mismatch problem due to seperate the boarder size for encoder and

    22 janvier 2014, par hkuang

    Changed Paths :
     Modify /vpxenc.c



    Fix the vpxenc mismatch problem due to seperate
    the boarder size for encoder and decoder.

    Change-Id : I7291a9e06035d1533202d7a75ab40abfc1131342

  • doc/ffplay, ffplay : add information regarding volume control

    27 septembre 2015, par Ganesh Ajjanagadde
    doc/ffplay, ffplay : add information regarding volume control
    

    ffplay now supports dynamic volume control. This documents the supported
    behavior.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/ffplay.texi
    • [DH] ffplay.c