
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (102)
-
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (10063)
-
what's your suggestion about AVOption setting for live streaming player in Android ?
4 juin 2015, par Jerikc XIONGI have made a live stream player for android based on ijkplayer. I need some suggestions about the AVOption setting for live streaming. I am new to live streaming. Any suggestion is preferred.
Thanks.
-
html5 video player with concatenation tracks by time [on hold]
26 août 2017, par JensenI have some videofiles (h264) :
http://localhost/001.mp4
http://localhost/002.mp4
http://localhost/003.mp4
http://localhost/004.mp4
http://localhost/005.mp4
...And some meta-information about its duration and time shift from 00:00:00
I want to develop html5 video player, that has time widget with scale from 00:00:00 to 23:59:59. User can click on time widget and player starting show correct videofile from correct position (not always from start).
Company Hikvision (EzvizCloud) has this videoplayer, but it is not for sale
single html5
<video></video>
tag doesn’t support multiple video files.Should i use multiple
<video></video>
tags or just open websocket and draw picture on canvas ? -
FFmpeg .jpg images to .mp4 incompatible with Windows Media Player
8 janvier 2020, par willspillI have a series of 10 images with which I am trying to form an animation. I have used the following code below in the command line :
ffmpeg -f image2 -i plot-%03d.jpg -r 5 -pix_fmt yuv420p -vcodec mpeg4 output.mp4
This creates a .mp4 file with a seemingly valid file size, however, when trying to open with Windows Media Player gives the following error :
Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file.
I have tried many solutions from previous threads but have found no solution. I have checked that my version of windows media player is compatible with mp4, avi, wmv etc. and have tried all of these outputs also. Any ideas of the issue ?
The full code :
M:Example\Frames_plot-001_jpg>ffmpeg -f image2 -i plot-%03
ix_fmt yuv420p -vcodec mpeg4 output.mp4
FFmpeg version SVN-r11200, Copyright (c) 2000-2007 Fabrice Bellard,
configuration: --enable-memalign-hack
libavutil version: 49.5.0
libavcodec version: 51.48.0
libavformat version: 52.1.0
built on Dec 11 2007 14:33:27, gcc: 3.4.5 (mingw special)
Input #0, image2, from 'plot-%03d.jpg':
Duration: 00:00:00.4, start: 0.000000, bitrate: N/A
Stream #0.0: Video: mjpeg, yuvj420p, 4167x4167 [PAR 120:120 DAR
tb(r)
Output #0, mp4, to 'output.mp4':
Stream #0.0: Video: mpeg4, yuv420p, 4167x4167 [PAR 1:1 DAR 1:1]
kb/s, 5.00 tb(c)
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
Compiler did not align stack variables. Libavcodec has been miscomp
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. You may try recompiling using gcc >= 4.2.
Do not report crashes to FFmpeg developers.
frame= 3 fps= 3 q=4.0 Lsize= 917kB time=0.6 bitrate=12522.6
video:916kB audio:0kB global headers:0kB muxing overhead 0.072455%