
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (52)
-
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 (...) -
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (5689)
-
usding ffmpeg How set watermark to video , and how split one video to multiple video using ffmpeg [on hold]
7 décembre 2013, par user2452749Resp. sir
i have quest about
ffmpeg
1) usding ffmpeg How set watermark to video ,
2) and how split one video to multiple video using ffmpeg -
Live video broadcasting in android using front and back facing cameras [on hold]
1er décembre 2016, par Jun KimThis is my first time I am posting a question on Stack Overflow.
I am currently developing an android application. My goal is to make an app that captures and records video and broadcasts it to other mobile devices as well as web browsers like
facebook
live.
(Nowadays, famous apps like Youtube, Facebook, Twitch, Periscope has this function)Now, I am just researching what technologies and ways to develop this app.
I have been researching and reading a lot of blogs and documentations for the past five weeks about FFMpeg, different types of streaming technologies, types of web servers etc. I decided to use MPEG-DASH for my app and nginx server (Nginx-rtmp-module).
While searching further, I got stuck and confused about how I can possibly capture & record video using internal camera of Android mobile devices.
I was thinking that I could use MediaRecorder to capture & record (I could hardly find an example using MediaRecorder to record video) and use FFMpeg
to somehow encode with the certain video and audio codecs to make a container format and send it to nginx server to broadcast other devices.
But then.... i am not sure if this is the right way to do it...My questions is... I would like to know the whole process (in detail if it possible) how I can possible record and broadcast to other devices.
The whole process of recording video using internal camera that is in user’s mobile device and send the frame to the server to broadcast to other devices seems difficult to imagine for me... Can anyone elaborate ?
Or any suggestion about how can I reach my goal ?
Every help would be appreciated. -
Python/ FFMpeg : how can I in python have ffmpeg extract image from video, edit images, then create new video with sync'd audio from source video ?
24 avril 2021, par Chris WaltersI have a video input.mp4. I want to extract frames from input.mp4, modify them, and then recreate a new video with the same properties as the original, including sync'd audio. How can I do this in Python ?


Thanks !