
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 (57)
-
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...) -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (4885)
-
FFMPEG demuxer seek error in Chrome range slider with AWS S3 audio file
4 avril, par Tania RasciaI'm encountering an issue where if you click or slide enough on a range slider in Chrome, it will eventually stop working and give this error, an error
2
(network error) :

PIPELINE_ERROR_READ: FFmpegDemuxer: demuxer seek failed



If I google this error, I only find the Chrome source code :


Line 1749 of Chrome source code


First, this issue only happens in Chrome, not Firefox. Second, I can only get it to happen with an encrypted file from AWS, which I can't get into a sandbox, so the sandbox I made will never encounter that error with the random audio file I used.




The only difference I can find between this code and the failing code is the source of the audio file (AWS S3).


-
FFMPEG demuxer seek error in Chrome range slider with AWS audio file
31 mars, par Tania RasciaI'm encountering an issue where if you click or slide enough on a range slider in Chrome, it will eventually stop working and give this error, an error
2
(network error) :

PIPELINE_ERROR_READ: FFmpegDemuxer: demuxer seek failed



If I google this error, I only find the Chrome source code :


Line 1749 of Chrome source code


First, this issue only happens in Chrome, not Firefox. Second, I can only get it to happen with an encrypted file from AWS, which I can't get into a sandbox, so the sandbox I made will never encounter that error with the random audio file I used.




The only difference I can find between this code and the failing code is the source of the audio file (AWS).


-
ffmpeg Waveform video with trim not working [closed]
1er septembre 2024, par Ansh RathodThis doesn't show the waveform in the video, i want to trim the audio before making waveform video but waveform video doesn't appear in the video, i tested with another command where if i add "-ss" at the output it works but with larger 2 hour file it just too slow to start. so i need to keep the seek flag before the input file


ffmpeg -ss 5327.233 -i input.mp3 -progress pipe:1 -y -f lavfi -i color=c=#007AFF:s=400x400 -filter_complex "[0:a]atrim=start=5327.233:end=5507.499,compand,showwaves=size=400x400:colors=#ffffff:draw=full:mode=cline[v];[v]format=rgba,geq='p(mod((2*W/(2*PI))*(PI+atan2(0.5*H-Y,X-W/2)),W), H-2*hypot(0.5*H-Y,X-W/2))':a='1*alpha(mod((2*W/(2*PI))*(PI+atan2(0.5*H-Y,X-W/2)),W), H-2*hypot(0.5*H-Y,X-W/2))'[vout];[1:v][vout]overlay=format=auto:shortest=1,format=yuv420p[outv]" -map [outv] -map 0:a -c:v libx264 -c:a copy -t 30.795 output.mp4