
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (39)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (6456)
-
avformat/movenc : Add experimental muxing support for Opus in ISO BMFF (MP4).
16 mars 2017, par Matthew Greganavformat/movenc : Add experimental muxing support for Opus in ISO BMFF (MP4).
Based on the draft spec at http://vfrmaniac.fushizen.eu/contents/opus_in_isobmff.html
'-strict -2' is required to create files in this format.
Signed-off-by : Matthew Gregan <kinetik@flim.org>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avformat/mo : Add experimental demuxing support for Opus in ISO BMFF (MP4).
16 mars 2017, par Matthew Greganavformat/mo : Add experimental demuxing support for Opus in ISO BMFF (MP4).
Based on the draft spec at http://vfrmaniac.fushizen.eu/contents/opus_in_isobmff.html
Signed-off-by : Matthew Gregan <kinetik@flim.org>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
How to use FFMPEG to capture a browser's tab content
7 avril 2017, par rikiI’m working on a project where I need to record HTML5 animations that are going to play in different browser’s tabs.
So I’ve been reading a bit, and apparently it could be done using FFMPEG, maybe using the gdigrab device :
https://www.ffmpeg.org/ffmpeg-devices.html#gdigrabWhere you can even grab from a specific window (like record calc.exe using title=Calculator)
I want to use this logic to capture each of the multiple browser tabs contents. (or at least one) But I don’t know the Firefox/Chrome tabs "title" or if they even work as windows.
I’d also need to record audio, so I would need to either mix the computer’s output device with the video from the tab.
If anyone has more information on how I could do this, I would greatly appreciate it.
Thanks,