Recherche avancée

Médias (91)

Autres articles (98)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Why does ffmpeg burn Chinese subtitles(ass) without word wrap?

    10 mai 2023, par bjjoy

    my ffmpeg burn subtitle example

    


    ffmpeg burn ass subtitle to mp4. The properties WrapStyle(0:word wrap, 1 : the char '\N' or movie edge force change line, 2 : only \n and \N change line).

    


    English subtitle run OK.
Chinese subtitle has no word wrap when WrapStyle=0.

    


  • Trouble turning the screen horizontally in ffmpeg

    10 avril 2021, par Kam4c

    first of all I will try to explain this problem by using google translate because I do not know English well.

    


    I'm trying to post my screen recording on my webcam with ffmpeg. My screen is reversed horizontally in a way that I don't understand when I do this. I will need help for this.

    


    ffmpeg -f x11grab -r 60 -s 1366x768 -i :0+0,0 -vf hflip -vf scale=1920x1080 -pix_fmt yuv420p -f v4l2 /dev/video50


    


    I did a few researches on the internet to fix this. A few parameters like -vf vflip are used, but I have tried almost all of them.
But I couldn't get any results.

    


    Screenshot :
enter image description here

    


    I hope a solution will be found.

    


  • what's the theory of mix audio in the ffmpeg

    6 juin 2017, par from_mars

    when I wanted to mix two file into one, I found the toolkit.when I did
    this after following the command, everything was fine,just like :

    ffmpeg -i 1.wav -i 2.wav -filter_complex amix=inputs=2:duration=longest:dropout_transition=2 out.wav

    but there is something I want to know.

    1. what’s the theory of mix audio in the ffmpeg.

      Do you just calculate the average of the input file ?

    2. what’s the dropout_transiton.

      and I found the reference in the website : dropout_transition
      The transition time, in seconds, for volume renormalization when an input stream ends. The default value is 2 seconds.
      .
      but I don’t know what’s the mean.

      if dropout_transiton=0, what would happened ?

    Thanks !(sorry for my poor english)