
Recherche avancée
Autres articles (100)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
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 (12382)
-
How to stream a live video using Spring Web ?
25 janvier 2023, par isaricI am trying to relay an RTSP stream as a normal video stream over http. First, I remux the stream to mpeg4 using ffmpeg and pipe to stdout. Now I want to serve that stream over a Spring Web endpoint. The idea is similar to this example in JavaScript here.


How to do this using Spring Web ?


-
Read H264 Bytestream from Spring Boot to Angular
22 février 2023, par AktharI have a socket connection from which I receive an H264 byte stream from a camera, I need a way to transmit the bytestream to my front-end Angular application. How can this be achieved ?


-
powerpoint 2016 screen recording
13 mai 2016, par DeanB_DevelopCompressing an
.MP4
causes a transcoding process failure inFFMPEG
. The MP4 was created using thePowerPoint 2016 Screen Recording
tool.I created an
.MP4
using the default configuration in PowerPoint 2016. When the file is compressed usingFFMPEG
, the process fails without creating a new file.Other .MP4’s work fine with
FFMPEG
. I believe the problem is with the .mp4 generated byPowerPoint 2016
.