
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (95)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 ;
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (6719)
-
Generate fmp4 chunks for HLS with ffmpeg
9 mars 2017, par genxstylezI am trying to generate fragmented MP4 as the chunks for HLS as introduced by apple last year.
See link -> https://bitmovin.com/hls-news-wwdc-2016/
Does ffmpeg supports this ?
Thanks !
-
How to make FFMPEG faster in general ? [closed]
26 mars 2021, par GitMI convert regulary my video files to current codecs, to keep them available for most of the (currently used) devices.


I use this to convert video files for apple tv :
ffmpeg -i video_file.abc -c:v libx265 -crf 27 -c:a aac -b:a 128k -tag:v hvc1 video_file_updatedt.mp4


... and this to convert audio files to ogg :
ffmpeg -i audio_file.abc -c:a libvorbis -q:a 4 audio_file_updated.ogg


but it consumes 100% of my six core CPU (max. 3.4GHz) an took hours.


Is there a smart way to speed this up and reduce CPU usage at the same time ?
Should i switch to another OS like Linux, one with better usage of my CPU ?


-
Audio loudness metadata
17 décembre 2020, par user319862Apple's HLS stream validator gives me this warning :


Audio loudness information SHOULD be provided



I want to write a test that checks loudness information is present. I cannot find what metadata keys are used to provide this information so that I can inspect them.


How would I determine if loudness normalization information is provided with a particular mp4 file using ffprobe or ffmpeg ?