
Recherche avancée
Autres articles (61)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (7105)
-
Winamp Media Player Released with WebM Support
21 juillet 2010, par noreply@blogger.com (John Luther)Winamp Media Player now supports native WebM playback. Read all about it on their blog.
-
Node Media Server not streaming when I change ffmpeg argv
30 mai 2020, par joao.jlf4I'm trying to change the ffmpeg spawn argv on Node Relay Session but it does'nt work beacuse node media server finishes the stream, my argv array :



let argv = [
 '-fflags', 
 'nobuffer', 
 '-i', 
 this.conf.inPath, 
 '-b:v',
 '2000k',
 '-b:a',
 '128k',
 '-c:v',
 'libx264',
 '-preset veryfast',
 // '-c', 
 // 'copy', 
 '-f', 
 format, 
 this.conf.ouPath];



-
mov : Properly abide by the track's media duration
23 avril 2018, par Derek Buitenhuismov : Properly abide by the track's media duration
The track's media duration from the mdhd atom takes precedence
over both the stts and elst atom for calculating and setting
the track's total duraion.Technically, we shouldn't be using the stts atom at all for
calculating stream durations.This fixes incorrect stream and final packet durations on files
with edit lists that are longer than the media duration.The FATE changes are expected, and output is more correct (the
AAC frame is not 1028 samples).Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>