
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (63)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parPré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 ) (...)
Sur d’autres sites (12923)
-
Why does ffmpeg burn Chinese subtitles(ass) without word wrap?
10 mai 2023, par bjjoymy 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 Kam4cfirst 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.




I hope a solution will be found.


-
what's the theory of mix audio in the ffmpeg
6 juin 2017, par from_marswhen 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.
-
what’s the theory of mix audio in the ffmpeg.
Do you just calculate the average of the input file ?
-
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)
-