
Recherche avancée
Autres articles (42)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (6597)
-
How to trim a video using ffmpeg with filter complex ?
3 mai 2019, par Siddharth BhavsarThis is the command I’m using -
-I video.mp4 -i image.png -filter_complex [0:v]trim=0.591:2.815,[0:a]atrim=0.591:2.815,overlay=0:0 -c:a copy -c:v libx264 -preset ultrafast output.mp4
I get the error -
Too many inputs specified for the "atrim" filter.
Error initializing complex filters -
Evolution #4183 : Utiliser l’API Mediabox pour la modale des actions (et non strictement colorbox)
15 février 2019, par placido .Il y a avait une lacune dans le tout premier diff en effet.
Voilà qui devrait convenir, styles CSS y compris.Merci pour les tests.
-
Distributing FFMPEG transcoding workload over child processes in Node.js
8 février 2018, par WasbeerI am transcoding a video from .mkv to MP4 format on a node.js server. When using a 10MB+ file the transcoding takes a whole lot of time. Is there a way to distribute the transcoding of a single file over multiple CPU cores by using the Node cluster and/or child_process modules ?
Please see the project here :
https://github.com/wassbeer/video-transcoding-nodejs-ffmpegThank you