
Recherche avancée
Autres articles (88)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (7709)
-
decode a mp4 video with gstreamer
12 août 2015, par KKcI want to play a mp4 video in Gstreamer, but i got an error with the x264dec which is not found. I wrote this pipeline
gst-launch filesrc \
location=/media/thesis/Gstreamer/pub_Irma.mp4 \
! qtdemux name=demux demux. ! queue ! faad \
! audioconvert ! audioresample ! autoaudiosink demuxer. \
! queue ! x264dec ! ffmpegcolorspace ! autovideosinkAfter this step, my aim is to generate execution traces of a mp4 video decoding.
I don’t know where is the problem with x264dec. -
Linking OpenCV and FFMpeg to other software
12 août 2015, par SerhanHow can I install OpenCV and FFMpeg to only one place in the filesystem and link all the other software, which need them, to those installations while compiling ?
So far, I always had to build OpenCV and FFMpeg again to satisfy the dependencies of the software since I don’t know how to link them externally.
For example, I want to make and install OpenCV only in my
/usr/local
directory and point other dependent software to this location. -
movenc : Allow chapters to be written in trailer
20 août 2013, par John Stebbinsmovenc : Allow chapters to be written in trailer
This allows creation of frame accurate chapter marks from sources
like DVD and BD where the precise chapter location is not known until
the chapter mark has been reached during reading.Signed-off-by : Martin Storsjö <martin@martin.st>