
Recherche avancée
Autres articles (59)
-
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 (...)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7271)
-
nginx rtmp ubuntu18.04 ffmpeg transcode problem
26 septembre 2020, par Muhammet Halit ParlakI installed nginx rtmp on ubuntu 20.04, but somehow I could not run ffmpeg. Previously it was working in ubuntu 12.04.


exec ffmpeg -i http://iptvle-platinum.dyndns-server.com:80/live/YQbNcng9Iu/HzZ15vbJzN/57835.ts -codec copy -bsf:v h264_mp4toannexb -f mpegts udp ://51.77.148.186:2555 ;


-
avfilter/af_biquads : make commands work reliably within biquad filter
2 novembre 2020, par Paul B Mahol -
ismindex : Avoid writing ismf files if no base name has been specified
5 septembre 2014, par Martin Storsjöismindex : Avoid writing ismf files if no base name has been specified
Previously, this could create files named "(null).ismf", if the -ismf
parameter is specified (before an input file name), but without
specifying any base name.Signed-off-by : Martin Storsjö <martin@martin.st>