
Recherche avancée
Autres articles (101)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (14074)
-
flac and metaflac : Don’t always call setlocale() in Windows.
19 juillet 2014, par Erik de Castro Lopoflac and metaflac : Don’t always call setlocale() in Windows.
Windows (MSVC, MinGW) versions of setlocale don’t care about LC_*
environment variables. For example, flac cannot pass the test for
— until and —skip options the script calls it with —skip=0:01.1001
and it expects decimal comma (—skip=0:01,1001) on some locales.Solve this (on Windows) by calling setlocale(LC_ALL, "") if some
LC_* variable is set to "C".Patch-from : lvqcl <lvqcl.mail@gmail.com>
-
Gstreamer errors when streaming on windows
19 juillet 2014, par user2656632I tried to streaming video by gstreamer using this :
Sender :
gst-launch ksvideosrc ! ffmpegcolorspace ! ffenc_mpeg2video gop-size=1 ! mpegtsmux ! rtpmp2tpay ! udpsink host=127.0.0.1 port=5000
Receiver :
gst-launch udpsrc port=5000 caps="application/x-rtp, media=video, clockrate=90000, encoding-name=MP2TS" ! rtpmp2tdepay ! ffdemux_mpegts ! ffdec_mpeg2video ! ffmpegcolorspace ! directdrawsink
It works, but wrong. I got very low fps and I got this output :
0:00:01.583091000 19496 02404840 ERROR ffmpeg .:0:: invalid mb
type in I Frame at 33 21
0:00:01.590091000 19496 02404840 ERROR ffmpeg .:0:: Warning MV
s not available
0:00:20.763188000 19496 02404840 ERROR ffmpeg .:0:: invalid mb
type in I Frame at 33 21
0:00:20.764188000 19496 02404840 ERROR ffmpeg .:0:: Warning MV
s not available
0:00:20.816191000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 7 22
0:00:20.817191000 19496 02404840 ERROR ffmpeg .:0:: Warning MV
s not available
0:00:20.847192000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 24 19
0:00:20.949198000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 3 20
0:00:20.970199000 19496 02404840 ERROR ffmpeg .:0:: invalid mb
type in I Frame at 36 19
0:00:20.982200000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 14 20
0:00:21.007202000 19496 02404840 ERROR ffmpeg .:0:: slice mism
atch
0:00:21.031203000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 13 20
0:00:21.060205000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 31 24How I can fix these issues ?
-
WebRTC Experiment : Chrome windows audio not sync
10 juillet 2014, par putoshopI tried to make the audio work for Chrome using this Git Repo, but I’m having a sync problem with video and audio. The audio finished playing earlier. The video seems to be correct. I noticed that when I play the blob, the audio is playing fast.
I was able to make the audio work by commenting the line the throws error in the condition that check if sampleRate is less than 22050 or greater than 96000 in RecordRTC.js.
I tried to adjust the sampleRate other values and noticed that If the sampleRate is low, the audio plays slow and if the sampleRate is high, the audio plays fast. I was able to make the audio and video somewhat sync but it seems the pitch of the audio becomes noticeable lower than the expected pitch.
I’ve also tried FFMPEG to adjust the length of the audio to match the video length, but didn’t been able to make it work.
the extensions of the files that are uploaded to the server for Chrome are .webm(video) and .wav(audio).