Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (87)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number 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
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (6176)

  • Concat video from list.txt using ffmpeg library с++ without command line

    24 novembre 2019, par Orest

    I am new in ffmpeg. I use ffmpeg library in c++. I try concat video from list.txt. I find this https://github.com/FFmpeg/FFmpeg/tree/master/libavformat but I don’t know how to use it

  • doc/infra : List at what companies the name servers are hosted and who provides the...

    26 novembre 2024, par Michael Niedermayer
    doc/infra : List at what companies the name servers are hosted and who provides the servers
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/infra.txt
  • Create video with list of image url and mp3 file using ffmpeg for php

    12 juin 2017, par Darshan ambaliya

    i am creating sideshow with the use of ffmpeg install on my Linux system and when i am try to create slideshow with the list of command then its ok but when i am try to create with long duration mp3 file it will generate video without images here the list of different commands which are working and not wokring

    can you please and let me know what i am missing so you can guide me.

    ffmpeg -r 1/5 -f concat  -safe 0 -protocol_whitelist "file,http,https,tcp,tls" -i /var/www/html/ffmpe/test.txt -i /var/www/html/ffmpe/2.mp3 -c:v libx264 -c:a copy -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" /var/www/html/ffmpe/1.mp4

    //working with 47 seconds songs

    ffmpeg -r 1/5 -f concat  -safe 0 -protocol_whitelist "file,http,https,tcp,tls" -i /var/www/html/ffmpe/test.txt -i /var/www/html/ffmpe/1.mp3 -c:v libx264 -c:a copy -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" /var/www/html/ffmpe/1.mp4

    same command not working with 1.mp3 which is 4 minute and 30 seconds duration

    Here are both commands with differnet mp3 files so can you please check and let me know where i am going wrong .

    test.txt file contains the image urls