
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (64)
-
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (8327)
-
avcodec/vorbisenc : Mark encoder as init-threadsafe
7 mai 2021, par Andreas Rheinhardt -
avcodec/webp : Mark decoder as init-threadsafe
7 mai 2021, par Andreas Rheinhardt -
Invalid Mark Error while trying to read mp3 files javaZoom
1er avril 2019, par Waddle D.I’m trying to load an mp3 that I’ve modified with ffmpeg by doing
"ffmpeg -i inputfile.mp3 -y -ar 48000 converted.mp3
, but when I try to read the file using javaZoom, I get this errorjava.io.IOException: Resetting to invalid mark
at java.base/java.io.BufferedInputStream.reset(BufferedInputStream.java:454)
at org.tritonus.share.sampled.file.TAudioFileReader.getAudioInputStream(TAudioFileReader.java:330)
at javazoom.spi.mpeg.sampled.file.MpegAudioFileReader.getAudioInputStream(Unknown Source)
at javazoom.spi.mpeg.sampled.file.MpegAudioFileReader.getAudioInputStream(Unknown Source)
at java.desktop/javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1060)
at VoiceBot.queueAudio(VoiceBot.java:123)
at VoiceBot.onMessageReceived(VoiceBot.java:104)This problem did not occur with normal unmodified files and didn’t even occur with some of the modified files. And so I believe it may have to with the file size. Because I’m chaning the sampling rates of the files from 44.1 kHz to 48 kHz, which is expanding the file size.
This problem had occurred before as seen in the previous thread : Error while playing some MP3s using JavaZOOM BasicPlayer classes
However, the solution to the problem was to mp3spi1.9.5. The problem is, that’s the version of it I’m using and I still have the problem. I am also using jl1.0.1 and tritonous0.3.6.
Is this a problem with JLayer ? Should I move to a different mp3 reading library, or is this an easily fixable problem.
EDIT : So I’ve managed to work around this by lowering the bitrate of the converted mp3 files. I would very much like to not have to do this and actually have full quality. But hopefully this is helpful to any one who is trying to help.