
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (55)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (4632)
-
FFmpeg drawtext - Could not load fontface from file [closed]
9 avril 2013, par falek.marcinI've try to add simple text on top of video with FFmpeg using drawtext parameter. Every time i'm going to do this, error is returned :
Could not load fontface from file 'arial.ttf' : cannot open resource
To indicate the location of the font I used the following methods :
ffmpeg -i C:\Test\rec\vid_1321909320.avi -vf drawtext=fontfile=arial.ttf:text=test -sameq vid_1321909320.flv
ffmpeg -i C:\Test\rec\vid_1321909320.avi -vf drawtext=fontfile=C:\Windows\Fonts\arial.ttf:text=test -sameq vid_1321909320.flvAll have failed. Does anyone have experience with adding text using ffmpeg ?
FFMPEG version: N-34549-g13b7781 build on Nov 6 2011
-
How To Convert MP4 Video File into FLV Format Using FFMPEG
23 septembre 2015, par nipul_techi have to Convert MP4 Video File into FLV Format Using FFMPEG which i received from different mobile device. i found most of the stuff to convert flv video into mp4 and all.
can any body help me out to convert mp4 format into flv using FFMPEG. i am using windows 7 64bit machine.
-
ffmpeg pre-compiled version fails to convert an mp4 file with h264 and aac to flv
6 novembre 2011, par HarunI tried to convert an mp4 file to flv using the following command :
ffmpeg.exe -i 1.mp4 -ar 22050 -qscale 1 1.flv
I get the follwing error :
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isomavc1mp42
Duration: 00:00:30.15, start: 0.000000, bitrate: 659 kb/s
Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16, 115 kb/s
Stream #0.1(und): Video: h264, yuv420p, 480x270 [PAR 1:1 DAR 16:9], 541 kb/s
, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
Unable to find a suitable output format for 'C:\Users\Dotnet\Desktop\ffmpeg'Do I need to do something extra (e.g., enabling x264, etc) to get it working ? I just used a pre-compiled version of ffmpeg on Windows 7.