
Recherche avancée
Autres articles (56)
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (8247)
-
Revision c1b52f3037 : Fixed a few more memory leaks introduced by the new AMF data error handling code
5 avril 2011, par Marc NoirotChanged Paths :
Modify /src/check.c
Modify /src/info.c
Fixed a few more memory leaks introduced by the new AMF data error handling
code. -
Revision e5eda42d8f : Fixed metadata dumping so that all occurrences of an event are dumped when using
14 avril 2011, par Marc NoirotChanged Paths :
Modify /src/dump_json.c
Modify /src/dump_raw.c
Modify /src/dump_xml.c
Modify /src/dump_yaml.c
Fixed metadata dumping so that all occurrences of an event are dumped when using
the -e/—event option. -
Revision cb4693afda : Fixed file offset when checking for data tags overflows. Fixed flv file dump sto
21 avril 2011, par Marc NoirotChanged Paths :
Modify /src/check.c
Modify /src/flv.c
Fixed file offset when checking for data tags overflows.
Fixed flv file dump stopping when encountering an empty tag body.