Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (56)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (7162)

  • Revision 5ebaf743c072e971112a59bf6316773c860a08ec : debug de la copie de base a base git-svn-id : ...

    17 septembre 2010, par Cerdic — Log

    debug de la copie de base a base git-svn-id : svn ://trac.rezo.net/spip/spip@16190 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d

  • Layer black & white video over background so black pixels are transparent in FFMPEG

    4 février 2018, par Dan Weaver

    I’m trying to blend a video containing black and white animated text over a static background image. I can successfully blend them but no matter what blend mode I use I can’t get the effect I want.

    I’m looking for an effect similar to Photoshop’s ’Add’ blend mode where the color values of each pixel are added together. This results in no change where the top layer (video) has black pixels, effectively making the black background appear transparent.

    This is what I’m trying to achieve :
    enter image description here

    ffmpeg -i text.mp4 -loop 1 -i image.jpg \
    -filter_complex 'blend=all_mode=addition' -t 1 result.mp4

    I tried all the modes of the blend filter but none of them produce this effect. I thought Addition would be the one to work but the resulting video has a pink tint. Maybe there is some mismatch between color channels ?

    How can I get the result I’m looking for ?

  • 3 times concat, 3 times the same video, with 1 command running the entire folder

    20 avril 2020, par Amazon

    I have assumed the example below and my code I want to keep it short. Thank you for taking time for me
3 times concat, 3 times the same video, with 1 command running the entire folder

    



      ffmpeg -y -f concat -i "a\1.txt" -c copy b/1.mp4
  ffmpeg -y -f concat -i "a\2.txt" -c copy b/2.mp4
  ffmpeg -y -f concat -i "a\3.txt" -c copy b/3.mp4
  ffmpeg -y -f concat -i "a\4.txt" -c copy b/4.mp4
  ffmpeg -y -f concat -i "a\5.txt" -c copy b/5.mp4
  ffmpeg -y -f concat -i "a\6.txt" -c copy b/6.mp4
  ffmpeg -y -f concat -i "a\7.txt" -c copy b/7.mp4
  ffmpeg -y -f concat -i "a\8.txt" -c copy b/8.mp4
  ffmpeg -y -f concat -i "a\9.txt" -c copy b/9.mp4
  ffmpeg -y -f concat -i "a\10.txt" -c copy b/10.mp4
  ffmpeg -y -f concat -i "a\11.txt" -c copy b/11.mp4
  ffmpeg -y -f concat -i "a\12.txt" -c copy b/12.mp4
  ffmpeg -y -f concat -i "a\13.txt" -c copy b/13.mp4
  ffmpeg -y -f concat -i "a\14.txt" -c copy b/14.mp4
  ffmpeg -y -f concat -i "a\15.txt" -c copy b/15.mp4
  ffmpeg -y -f concat -i "a\16.txt" -c copy b/16.mp4
  ffmpeg -y -f concat -i "a\17.txt" -c copy b/17.mp4
  ffmpeg -y -f concat -i "a\18.txt" -c copy b/18.mp4
  ffmpeg -y -f concat -i "a\19.txt" -c copy b/19.mp4
  ffmpeg -y -f concat -i "a\20.txt" -c copy b/20.mp4
  ffmpeg -y -f concat -i "a\21.txt" -c copy b/21.mp4
  ffmpeg -y -f concat -i "a\22.txt" -c copy b/22.mp4
  ffmpeg -y -f concat -i "a\23.txt" -c copy b/23.mp4
  ffmpeg -y -f concat -i "a\24.txt" -c copy b/24.mp4
  ffmpeg -y -f concat -i "a\25.txt" -c copy b/25.mp4
  ffmpeg -y -f concat -i "a\26.txt" -c copy b/26.mp4
  ffmpeg -y -f concat -i "a\27.txt" -c copy b/27.mp4
  ffmpeg -y -f concat -i "a\28.txt" -c copy b/28.mp4
  ffmpeg -y -f concat -i "a\29.txt" -c copy b/29.mp4
  ffmpeg -y -f concat -i "a\30.txt" -c copy b/30.mp4


    



    File txt 1..... 30

    



    file 1.mp4
file 1.mp4
file 1.mp4


    



    file txt 2 
 file 2.mp4
 file 2.mp4
 file 2.mp4
........ 30