
Recherche avancée
Autres articles (18)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (4123)
-
How to set background to subtitle in ffmpeg ?
13 décembre 2020, par supermarioIt is described here how ot burn a srt file into a video. 
However, I want to put a semi-transparent background to the subtitles so that the texts can be read more easily. How can I do that ?


-
Using ffmpeg to increase framerate without changing duration [closed]
11 février 2024, par sarunwI want to increase the video frame rate with FFmpeg.


I found from this website, https://trac.ffmpeg.org/wiki/ChangingFrameRate, that I can use
-r
orfps filter
.

The doc said the output duration of the video would stay the same, but that is not the case in my test.


What I tried so far.


I got a video with a duration of 19 seconds at 1.45 fps (I took this number from the QuickTime app)


After using these commands, fps become 30, but the duration becomes 1 second.


ffmpeg -i <input /> -filter:v fps=fps=30 <output>
ffmpeg -i <input /> -filter:v fps=30 <output>
ffmpeg -y -r 30 -i <input /> <output>
</output></output></output>


Here is the file https://www.dropbox.com/scl/fi/nl6yabgl9yzikx12mkvnu/sample2.mp4?rlkey=wk4fsu2vvkcui31cneq8vruik&e=1&dl=0


-
ffmpeg looping short videos inside collage of video
16 avril 2018, par Yogesh KaleSee reference link :-
https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos
i am making video collage using ffmpeg. i am able to make a collage of videos.So my question is : looping short videos inside collage of video.
currently short video gets finished and remains as it is till large length video ends.i want looping short video till large video ends
i am using overlay of ffmpeg for making collage