
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (95)
-
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 (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (5241)
-
fate : fix MSS2 tests on big endian
10 janvier 2014, par Michael Niedermayer -
Create multiple videos from URL image arrays. Excel, CSV, SQL > FFmpeg or NumPy ?
11 avril 2021, par kymadicI have a large Excel spreadsheet (example below) and I'm looking for an efficient way to generate a video for each row using the first column as the filename
videoID.mp4
and with a framerate of 1

Is it possible to use this as an input into FFmpeg somehow ? Perhaps via an SQL database ? I have zero experience with NumPy but it came up during my research. Any suggestions would be much appreciated.





-
why are my local video files (mp4) not playing on chrome ?
1er juillet 2019, par cerrI have some video files. Initially they were
.mkv
and I have converted them to.mp4
as they were not playing in chrome.I just drag-and drop them onto a
Chrome
tab, in an attempt to stream them to myChrome Cast
device on my TV.I’ve converted them using the following command
ffmpeg -i input.mkv -codec copy output.mp4
on Linux. If I load either, themp4
or themkv
inVLC
they play just fine. How do I fix that so that I can cast them to myChrome Cast
? I’ve also tried to drag & drop them onto Chrome running on a Windows machine - am getting the same result though.