
Recherche avancée
Autres articles (18)
-
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 (...)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (5546)
-
Want to use ffmpeg build library files in WIndows phone 8.1
7 juillet 2016, par bharat agheraI have created the build of FFMpeg library for windows phone 8.1 simulator using the given steps from .
It has created three folders such as bin, include and lib. "bin" contains the .dll and .lib file. "include" contains the header files. "lib" contains the .def file.Now I want to use this library file in windows phone 8.1 application. But I didn’t get how can I use it using visual studio 2015 in my project ?
I have checked out the FFMpegIntrop project. But I want to call the single function of the ffmpeg library avcodec_register_all(),avcodec_find_decoder(CODEC_ID_H264) .
-
avcodec/h264_cabac : disable the unchecked bitstream reader for arm & aarch64
15 mars 2014, par Michael Niedermayer -
avcodec/arm/cabac : fix inline cabac reader with the UNCHECKED bitstream reader
15 mars 2014, par Michael Niedermayer