
Recherche avancée
Autres articles (16)
-
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (3371)
-
FFMPEG command is still referring to old build [on hold]
15 octobre 2015, par GlacialFlamesThe version of FFMPEG that came on my server does not have the correct codecs I need for web encoding.
I’ve followed this guide to completion to recompile FFMPEG on my server https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
Now when I use the FFMPEG, it is still calling the old build as it shows the build date as 2013 and it doesn’t have the codecs I chose.
I’m lost as to how I should proceed, I can’t find where the new build is located on my server either.
Did I need to uninstall FFMPEG before following the guide ? How would I do that ?
I’m using CENT OS 6.4
I apologize if this is something obvious, I am new to linux.
Thanks for any help, I’m really stuck on this.
-
C# Desktop recorder h.264 cross-"computer"
14 décembre 2013, par rodiI was looking for a method with "least requirements" for a maximum compatibility.
I have seen that there are mainly 2 ways : through directx, through .NET ( only >Win7) but both requires Win7 Or DirectX 9 installed.
could
ffmpeg
be useful ? I have tried following this Wiki, but it prompts me :> ffmpeg -f dshow -i video="UScreenCapture":audio="Microphone" output.flv
[dshow @ 00000000003ea700] Could not find video device.
video=UScreenCapture: Input/output errorAny advice ?
-
ffmpeg invalid argument for vp9 encoding
17 juin 2015, par user3083672I’m following the recommended settings for vp9 encoding here : http://wiki.webmproject.org/ffmpeg/vp9-encoding-guide
Using this command :
ffmpeg -i test.mp4 -c:v libvpx-vp9 -pass 1 -b:v 1000K -threads 8 -speed 4 \
-tile-columns 6 -frame-parallel 1 -auto-alt-ref 1 -lag-in-frames 25 \
-an -f webm /dev/nullproduces the following error :
[NULL @ 0000000005a209c0] Unable to find a suitable output format for '\'
\: Invalid argumentAny ideas ?