
Recherche avancée
Autres articles (38)
-
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" (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (5797)
-
Trim video with reference to a start time and end time using FFMPEG
8 février 2015, par SatyI am trying to do an application in which I would like to give option to user to clip a video using double seekbar so that video can be cropped.
I had hassle importing FFmpeg into Eclipse. However, that pain is over, and I got two points of video and can instantiate FFmpeg’s instant.
My focus is to know to know the method and procedure to crop a video.
I got the command of cutting it, that is,
ffmpeg -ss [start] -i in.mp4 -t [duration] -c:v copy -c:a copy out.mp4
However, how do I use this in code ?
-
Revision 68845 : Horaire utilisé comme nom commun est masculin cf : ...
8 janvier 2013, par kent1@… — LogHoraire utilisé comme nom commun est masculin
cf : http://fr.wiktionary.org/wiki/horaire#Nom_commun -
Installing ffmpeg on CentOS 6.6
30 janvier 2016, par Kristaps DrozdovskisIm trying to install ffmpeg,..
When I write comand :git clone --depth 1 http://source.ffmpeg.org/git/ffmpeg.git
I got this error.. why ??
Initialized empty Git repository in
/root/ffmpeg_sources/ffmpeg/ffmpeg/.git/ fatal : dumb http transport
does not support —depthInstalling from this source..
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos