
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (77)
-
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 (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (14294)
-
x264 encoder source documentation [closed]
9 mars 2013, par deepakCan anyone please let me know if there is any documentation of x264 source available ? Actually I wanted to know exactly what tasks each c file carry out.
I am new to it.
Thanks in advance
-
FFMPEG/libav : how to match a linux lib version to a source code commit
31 août 2016, par GauthierI’m having trouble using a libav function, so I thought I’d dig into the source and see why it’s not doing what I expect.
I want to checkout the source version used on my system, obviously, but I don’t know how to match these.
$ ldd my_application | grep avformat
libavformat.so.56 => /usr/local/lib/libavformat.so.56 (0x00007f629ef8f000)How can I find out the git tag that was used to build version 56 of the shared lib ?
-
How to set source port number, in ffmpeg and udp protocol ?
18 janvier 2021, par Rasoul SharifianI am using FFmpeg library to send webcam frames through udp protocol for my destination.


My command line is :


ffmpeg -f dshow -i video="Lenovo EasyCamera" -vcodec libx264 -f mpegts udp://192.168.30.20:8080 



My problem is on the receiver side, where we can not distinguish the source port number.
Is there any command line to set the source port number ?


Thanks a lot