
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 (32)
-
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 (...) -
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 (...) -
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 (...)
Sur d’autres sites (3706)
-
Clang cannot find dependency of a shared library
27 juillet 2021, par zana zakaryaie nejadI have a project with two submodules (say A and B). A depends on FFmpeg and B depends on A. Clang successfully finds FFmpeg and builds libA.so but it fails to build libB.so because it can't find FFmpeg ! The strange thing is that GCC can handle this. When I move find_package(FFmpeg) from submodule A's CMakelists to the project's CMakelist, then libB.so is successfully built. But this is an ugly solution. Any suggestion for the reason behind this strange behaviour ?


-
How to find the ffmpeg executable in ubuntu 18.04
24 juillet 2021, par Carlos TrancaI'm trying to host a discord bot in a vps with ubuntu and i'm using ffmpeg but i can't find the executable for making it work (i'm using discord.py). I tried using the path to ffmpeg_all.1.gz but i get a permission denied error


-
How to find duration of a video file using mediainfo in seconds or other formats ?
12 juillet 2021, par Harit VishwakarmaHow can I find duration of a video file in miliseconds i.e. in integer in deterministic way.
I have used ffprobe to get the duration but it doesn't give duration for all file formats.