
Recherche avancée
Autres articles (62)
-
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 (...) -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (4815)
-
Revision ddfc87c6f3 : Merge "Making input pointer constant for all fdct/fht functions."
26 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Merge "Making input pointer constant for all fdct/fht functions." -
FFMPEG won't configure for iPhone
5 août 2016, par iSkytheI have downloaded FFMPEG via svn, and put the gas-preprocessor into usr/local/bin. But, when I try to post the following code into terminal, it says :
-bash: ./configure: No such file or directory
This is the code :
./configure
—cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc —as=’gas-preprocessor.pl /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc’
—sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk —enable-cross-compile —target-os=darwin —arch=arm —cpu=arm1176jzf-s —disable-pic —enable-gpl —enable-postproc —disable-debug —disable-stripping —enable-avfilter —enable-avfilter-lavf —extra-cflags=’-arch armv6’ —extra-ldflags=’-arch armv6’I am using Snow Leopard 10.6.1. What am I doing wrong ?
-
How to play a FFMPEG video in all platforms(Window, iPad/iPhone, and Android)
11 décembre 2014, par flightI have created a video through screen capturing using FFMPEG.
FFMPEG Command is :"ffmpeg -f dshow -i video=\"screen-capture-recorder\" -r 15 -t 20 SC1.mp4"
This video is playing in only VLC player. Need to play this video in all player and on all platforms.
Please recommend a feasible approach to solve this problem.