
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (36)
-
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6378)
-
Do I need to install FFMPEG.exe on Windows local server to use it in PHP & Xampp ? [on hold]
5 juillet 2016, par DrupalistI need to use FFMPEG in PHP on my localhost (windows 7) to convert videos. In Install FFMPEG on XAMPP and somewhere else, it has been explained how to install and configure FFMPEG on Xampp.
I tried these solutions but I still get the following error from Apache.
PHP Startup:FFMPEG : Unable to initialize module
Module compiled with module API = 20090626
PHP compiled with module API = 20121212
These options need to match
I would like to know do I need to install
FFMPEG.exe
on my computer ? -
Windows : How to build X264.lib instead of .dll
25 juin 2015, par user1884325I downloaded the X264 source and installed mingw.
Step 1 :
Executed this in the MINGW bash :
./configure —disable-cli —enable-shared —enable-win32thread -
extra-ldflags=-Wl,—output-def=libx264.def
and then ’make’
Step 2 :
Renamed the libx264-142.dll to libx264.dll and Opened up VS2012 Command Prompt and executed this :
LIB /DEF:libx264.def
which gave me libx264.lib and object libx264.exp
Step 3 :
Included the lib file in a VS2012 project which uses the X264 API.
Problem :
When I start the project I get the following error message :
"The program can’t start because libx264.dll is missing from your computer"
Question :
Why is it looking for the dll when I’m linking the static library in ?
How do I resolve this ? I would like to build a static X264 library which I can link in with my project.
EDIT :
I just had to put the dll in the same directory as the project executable.
However - My question still stands : How do I build a static x264 library ? So I don’t need the dll ?
-
FFmpeg error - “at least one output file must be specified” windows version
30 juin 2016, par AComputertI’m having a little trouble, and I feel like the solution is probably starting me in the face.
How Can I extract mp4 from HTTP live streaming m3u8 file ? I Tried this command below :ffmpeg -i http://ms1.movieland.ir/marci6z9OSicn34CRRcin2y4nv6KRZvigAIBsBbBGlj2HUPZBeEOY1019Zxc6zlQrq3ZkYrW0PiM1WDbpVn2JQ2/vod/5787c62c-fb29-4ca4-a328-b7447bb83436/medialist.m3u8?rpt=%5C2016%5C6%5C5787c62c-fb29-4ca4-a328-b7447bb83436&pid=0 -c copy -bsf:a aac_adtstoasc f:\stream\dora.mp4
When run, this yells at me that "At least one output file must be specified". I’ve been knocking me head on the wall for hours now, what am I missing ?