
Recherche avancée
Autres articles (100)
-
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 (11064)
-
HLS stream from multiple FFMPEG to RTMP command at VideoJS keep repeating for segments
14 août 2018, par Lokesh KumawatI am building on demand video streaming application based on user interaction at frontend using FFMPEG and RTMP, which eventually converted to HLS using nginx-rtmp-module, with hls_continuous flag set to true.
While running back to back FFMPEG command to RTMP(i.e. once one FFMPEG command done with execution at RTMP stream, another FFMPEG command is executed at same stream), observation at VideoJs player that some of the HLS segment keeps repeating.
Would be great help if someone could help me to figure out what could be possible reason, and how to fix the same ?
Thanks in Advance.
-
ffmpeg, bash script : re-encode audio and passthru video from different sources
26 janvier 2015, par KasamAll video files for this problem exists as FLV and MP4 files (and has got the same name before the extension). The MP4 files are higher in resolution but contain no audio, but the FLV files has great audio.
So I would like to passthru and copy the video stream and re-encode audio (because it’s in Sorenson format and that’s not supported by MP4) to a new MP4 container, but pick the streams from two different sources/files. Audio from FLV and Video from MP4.
re-encode audio from FLV + copy video from MP4 > new MP4
-
ffmpeg : add subtitles to mp4 with out creating a new file
25 juillet 2017, par neckTwiffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text outfile.mp4
adds subtitles to
mp4
video but it creates a new file instead just adding few blocks of data to existing file.Is there a way to modify existing video instead of creating a new one ?
subler
does it great with in a second, so shouldffmpeg
.