
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (30)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...) -
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 (5189)
-
Adding ffmpeg path on remote server not working [closed]
26 mars 2024, par Vatsal A MehtaI am working on mp3 audio processing and need the
ffmpeg
library for my code to work. In my local setup I have installedffmpeg
and the code is working fine. But I have to make changes to the codebase on a remote server whereffmpeg
isn't installed. I tried adding the installation folders offfmpeg
and then editing thePATH
environment variable to add theffmpeg
path. But I get an error message that says :FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
.

The ffmpeg installed files in my local setup are :




Now I copied this and added to the codebase on my remote server. Then I copied the /bin file path and added to env variables on remote server. But it doesn't seem to work.


-
build : Support building using clang-usan and disable-optimization
16 mai 2014, par Katerina Barone-Adesibuild : Support building using clang-usan and disable-optimization
Clang Undefined Behaviour Sanitizer seems to make non-constant constant
expressions, making the compilation fail when they are used within
inline assembly if no optimization is requested.Add -O1 to the cflags to hide the misbehaviour.
Bug-Id : 683
-
avfilter/vf_v360 : add ball projection format
19 septembre 2019, par Paul B Mahol