Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (111)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (8782)

  • [FFMPEG]Add 20 black frames at beginning of video (seeking)

    6 mai 2022, par Halano Siblee

    .MOV VFX video animation start at 00:00:00
    I need ffmpeg Command for adding
    
20 black frame at start so video start at 00:00:20

    


    ffmpeg -i input.mov -ss 20 -vcodec copy -acodec copy output.mov


    


    this code above trim first 25 frame i need to add 25 black frames ?

    


  • ffmpeg hflip command causes video to go black

    28 octobre 2017, par user3713080

    Using the command ffmpeg -i test.mp4 -filter_complex "[0]hflip" new.mp4 makes the output video turn completely black in windows media player until you play the file a second time and then frames will be missing.

    If you append the mirrored video after another video it will just simply stop playing once it reaches the time in the timeline where the mirrored video starts. If you put the mirrored video before another video it will simply display the mirrored video as a black screen.

    Any suggestions on how to fix this or another solution i can use in C# to flip and merge videos ?

  • simple way to confirm if a video has a black or transparent background [closed]

    10 juillet 2022, par TheForgot3n1

    What is a method of determining if you are seeing a black or transparent background when working with videos without using anything other than the Windows OS ?