
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (57)
-
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 (6244)
-
How to use to ffmpeg create video collage from a video captured by an app ? [closed]
18 février 2021, par Bharat singhI am working on a android app, which is based on video collage, in which I have to create collage from selected or captured video. There are different types of collage I have to implement. I have implemented most of them.


But I am stuck when I try to create a specific type of collage.


I have to create a collage in which all video should play one be one.


I have to combine 16 videos all together in a frame, and play them one by one.


It should be look like this :




For now all video are playing together. What should I do so that all videos play one by one ?


-
How to display annotation data on video and render that video in nodejs ?
8 juillet 2019, par Rahul DubeyI’m having a JSON data of annotation’s coordinates which I wanted to display on the video for a particular time and render the video with the annotation.
I saw ffmpeg module. But it doesn’t have this feature
-
Why video size is increasing after adding watermark to video using FFMPEG ?
18 novembre 2019, par Milan TejaniI am adding watermark to video using FFMPEG where i use
-preset ultrafast
in FFMPEG command.which add watermark to video very fast but due to this my output video size increased.ffmpeg -i input.mp4 -i mt.png -filter_complex "overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2" -codec:a copy -preset ultrafast output.mp4
Without Using
-preset ultrafast
input video size 5MB and output video size 5MB
Using
-preset ultrafast
input video size 5MB and output video size 11MB