
Recherche avancée
Autres articles (54)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...) -
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.
Sur d’autres sites (9747)
-
mpeg4videodec : Remove useless messages
13 avril 2015, par wm4 -
Please help ! Now having sound issues on 14.04
21 avril 2015, par Nobody AtallPlease help ! Today I was trying to edit some home video with KDENLive and when I’d try to preview my videos, they’d play for about a second then lock up the program.
In troubleshooting, I discovered :
If I reboot the computer, most multimedia files play fine : MP3, MP4, FLV, AVI, WMV, etc. But as soon as I try playing an MPEG-2 file, the video freezes. (Using SMPlayer. With VLC it plays, but has no sound.) After that, I have no sound on any format, though they still play. However, trying to play Flash videos on Facebook then lock up after a second or so, as well.
If I reboot the computer and go directly to Sound Settings | Test Sound, I get no sound. Then my video files also have no sound (MP3, MP4, etc.), just like when I try playing an MPEG-2.
Is there some commonality there ? Like, does KDENLive, the Test Sound function, and the MPEG-2 files use FFMPEG or something ? Because it seems like as soon as I execute any of those three things, I’m screwed.
Are there any diagnostics I can run ? I’m kinda dead in the water on editing our home videos until I find out what happened !
Thanks.
-
avformat/mp3 : large id3 tags break concatenated file detection
24 avril 2015, par wm4avformat/mp3 : large id3 tags break concatenated file detection
If the file size is much larger than what is indicated in the XING
header, the demuxer assumes it’s a concatenated file, and throws away
the (presumably) incorrect duration information. Unfortunately, this
also triggers if the id3 tags are very large (embedded pictures and
such). Then the half-baked heuristic not only breaks the duration
display, but also gapless audio.Fix it by subtracting the size of the headers (the check is off by some
bytes, but that doesn’t matter at all). Note that there could be an
arbitrary amount of tags _after_ the mp3 data, but hopefully these are
not too large to trigger the heuristic in practice.Also add a warning when this happens.
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>