
Recherche avancée
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (10234)
-
How to stack 2 raw videos ( YUV ) horizontally, using ffplay & lavfi ?
1er juillet 2024, par Pranav SodhaniI know how to stack 2 videos horizontally when they are in a container format using the following ffplay command :


ffplay -f lavfi “movie=movie1.mov[v0];movie=movie2.mov[v1];[v0][v1]hstack"



If my videos, however, are in YUV-format where can I specify the
pix_fmt
&video_size
flags ?

-
Use FFMPEG to merge 4 independent videos into a super frame together [duplicate]
26 janvier 2021, par Seanit is not be 4 videos sequentially, but output in parallel.


the layout would be like



| Video1 | Video 2 |


| Video3 | Video 4 |


what is the command should be here for this case?


-
Android combine videos and images into one video
15 septembre 2017, par Patrix WilliamsI need to make an app which does the following :
- User can select images and videos from his gallery
- This selection must be made into one video with square dimensions
- A watermark has to be added to the resulting video
- All audio must be removed from all videos, and my own audio has to be added (mp3 file)
What would be the option to do this ? I see alot of answers which uses ffmpeg but on Android API > 22 this has huge performance issues with has text relocations.
What would be the best solution ?