
Recherche avancée
Autres articles (102)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie 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 (...)
Sur d’autres sites (11155)
-
Creating a video with a background colour and animated text - BEGINNER
7 avril 2017, par IllepI want to generate a
video
that will display a yellow background colour for 2 seconds. Then display some animated text from the 6th to 10th second.I have tried the animated text and it works ok (code given below). But, I need to only display it from the 6th to 10th second. How can I do this ?
I also need to know how to add a background colour and make it display from the 1st to 5th second.
My workings so far :
ffmpeg -y -i video.mp4 -acodec libmp3lame -vcodec libx264 -pix_fmt yuv420p -b:a 192k -b:v 1400k -ar 44100 -crf 18 -vf "drawtext=text=string1 string2 string3 string4 string5 string6 string7 :expansion=normal:fontfile=SIXTY.ttf: y=h-line_h-10:x=(mod(5*n\,w+tw)-tw): fontcolor=white: fontsize=40: shadowx=2: shadowy=2" -an left_to_right_small.mp4
-
ffmpeg drawtext to 'burn' text to video
13 janvier 2018, par itsmeI made a video in .MOV format which I edited until I got a mp4 file. Instead of subtitles, I used multiple drawtext feature (in a bash batch file) of ffmpeg to add texts.
In a China Weibo post (like twitter), I link to my uploaded video in Youku. If I click on the youku link, it brings me to youku and the video plays with the text. When I click on the video image of Weibo (I supposed hosted video or live streaming , etc ?) the video plays but without the text from drawtext.
Is there a way I could redo my drawtext (with some settings) so that the text could not be removed by weibo ?
[edit]
Very sorry. My mistake. I am new to Weibo with only 1 post. Weibo gives an image for preview of any video link. I think it is limited to 6 min 30secs. My drawtext starts only after. -
Add watermark text on mkv video using ffmpeg on windows version
27 mars 2018, par Movie nowI want to put a text watermark on my mkv video using ffmpeg which appears almost 3 times for a short period of time in the whole video.
The code that i am using :
ffmpeg
-i Kaalakaandi.mkv
-map 0
-vf "drawtext=enable='between(t,600,660)':fontsize=20: \
fontfile=C:\Windows\Fonts\arial.ttf:
text='For More Visit Movienow.me':
x=w-tw-10:
y=h-th-10" -c:
v libx264 output.mkvBut I am getting this error :
At least one output must be specified