
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (49)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)
Sur d’autres sites (4594)
-
How to configure X264 build before running make on OS X
18 octobre 2013, par user1884325I'm trying to build an X264 executable which will run on any MAC OS X (>10.6) without any external dependencies. I downloaded the latest stable snapshot x264-snapshot-20131017-2245-stable.
I haven't been able to find a lot of documentation on the build procedure for x264 on OSX.
When I just run ./configure —disable-opencl and then make, I get several output files :
x264
libx264.a
.depend
x264.oI assume that the executable can run without the other files ?
Anyway, I tested the x264 in a terminal and at first it seemed to work, but when I try to
start x264 as a quiet background process like this :./x264 —quiet —profile baseline —level 3.2 —preset ultrafast —bframes 0 —force-cfr —no-mbtree —sync-lookahead 0 —rc-lookahead 0 —intra-refresh —input-csp rgb —fps 15 —input-res 1280x720 —bitrate 1100 —vbv-maxrate 1100 —vbv-bufsize 600 —threads 1 -o - -
nothing happens at all. If I go to Activity Monitor I should see x264 running, but it's not there.
Looong story short : How should the x264 build be configured before running make ??? I do not want to use openCL (—disable-opencl)
-
How to get rotation attribute in metadata using FFMPEG [on hold]
17 octobre 2013, par user2882101I am trying to figure out rotation attribute in metadata using FFMPEG.I use the following command
FFMPEG -i D :\maxpayne3.mp4ffmpeg version N-57217-ga7e3006 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 16 2013 22:04:43 with gcc 4.8.1 (GCC)
configuration : —enable-gpl —enable-version3 —disable-w32threads —enable-av
isynth —enable-bzlib —enable-fontconfig —enable-frei0r —enable-gnutls —enab
le-iconv —enable-libass —enable-libbluray —enable-libcaca —enable-libfreetyp
e —enable-libgsm —enable-libilbc —enable-libmodplug —enable-libmp3lame —ena
ble-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-l
ibopus —enable-librtmp —enable-libschroedinger —enable-libsoxr —enable-libsp
eex —enable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvo-aa
cenc —enable-libvo-amrwbenc —enable-libvorbis —enable-libvpx —enable-libwavp
ack —enable-libx264 —enable-libxavs —enable-libxvid —enable-zlib
libavutil 52. 46.101 / 52. 46.101
libavcodec 55. 37.100 / 55. 37.100
libavformat 55. 19.102 / 55. 19.102
libavdevice 55. 4.100 / 55. 4.100
libavfilter 3. 88.101 / 3. 88.101
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.103 / 0. 17.103
libpostproc 52. 3.100 / 52. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D :\maxpayne3.mp4' :
Metadata :
major_brand : isom
minor_version : 512
compatible_brands : isomiso2avc1mp41
encoder : Lavf54.3.100
Duration : 00:01:42.42, start : 0.000000, bitrate : 2361 kb/s
Stream #0:0(und) : Video : h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720
[SAR 1:1 DAR 16:9], 2289 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default
)
Metadata :
handler_name : VideoHandler
Stream #0:1(und) : Audio : aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 66
kb/s (default)
Metadata :
handler_name : SoundHandlerI have not seen rotation attribute in metadata ,can anyone pl help me....
-
ffmpeg Drawtext with timer not working
8 octobre 2017, par codeulffmpeg Drawtext with timer not working.
Here’s my CLI code :
ffmpeg -t 20 -i song.mp3 -i bluebg.jpg -s "1280*720" -movflags +faststart -y vwithaudio.mp4
ffmpeg -i vwithaudio.mp4 -vf "drawtext=enable='between(t,1,10)':fontsize=30:fontcolor=white:fontfile=pathtoofontfontfile.ttf: text='Test Text'" -acodec copy -y timerdemo.mp4No errors displayed at console.
However, the text would not appear.
I noticed that in the first command if I use a
mp4
instead ofbluebg.jpg
, it works. So why cannot I use a background image for the first video so that drawtext timer works ?Would appreciate help from experts.
Thanks in advance.