
Recherche avancée
Autres articles (38)
-
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 (3686)
-
SDL/ffmpeg on iOS showing only blank or white screen
3 avril 2018, par Law GimenezI am following this ffmpeg/SDL tutorial using Swift and using the URL path as
let urlPath = "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov"
but it is only showing white or blank and it does not show anything. I want to show a window as what other tutorials say.I logged all the flow and there is no error. I have very little experience on SDL, let me know if some part of the code is not working.
-
FFmpeg - Putting a Lower bitrate of my video stream in my current mp4 container
10 avril 2014, par CampiadorSorry if my question is too noobish, this is my first FFmpeg experience.
What I have is :
An mp4 movie with a video stream and an audio stream.
What I want in the output :
Is an mp4 file containing : the same video stream + the same audio stream + the same video stream with a lower bit-rate
Can anyone please tell me the appropriate ffmpeg command ?
-
Is it possible to set up ffmpeg as a repeater ?
15 janvier 2021, par DigitalDisasterI am using this PyLivestream library to stream files to youtube. the problem is that once it finishes each video the scren goes down for a second until the next video starts. because it's simply just creating ffmpeg command and running then directly in a subprocess for each media file.


Is it possible to configure an instance of ffmpeg that will always be streaming to the destination. It could just be a blank screen or an image. And it also has an input, so I can point PyLivestream to the repeater.


This way the repeater will create one long un-interupted stream experience, but I can still use PyLivestream to stream the individual files.