
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (80)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (11060)
-
Centered text in FFMPEG
16 mai 2015, par Daniel TanIs there a simple way to show centered text (i.e. centered-aligned) with the drawtext filter in ffmpeg ?
Currently it is shown that x and y are parametric, and I used the
x=(w-tw)/2
to center text, but it only centers the whole text box.
-
mips : optimization for float aac decoder (core module)
28 janvier 2013, par Mirjana Vulinmips : optimization for float aac decoder (core module)
-
How to add text with zoom out effection on video in FFMpeg ?
29 septembre 2018, par Alexia1990I am developing android app with ffmpeg.
I`d like to add text on video and set the zoom out animation on it.
I can marquee the text from bottom to top and from left to right.
If someone has experiences on zoom out animation of text with FFMpeg, please give me the tip.
Here is my code.ffmpeg -i input.mp4 -vf "drawtext=fontfile=/path/to/font.ttf : text =’Test Line’:fontcolor=red:fontsize=65:x=100 : y=if(lt(t\,8)\,30*t\,240)" output.mp4