
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (53)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)
Sur d’autres sites (7100)
-
What are the steps required to create a non-NPAPI video decoder plugin - VLC Alternative ?
26 novembre 2013, par ElHaixGoogle's Say Goodbye to Our Old Friend NPAPI blog post indicates that NPAPI plugin support will cease by the end of 2014 (in favor of PPAPI).
We have considered the option of using the ffmpeg libraries to create our own video plugin to simply decode RTSP encoded H.264 video streams on the client - important because we need as near real-time video display (avoiding transcoding latency). Using the ffmpeg libraries, there is still a 3-5 second delay in decoding the stream, not as fast as running MPlayer with the
-benchmark
option.In trying Google's PNaCl recommendation, we just got the LOADING status and the following error :
NativeClient : NaCl module load failed : PnaclCoordinator : Compile
process could not be created : ServiceRuntime : failed to startAre there any other alternatives or suggestions ?
-
how to put EXEC command in loop in TCL with windows platform
26 février 2019, par M. D. Phow to put EXEC command in loop in TCL with windows platform.
I need to run EXEC command continuously. but the problem after its first execution it stops.
my code is
proc a {} {
set a 1
for {set i 0} {$i < 10} {incr i} {
puts "I inside first loop: $i"
exec ffmpeg -f dshow -benchmark -i "video=Integrated Webcam" \
-s 1280x720 c:/test/sample_image.avi
}
}
aThe above program should capture 10 video. but it captures only one video and comes out from the loop and stops the execution.
can any of my friend help me by providing me the answer with the required modification in code.
-
Merge commit ’06fec74cacbb0ef7f3e5ea0e6c9ced1b6fd7565d’
4 avril 2017, par James AlmerMerge commit ’06fec74cacbb0ef7f3e5ea0e6c9ced1b6fd7565d’
* commit ’06fec74cacbb0ef7f3e5ea0e6c9ced1b6fd7565d’ :
checkasm : vp9dsp : benchmark all sub-IDCTs (but not WHT or ADST).This commit is a noop, see 1c8fbd7b90469f69fe3a3f78ba7886195d97c34f
Merged-by : James Almer <jamrial@gmail.com>