
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (109)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (12816)
-
ffmpeg_filter : check that the input media type match the filter
14 août 2013, par Michael Niedermayer -
Close and reopen stream
7 janvier 2020, par ExpressingxI’m streaming video from a camera into a file. Using
mp4
but if there is unexpected power off the video gets corrupted. So I’m going to store the video in a backup file whereffmpeg
will write frames to temporary file and in some interval the content of that file will be copied to the backup file. So far so good, but in order backup file to be not corrupted I have to write the trailer first (I guess) to the temp file and eventually close the stream and then copy the content. After that reopen the stream to the temp file. But I’m gettingAttempted to read or write protected memory
if I try to callav_write_trailer()
after its already called once.Is there even a way to achieve that or if I expect power off I should use other format like
flv
? -
ffmpeg on 15+ GUIs via SSH
2 septembre 2017, par P. KonTask - I have 15+ gui applications (requiring GPU access) that need to be captured by ffmpeg at once. The machine doing the work is server sitting in server rack, and only access is via SSH.
My terrible plan - To force graphical desktop to load, I was thinking of getting fake hdmi dongle for gpu, changing resolution of display to fit all 15 application and record each of them in grid, but it just feels like nasty solution.
What would you recommend ? Server currently has Ubuntu 16.04, but if really necessary, any distro could be installed.