
Recherche avancée
Autres articles (72)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (8747)
-
Ffmpeg blur part of video interacively
8 septembre 2020, par R NI want to blur part of live stream conditionally in realtime with ffmpeg.

I read aboutzeromq
filter, but the output offfmpeg -filters
says thatboxblur
filter doesn't support commands. For example, I want to blur the bottom half of the video then after some time disable blur then blur all video.

How can I achieve this ?

-
How to accurately remove silence part from the beginning of a video ?
6 mai 2015, par Nir AltmarkI’m trying to use FFMPEG in order to remove silence parts from a video.
I’m not trying to remove only from the audio stream but from both streams together.
In order to do that I’m using the silence detect filter like this.ffmpeg -i input.mp4 -af silencedetect=n=-25dB:d=1 -f null -
Than i take the result, for example :
[silencedetect @ 000000000002ec00] silence_start: -0.0150208
[silencedetect @ 000000000002ec00] silence_end: 4.48898 | silence_duration: 4.504And I’m trying to cut the whole movie using -ss.
ffmpeg -ss 00:00:04.504 -i input.mp4 -vcodec copy -acodec copy output.mp4
Unfortunately, it never really cut the video at the desired point.
If i’ll try to do the same only on the audio stream it will work.
I’ve also tried to re-encode the video, nothing works.Questions :
1. Is this the right way to achieve it using FFMPEG ?
2. Are there other ways to do this ? I’m not bounded to FFMPEG. -
doc/filters : add missed framesync part in filter docs
1er mars 2020, par Jun Zhao