
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...)
Sur d’autres sites (8091)
-
drawtext japanese language by ffmpeg !!! plz help me
26 juillet 2021, par Callum McGrathI use drawtext command to write text on video, I succeeded in English but when I use Japanese, the video output shows a square.... I can't edit it here is my code


ffmpeg -y -i "{input}.*" -vf "drawtext="textfile=1.txt:fontfile=/path/to/HGRSMP.ttf:y=20:x=w-t*150:fontcolor=red:fontsize=50"" -codec:a copy "{output}123.*"



File 1.txt :




どのように私に約束をしましたか
Plz help me !




-
Screenshot every 5 or 10 min from rtsp source using ffmpeg
24 octobre 2017, par user8826215Hello i try make script who get screenshot from ip camera every 5 or 10 min
this script is workffmpeg -rtsp_transport tcp -i "$SOURCE"-vf fps=fps=1/20 -update 1 /picture1.jpg
But when i start script. It make one shot for 20 second. I need just one pictures and wanna script stop.
I can make bash script to run script every 5 or 10 min.
When start for 2 time script ask me to Overwrite and i need say Y. This is not good for me.PS. sorry for my bad english
-
RTMPDUMP watermark is possible ?
21 novembre 2014, par sword1stHey first of all sorry for my bad english. I’m trying to record some rtmp content with rtmpdump and it works great but I want to ask : Can I add a watermark when it’s recording ? - If it’s not possible - How can I add a watermark (bottom left) with ffmpeg ? When I try this one :
ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark];
[in][watermark] overlay=10:main_h-overlay_h-10 [out]" outputvideo.flvit fails with error :
"[NULL @ 00000000043c6e00] Unable to find a suitable output format for 'ΓÇôi'ΓÇôi: Invalid argument"
Any ideas how to fix ?