
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (12)
-
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 (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)
Sur d’autres sites (3392)
-
FFmpeg. How to set image preview metadata to .mp4 and mux subtitles [closed]
15 mars 2013, par user2172066I found this guide which explains how metadata to any video file using FFmpeg free-form command line :
http://wiki.multimedia.cx/index.php?title=FFmpeg_Metadata#QuickTime.2FMOV.2FMP4.2FM4A.2Fet_al.however i want to add subtitles and an image preview to movies (.mp4) files. anybody know how to get this done ?
thanks. -
Anomalie #4210 (En cours) : Indiquer l’adresse du svn ou du git sur la page d’accueil de core.spip...
1er novembre 2018, par b bDepuis la page d’accueil ici https://core.spip.net/#Aide le lien mène vers cette page https://core.spip.net/projects/spip/wiki qui semble bien contenir l’info que tu cherches.
-
ffmpeg and grep not working to extract mean_volume value
31 octobre 2019, par JsonI have a list of mp3 files and i want to set all
mean_volume
to the same db value using a script, so I enter the command for detecting the value (https://trac.ffmpeg.org/wiki/AudioVolume) and I try togrep
the value but it fails and instead prints all the output from theffmpeg
command. Any thoughts ?
Also triedtr
instead ofgrep
. The command I used is :ffmpeg -i sample.mp3 -filter:a volumedetect -f null /dev/null | grep 'mean_volume'