
Recherche avancée
Autres articles (81)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (4771)
-
How to show segment lengths of hls file with ffmpeg
30 mai 2017, par endorphinsI’m trying to use ffmpeg to retrieve the segment duration of every segment for every stream of an HLS file. It looks like I can do this if I know all of the names of the individual files in advance and call ffprobe on each one. This seems really tedious and I won’t always know the names of all of the individual files, only the main .m3u8. Is there any way I can get all of this information with just one ffmpeg command ?
Additionally, is the duration retrieved by ffprobe on a .aac file accurate ? I get the message that it’s "Estimating duration from bitrate, this may be inaccurate".
-
With ffmpeg's image to movie feature, is it possible to pass in frames over a period of time versus all at once ?
2 novembre 2013, par Zack YoshyaroFor the purpose of making a time lapse recording of desktop activity, it is possible so "stream" the frame list to ffmpeg over time, rather than all at once in the beginning.
Currently, it is a two step process.
-
save individual snapshots to disc
im = ImageGrab.grab()
im.save("frame_%s.jpg" % count, 'jpg') -
compile those snapshots with ffmpeg via
ffmpeg -r 1 -pattern_type glob -i '*.jpg' -c:v libx264 out.mp4
It would be nice if there were a way to merge the two steps so that I'm not flooding my hard drive with thousands of individual snapshots. Is it possible to do this ?
-
-
Révision 101151 : Mise à jour de librairie getid3 en 1.9.13
17 décembre 2016, par kent1@arscenic.infohttps://github.com/JamesHeinrich/getID3/releases/tag/v1.9.13
bugfix #89 : ID3v2.4 custom genres with slashes
bugfix #88 : large QuickTime files exceed PHP memory limit
bugfix #87 : ID3v2 write GRID data not working properly
bugfix #86 : Increase autoloading definitions
bugfix #84 : ID3v2 available writable frames list
bugfix #82 : ID3v2 datetime logic
bugfix #80 : attempt to autodetect ID3v1 encoding
bugfix #77 : add partial support of DSSv6
bugfix #76 : add mysqli version of caching extension
bugfix #75 : mysql cache max key length
bugfix #71 : custom error handler to catch exif_read_data() errors
bugfix #71 : add support for mb_convert_encoding
bugfix #70 : ID3v2 POPM / UFID
bugfix #68 : workaround broken iTunes ID3v2
bugfix #48 : Quicktime set MIME to video/mp4 where applicable
bugfix #1930 fread on pipes
bugfix #1926 relax ID3v2.IsValidURL check