
Recherche avancée
Autres articles (31)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...) -
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
Sur d’autres sites (5872)
-
Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."
26 février 2013, par Diego BiurrunRevert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."
-
command for ffmpeg encode h264 baseline profile level 1
25 décembre 2011, par Morteza M.Can anyone suggest a command to encode video to h264 baseline profile ( level 1) ?
Here is a link for reference : http://blog.mediacoderhq.com/h264-profiles-and-levels/
I used this command but ffmpeg says it is Main profile not baseline.
ffmpeg -i <source> -vcodec libx264 -coder 0 -flags +loop+mv4 \
-partitions +parti4x4+parti8x8+parti4x4+partp8x8+partb8x8 -me_method hex -subq 7 \
-trellis 1 -refs 5 -bf 0 -flags2 +mixed_refs -coder 0 -me_range 16 -threads 2 \
-s 240x160 -b:v 64k -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 \
-qmin 10 -qmax 51 -qdiff 4 -strict experimental -acodec aac -ac 1 -ab 48000 \
-f mpegts udp://127.0.0.1:10006?pkt_size=1316
</source> -
Revision 403145032d : Merge "Use intrinsics for sse2 regular quantize"
2 mars 2013, par JohannChanged Paths : Modify /vp8/encoder/onyx_int.h Merge "Use intrinsics for sse2 regular quantize"