Recherche avancée

Médias (91)

Autres articles (48)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6107)

  • YouTube fixed is player problem with old IE, so changing examples back over to the HTML5 player, rather than AS3.

    12 juillet 2013, par jackmoore
    YouTube fixed is player problem with old IE, so changing examples back over to the HTML5 player, rather than AS3.
    Used latest jQuery lib
  • Inserting an image inside a video every few frames using ffmpeg

    9 mars 2017, par Erez Hochman

    Can I use FFMPEG to insert an image every 20 frames in a video ?
    I’m trying to create a subliminal message experiment and I thought it would be an easy way to make it but I can’t find anything online.

    I tried to make something myself and created a script that :
    1.splits a file into audio and video files
    2.splits the video into frames
    3.overwrites every 20th image in the sequence with the message image
    4.re-encoding the video
    5.concatenating it with the original audio

    this works but it’s way more disk space consuming to be comfortable, is there a better way to do this ?
    any advice or thought would be happily welcome.

  • Inserting an image inside a video every few frames using ffmpeg

    31 juillet 2023, par Erez Hochman

    Can I use FFMPEG to insert an image every 20 frames in a video ? 
I'm trying to create a subliminal message experiment and I thought it would be an easy way to make it but I can't find anything online.

    



    I tried to make something myself and created a script that :
    
1.splits a file into audio and video files
    
2.splits the video into frames
    
3.overwrites every 20th image in the sequence with the message image
    
4.re-encoding the video
    
5.concatenating it with the original audio

    



    this works but it's way more disk space consuming to be comfortable, is there a better way to do this ?
    
any advice or thought would be happily welcome.