
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 (67)
-
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 (...) -
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 (...) -
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 (...)
Sur d’autres sites (8887)
-
lavfi : Add OpenCL unsharp mask filter
14 novembre 2017, par Mark Thompsonlavfi : Add OpenCL unsharp mask filter
Intended to replace existing opencl mode of the unsharp filter.
Supports many more pixel formats and works without immediate upload
and download of frame data. The options are compatible with the
existing filter. -
Evolution #4657 : Renommage du menu maintenance
10 février 2021, par Maïeul RouquetteCela étant, ce n’était pas ma proposition d’avoir "Base de données" "Sauvegarde la base" et "Restaurer le base". Mon point de départ c’est qu’une sous entrée "maintenance technique" dans un menu "maintenance" c’est pas hyper clair...
-
ffmpeg delete menu field
10 juillet 2023, par Vladislav MikhinHow to delete a menu from a file ?
I have an hls segment on which I want to overlay text using ffmpeg drawtext.
After superimposing the text, I have a menu field.
There will be a screenshot below comparing these files : file 2c746ab0-db4e-455a-8863-b57e3a513769.ts source hls segment , file 2c746ab0-db4e-455a-8863-b57e3a513769_1.ts hls segment on which the text was superimposed.




I tried not to copy metadata, but it is not in the original hls segment. ffmpeg creates this menu field itself.


the command I run


ffmpeg -i path_for_hls_segment \
 -vcodec libx264 \
 -vprofile baseline \
 -g 30 \
 -acodec aac \
 -strict -2 \
 -vf drawtext=text='Text':x=640:y=360:fontsize=24:fontcolor=white \
 new_hls_segment