
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (37)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (5014)
-
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