
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (62)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
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 (9003)
-
How can I set drawtext fontsize in ffmpeg according to resolutions ratio
1er mars 2024, par Parsa SaeiHow can I set fontsize for drawtext on video according to width and height of each resolutions, to a certain proportion ?



ffmpeg -i Input.mp4 -vf drawtext="fontfile=OpenSans-Regular.ttf: \
text='New Music Video': fontcolor=white: fontsize=?: r=25: box=1: boxcolor=black@0.3: \ boxborderw=3: x=(20)/2: y=(h-text_h-20) " Output.mp4




I ask this question because when I set it to 24
fontsize=24
for example,it size is defferent at other resolutions,when convert is done.

-
overlay audio volume histogram over static image
10 décembre 2018, par Simone SoleI’m actually working to a project for music video generation using ffmpeg.
I’d like to know if it’s possibile to use ffmpeg itself or a combination of command line component under windows environment to make a visualization of audio spectrum (ahistogram ?) over a static background image like the one I found on the web :Any ideas or coding tips ?
-
ffmpeg stream to ffserver at lower bitrate (incomming x264 and aac)
11 novembre 2014, par Dionis LDoes anyone have any config files for ffserver and the options to use for ffmpeg to send lower bitrate to the ffserver and ffserver to stream using hls ?
I receive data from a live stream ( a music tv channel) witch is x264 and acc and I want to lower the bitrate cause is to hight.
I want to restream using ffmpeg the original tv channel and decrease the bitrate .
I’ll stream to the ffserver so the devices who want to see the channel will not make new internet conenctions will can get the data from local ffserver,so only 1 conection is going to the internet ,the ffmeg one ,the local devices will get data from local ffserver.
But i need to lower the bit rate.I tried different combinations of ffserver settings and ffmpeg options but i think i do something wrong cause ffmpeg dnt like ffserver settings and when it like them ,bit rate is same.
Please help me if you can.
Thank you