
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (12665)
-
What is the fastest method to compress videos before sending in React Native Chatting app
2 août 2021, par Jawad ChawichSo my question is mainly in the title, I'm working on a chatting app and I have to compress the videos before sending to the database (firebase storage). All I could find till now is ffmpeg, but the issue is that it's taking tremendous amount of time to compress videos, for a 10 sec video it would take like a minute, and i was astonished how fast it's done in whatsapp.. so is there any other method to compress videos faster ? Or does changing the ffmpeg command make an acceptable difference ? the currently used command is "-y -i $rVideoUrl -c:v libx264 -crf 28 -preset ultrafast $finalVideo"


-
How to get a .bat file to process multiple videos ?
29 avril 2019, par L JI’m simply trying to generate screen captures (every 2 seconds) from a large folder of videos. I already have code which works when I drag a single file onto it :
"c:\program files\ffmpeg\bin\ffmpeg.exe" -i %1 -vf fps=fps=1.0/2.0 -qscale:v 2 "%~n1 - %%05d.jpg"
pauseBut this doesn’t work when I drag multiple videos onto it.
I have a poor understanding of ffmpeg scripting, so could anyone please give me the exact code to make this work ?
-
Building a backend that processes (& renders) videos [closed]
26 mai 2020, par nils- 

- How would I go about creating an endpoint to merge Sound-Files and Images/GIFs into an mp4 Video in a Node backend ?
-
Is there a simple library for that or would I have to use ffmpeg commands ?
-
Right now I set up my database using Cloud Firestore - would it make sense to later on publish the whole backend onto Firebase ?









Essentially I'd like to have a platform that allows people to upload music onto YouTube (So videos with sound and preferably animated videos, so not just still images).