
Advanced search
Other articles (34)
-
Configuration spécifique d’Apache
4 February 2011, byModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 September 2013, byCertains 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;
-
Gestion générale des documents
13 May 2011, byMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet; la récupération des métadonnées du document original pour illustrer textuellement le fichier;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP sur (...)
On other websites (6897)
-
Icecast Ogg format - mp3
19 February 2013, by user1503606I am trying to setup live streaming with html5 and icecast and traktor.
In tracktor it will only output in Ogg format.
So i am looking for possible solution as html5 doesnt seem to work with ogg streaming on ipad and iphone.
Is it possible to some how covert the ogg format to mp3 on the fly with something like this.
<?php shell_exec("ffmpeg -i http://255.70.84.64:8000/stream soundpollution.mp3 2>&1"); ?>
But run a loop around this so it polls maybe every 10 seconds
Just thought id ask the community as i am trying this but not getting very far.
And looking for a work around
Thanks.
-
How to use ffmpeg for decoding aac data and transfer it to CMSamplebufferref
21 November 2016, by dgqbcwhThere are many encoding examples of how to encode
CMSamplebufferref
(PCM data) structure to aac . Now there is a stream which is from a ip camera. The camera use rtsp protocol for translating the h264+aac stream to iPhone. I’d like to know how to decode the aac stream then creatingCMSamplebufferref
. -
ffmpeg - Remove slow motion from MOV
16 July 2020, by KalemKutuI recorded a short movie with an iPhone.
No idea how I did, but a part of the video is in slow motion.


I want to play but also store the video on my computer MAC in "normal" speed,
if possible without losing quality & without encoding.


I tried following parameters in ffmpeg, which works.
But I have the feeling the outcome quality has reduced "little-bit".


ffmpeg -i input.MOV -r 30 output.MOV



Is there a better way?


Thanks, Kalem