
Recherche avancée
Médias (1)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
Autres articles (90)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (7566)
-
avcodec/h264 : reduce noisiness of "mmco : unref short failure"
25 octobre 2013, par Michael Niedermayeravcodec/h264 : reduce noisiness of "mmco : unref short failure"
Do not consider it an error if we have no frames and should discard one.
This condition can easily happen when decoding is started from an I frameFixes Ticket2811
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Execute program from another directory using Runtime.exec()
6 octobre 2013, par user2317720I want to execute a program (
System.getenv("appdata") + "ffmpeg"
). I also want to be able get a process or something that could get me the consle output. I have tried "cmd /C " +System.getenv("appdata") + "ffmpeg"
before and it didn't seem to work. Any help is appreciated !Here is some code :
Process p = exec(testFFMpeg);
int ex = -1;
try {
ex = p.waitFor();
} catch (InterruptedException e) {
e.printStackTrace();
CrashHandler.reportCrash("FFMpeg", "Unable to test FFMpeg", "start up with more permissions");
}
if(ex == 0){
System.out.println("Normal execution, exit value: " + ex);
BufferedReader br = new BufferedReader(new InputStreamReader(p.getInputStream()));
String line = null;
do{
try {
line = br.readLine();
System.out.println(line);
} catch (IOException e) {
e.printStackTrace();
CrashHandler.reportCrash("FFMpeg", "Unable to test FFMpeg", "start up with more permissions");
}
}while(line != null);
}else{
System.out.println("Execution exit value: " + ex);
}
}
private static Process exec(String[] cmd){
try {
return Runtime.getRuntime().exec(cmd);
} catch (IOException e) {
e.printStackTrace();
CrashHandler.reportCrash("FFMpeg", "Unable to test FFMpeg", "start up with more permissions");
}The exact location of the file is : `System.getenv("appdata") + "\VinVid\" + "ffmpeg.exe".
-
Bump dates to 2015
3 janvier 2015, par Anton MitrofanovBump dates to 2015
- [DH] common/aarch64/asm-offsets.c
- [DH] common/aarch64/asm-offsets.h
- [DH] common/aarch64/asm.S
- [DH] common/aarch64/bitstream-a.S
- [DH] common/aarch64/cabac-a.S
- [DH] common/aarch64/dct-a.S
- [DH] common/aarch64/dct.h
- [DH] common/aarch64/deblock-a.S
- [DH] common/aarch64/mc-a.S
- [DH] common/aarch64/mc-c.c
- [DH] common/aarch64/mc.h
- [DH] common/aarch64/pixel-a.S
- [DH] common/aarch64/pixel.h
- [DH] common/aarch64/predict-a.S
- [DH] common/aarch64/predict-c.c
- [DH] common/aarch64/predict.h
- [DH] common/aarch64/quant-a.S
- [DH] common/aarch64/quant.h
- [DH] common/arm/asm.S
- [DH] common/arm/cpu-a.S
- [DH] common/arm/dct-a.S
- [DH] common/arm/dct.h
- [DH] common/arm/deblock-a.S
- [DH] common/arm/mc-a.S
- [DH] common/arm/mc-c.c
- [DH] common/arm/mc.h
- [DH] common/arm/pixel-a.S
- [DH] common/arm/pixel.h
- [DH] common/arm/predict-a.S
- [DH] common/arm/predict-c.c
- [DH] common/arm/predict.h
- [DH] common/arm/quant-a.S
- [DH] common/arm/quant.h
- [DH] common/bitstream.c
- [DH] common/bitstream.h
- [DH] common/cabac.c
- [DH] common/cabac.h
- [DH] common/common.c
- [DH] common/common.h
- [DH] common/cpu.c
- [DH] common/cpu.h
- [DH] common/dct.c
- [DH] common/dct.h
- [DH] common/deblock.c
- [DH] common/frame.c
- [DH] common/frame.h
- [DH] common/macroblock.c
- [DH] common/macroblock.h
- [DH] common/mc.c
- [DH] common/mc.h
- [DH] common/mvpred.c
- [DH] common/opencl.c
- [DH] common/opencl.h
- [DH] common/osdep.c
- [DH] common/osdep.h
- [DH] common/pixel.c
- [DH] common/pixel.h
- [DH] common/ppc/dct.c
- [DH] common/ppc/dct.h
- [DH] common/ppc/deblock.c
- [DH] common/ppc/mc.c
- [DH] common/ppc/mc.h
- [DH] common/ppc/pixel.c
- [DH] common/ppc/pixel.h
- [DH] common/ppc/ppccommon.h
- [DH] common/ppc/predict.c
- [DH] common/ppc/predict.h
- [DH] common/ppc/quant.c
- [DH] common/ppc/quant.h
- [DH] common/predict.c
- [DH] common/predict.h
- [DH] common/quant.c
- [DH] common/quant.h
- [DH] common/rectangle.c
- [DH] common/rectangle.h
- [DH] common/set.c
- [DH] common/set.h
- [DH] common/threadpool.c
- [DH] common/threadpool.h
- [DH] common/vlc.c
- [DH] common/win32thread.c
- [DH] common/win32thread.h
- [DH] common/x86/bitstream-a.asm
- [DH] common/x86/cabac-a.asm
- [DH] common/x86/const-a.asm
- [DH] common/x86/cpu-a.asm
- [DH] common/x86/dct-32.asm
- [DH] common/x86/dct-64.asm
- [DH] common/x86/dct-a.asm
- [DH] common/x86/dct.h
- [DH] common/x86/deblock-a.asm
- [DH] common/x86/mc-a.asm
- [DH] common/x86/mc-a2.asm
- [DH] common/x86/mc-c.c
- [DH] common/x86/mc.h
- [DH] common/x86/pixel-32.asm
- [DH] common/x86/pixel-a.asm
- [DH] common/x86/pixel.h
- [DH] common/x86/predict-a.asm
- [DH] common/x86/predict-c.c
- [DH] common/x86/predict.h
- [DH] common/x86/quant-a.asm
- [DH] common/x86/quant.h
- [DH] common/x86/sad-a.asm
- [DH] common/x86/sad16-a.asm
- [DH] common/x86/trellis-64.asm
- [DH] common/x86/util.h
- [DH] common/x86/x86inc.asm
- [DH] common/x86/x86util.asm
- [DH] encoder/analyse.c
- [DH] encoder/analyse.h
- [DH] encoder/cabac.c
- [DH] encoder/cavlc.c
- [DH] encoder/encoder.c
- [DH] encoder/lookahead.c
- [DH] encoder/macroblock.c
- [DH] encoder/macroblock.h
- [DH] encoder/me.c
- [DH] encoder/me.h
- [DH] encoder/ratecontrol.c
- [DH] encoder/ratecontrol.h
- [DH] encoder/rdo.c
- [DH] encoder/set.c
- [DH] encoder/set.h
- [DH] encoder/slicetype-cl.c
- [DH] encoder/slicetype.c
- [DH] example.c
- [DH] extras/intel_dispatcher.h
- [DH] filters/filters.c
- [DH] filters/filters.h
- [DH] filters/video/cache.c
- [DH] filters/video/crop.c
- [DH] filters/video/depth.c
- [DH] filters/video/fix_vfr_pts.c
- [DH] filters/video/internal.c
- [DH] filters/video/internal.h
- [DH] filters/video/resize.c
- [DH] filters/video/select_every.c
- [DH] filters/video/source.c
- [D