
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (40)
-
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 (6300)
-
Add text or draw lines on video
19 février 2015, par Hayk NahapetyanI’m searching for some library or tool for android for editing videos(e.g. drawing lines, adding text on some part of it). I tried to get frames of the video and add the text on some of them but it took a lot of time (8 seconds for video with 20 seconds length). So is there any way for editing video in a short time ?
thanks in advance
-
laravel ffmpeg Video not resizing
9 octobre 2018, par JayJay123I’m using laravel ffmpeg and I am trying to resize the video but it’s unable to probe. Any suggestions ? here is my code
$d= FFMpeg::open($filename)
->addFilter(function ($filters) {
$filters->resize(new \FFMpeg\Coordinate\Dimension(640, 480));
})
->save('newvideo.mp4');Thanks in advance
-
resize video using ffmpeg compiled for android libraries [closed]
19 juillet 2012, par SergeyDIn my native android project I need to reduce a size of video file.
I've already built ffmpeg shared/static libraries, but I don't have any idea how to use it. Most of examples for ffmpeg usage are for command line.
So, can anybody provide me sample code or ffmpeg tutorials link of how to integrate these libraries into my project and use them.I'm working with Windows7, Eclipse IDE, cygwin.
Thanks in advance !