
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (5194)
-
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)
-