
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (79)
-
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)
Sur d’autres sites (6941)
-
FFMPEG Dash libvorbis page samples error
9 mai 2015, par BrittelWhen using the guide http://wiki.webmproject.org/adaptive-streaming/instructions-to-playback-adaptive-webm-using-dash to encode several webm streams the audio stream is not correctly encoded by ffmpeg.
ffmpeg -i input_audio.wav -c:a libvorbis -b:a 128k -vn -f webm -dash 1 audio_128k.webm
When creating the manifest and loading the stream into ExoPlayer (but the same problem occurs in the reference javascript implementation dash.js), the error states :
[...] SoftVorbis.cpp:314 CHECK_GE( inHeader->nFilledLen,sizeof(numPageSamples)) failed: 1 vs. 4
The stream works flawlessly when not including the audio stream in the manifest.
I’m using ffmpeg version 2.5.6-0ubuntu0.15.04.1
Does anyone know what the problem might be ?
-
ffmpegthumbnailer issue : dyld : Library not loaded : /usr/local/lib/libavutil.52.18.100.dylib
18 octobre 2013, par scientifficWhen I try to run ffmpegthumbnailer, I get the following error :
dyld: Library not loaded: /usr/local/lib/libavutil.52.18.100.dylib
Referenced from: /usr/local/bin/ffmpegthumbnailer
Reason: image not found
Trace/BPT trap: 5I installed ffmpeg using the directions here :
http://ffmpeg.org/trac/ffmpeg/wiki/MacOSXCompilationGuide
In my /usr/local/lib folder, I have the file "libavutil.a", but not the one specified in the error mesage.
How can I solve this error ?
This is what I was using to try to generate a thumbnail :
ffmpegthumbnailer -i /public/uploads/tmp/1382121359-37490-7826/thumb_Untitled.mov -o /public/uploads/tmp/1382121359-37490-7826/tmpfile.png -c png -q 10 -s 158
-
Converting a large number of MP3 files to videos for YouTube, each using same the JPEG image
25 juin 2020, par DavidI am looking for a way to convert large number of MP3 files to videos, each using the same image. Efficient processing time is important.


I tried the following :


ffmpeg -i image.jpg -i audio.mp3 -vcodec libx264 video.mp4



VLC media player played the resulting video file with the correct sound, but a blank screen.


Microsoft Media Player played the sound and showed the intended image. I uploaded the video to YouTube and received the message :




"The video has failed to process. Please make sure you are uploading a supported file type."




How can I make this work ?