
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (54)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (11587)
-
Using Node.js module fluent-ffmpeg to convert video but my files end up corrupt
19 septembre 2013, par El Guapoi am writing a node based media encoding tool and have found a few good node packages that will help me to do this, but the output files are either totally corrupt or it only encodes half the video.
The main node package i am using is fluent-ffmpeg, and i am trying it with the following code :
var ffmpeg = require('fluent-ffmpeg');
var proc = new ffmpeg({ source: 'uploads/robocop-tlr1_h480p.mov', nolog: false})
.withVideoCodec('libx264')
.withVideoBitrate(800)
.withAudioCodec('libvo_aacenc')
.withAudioBitrate('128k')
.withAudioChannels(2)
.toFormat('mp4')
.saveToFile('output/robocop.mp4',
function(retcode, error){
console.log('file has been converted succesfully');
});There is not a problem with the source video as i encoded it just fine using FFmpeg normally with the following comand line string (i run it from a batch file) :
"c:\ffmpeg\bin\ffmpeg.exe" -i %1 -acodec libvo_aacenc -b:a 128k -ac 2 -vcodec libx264 -b:v 800k -f mp4 "../output/robocop2.mp4"
Any ideas what i am doing wrong here ?
-
Revision 40edab5e39 : mips dsp-ase r2 vp9 decoder convolve module optimizations Change-Id : I401536778
13 septembre 2013, par Parag SalasakarChanged Paths :
Modify /build/make/rtcd.sh
Modify /test/convolve_test.cc
Add /vp9/common/mips/dspr2/vp9_common_dspr2.h
Add /vp9/common/mips/dspr2/vp9_convolve8_avg_dspr2.c
Add /vp9/common/mips/dspr2/vp9_convolve8_avg_horiz_dspr2.c
Add /vp9/common/mips/dspr2/vp9_convolve8_dspr2.c
Add /vp9/common/mips/dspr2/vp9_convolve8_horiz_dspr2.c
Add /vp9/common/mips/dspr2/vp9_convolve8_vert_dspr2.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/vp9_common.mk
mips dsp-ase r2 vp9 decoder convolve module optimizationsChange-Id : I401536778e3c68ba2b3ae3955c689d005e1f1d59
-
Revision 1699eb0bf6 : mips dsp-ase r2 vp9 decoder idct module optimizations (rebase) Change-Id : Iedcd
24 octobre 2013, par Parag SalasakarChanged Paths :
Modify /vp9/common/mips/dspr2/vp9_common_dspr2.h
Add /vp9/common/mips/dspr2/vp9_itrans16_dspr2.c
Add /vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c
Add /vp9/common/mips/dspr2/vp9_itrans32_dspr2.c
Add /vp9/common/mips/dspr2/vp9_itrans4_dspr2.c
Add /vp9/common/mips/dspr2/vp9_itrans8_dspr2.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/vp9_common.mk
mips dsp-ase r2 vp9 decoder idct module optimizations (rebase)Change-Id : Iedcdb8867084f328f4fce2fadb968e0984217308