
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (16)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (4353)
-
ffmpeg video compression taking too much time to execute
13 mai 2015, par RakhiI want to compress video file while uploading the video. I installed the ffmpeg for this and , I am using the below code.
Code for video stream compression :-
shell_exec($ffmpeg -i test.mp4 -s 320x240 new.mp4);
Video getting compressed. But this takes too much time to compress and I always getting
"Maximum execution time of 30 seconds exceeded"
, error for this.Please help me to sort out this. I don’t want to change my maximum execution time. Is there is any mistake in the above code please help me to rectify it or suggest me another method or code...
-
ffmpeg : real time buffer full frame dropped
10 mai 2015, par NyarukoI am using ffmpeg to write a simple program to read the webcam.
However, in some case I get the printing said :real time buffer 80% full frame dropped
But the program still keeps running.
I’ve checked the internet and the reason is due to the limited buffer size.
My question is : will this cause any problems ? should I write code to deal with it ?
For my application, I am just viewing the frames and loss some frames are totally fine. -
avformat/mxf : Always evaluate PRINT_KEY() arguments at compile time
7 mai 2015, par Michael Niedermayer