
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 (22)
-
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 (...) -
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 (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (3320)
-
Where can I find the ffmpeg binaries for ubuntu ? [on hold]
26 janvier 2015, par Hazem TahaI’m searching for the suitable binary package of the ffmpeg library to use in php using exec command.
I don’t know which one should I download from this site
https://www.ffmpeg.org/download.html
and how to install it.Thanks.
-
ffmpeg - Cannot find codec parameter http mp3 audio stream
13 janvier 2015, par JellyI’m trying to decode a mp3 stream using ffmpeg, but I get :
[mp3 @ 0xabe18730] Could not find codec parameters for stream 0 (Audio: mp3, 44100 Hz, 2 channels, 96 kb/s): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' optionsThe relevant code is :
errnum= avformat_open_input(&ret, uri, NULL, NULL);
if (errnum < 0)
{
Logger::codec_error("avformat_open_input", errnum);
}
else
{
if (avformat_find_stream_info(ret, NULL) < 0)
{
Logger::codec_error("bad format read", errnum);
}
}How can you increase
'analyzeduration'
and'probesize'
from code ? -
Revision e3f0b19f3f : Use lookup table to find pixel numbers in block This could save one multiplicat
8 janvier 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_denoiser.c
Use lookup table to find pixel numbers in blockThis could save one multiplication in each threshold funtion
called by the denoiser per block.Change-Id : I35f437e09999f0a087180878ef7805f0d86e5819