
Recherche avancée
Autres articles (104)
-
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" (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (9491)
-
Android NDK FFMpeg cant see headers
9 juin 2014, par SayakiI build FFMpeg and I get .so and . files. Now I want to include builded .h file in my .c file like this :
#include
But I get
fatal error: avcodec.h: No such file or directory
compilation terminated.
Here is my .mk file :
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := ndksetup
LOCAL_SRC_FILES := native.c
LOCAL_LDLIBS := -llog
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
include $(BUILD_SHARED_LIBRARY)All of my headers is under include folder in jni folder. Can you tell me what I’m doing wrong.
-
Generate video thumbnail using ffmpeg ; Grab from RTMP server
7 septembre 2011, par Chad WhitakerI have research how to generate a video thumbnail user FFMPEG like so :
ffmpeg -i myfile.flv -vcodec mjpeg -vframes 1 -an -f rawvideo -s 640x480 foo.jpg
But how can I generate a thumbnail when the file is on another server ? Specifically a RTMP server ? for example :
rtmp://foo.rtmphost.com/videos
-
flvdec : Started to remove most of the "only 1-audio+1-video" assumptions
26 août 2011, par Joseph Weckerflvdec : Started to remove most of the "only 1-audio+1-video" assumptions