
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10015)
-
x11grab flickers in OpenGL draw areas [on hold]
17 septembre 2014, par Cameron BallI use ffmpeg’s x11grab to do some screencasting. It works pretty well except on 3D stuff. In particular it seems like 3D draw areas flicker in and out. You can see an example of it here
The issue is present even when I capture only the screen (i.e., not adding in all the other fancy stuff and the webcam capture).
I’ve done a lot of googling on this issue and have found people with a similar issue, but no solution. Many suggest that it is due to OpenGL rendering directly to the hardware and bypassing X11 entirely.
Does anyone know of a way to deal with this ? If it matters I’m using an nVidia graphics card.
-
How can I run this command in a shell script
21 janvier 2011, par SaschaThis is my shell script but it gives errors :
#!/bin/sh
while getopts "i:o:" flag
do
case $flag in
i) file_input=$OPTARG
;;
o) file_output=$OPTARG
;;
esac
done
mplayer -nosound -benchmark -vo yuv4mpeg:file=>(x264 --demuxer y4m \
--crf 20 --threads auto --output $file_output - ) $file_inputThe error message is :
Can't get memory or file handle to write ">(x264 —demuxer y4m —crf 20 —threads auto —output video.264 - )" !FATAL : Cannot initialize video driver.
When I run this cmd on putty :
mplayer -nosound -benchmark -vo yuv4mpeg:file=>(x264 --demuxer y4m \
--crf 20 --threads auto --output video.264 - ) video.wmvit works perfectly..
What am I doing wrong ?
-
Revision a3ef7d5a50 : Add VP9 frame-parallel unit test. Make sure VP9 frame-parallel decode passes al
8 août 2014, par hkuangChanged Paths :
Modify /test/codec_factory.h
Modify /test/decode_test_driver.cc
Modify /test/decode_test_driver.h
Modify /test/test_vector_test.cc
Add VP9 frame-parallel unit test.Make sure VP9 frame-parallel decode passes all the standard
test vectors. Only test running with 2,3,4 threads now.Also refactor the video decode test driver to support passing
in decode flags which is used to enable frame-parallel decode.Change-Id : I6a712464232c2e13681634951c7e176312522e1e