
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (73)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (11503)
-
libavformat/yuv4mpeg : Add color range support for Y4M Add color_range support in...
28 juin 2018, par Wang Caolibavformat/yuv4mpeg : Add color range support for Y4M Add color_range support in Y4M.
Set pixel format and color_range for YUVJ pixel formats. Also set
color_range based on AVFormatContext.Signed-off-by : Wang Cao <wangcao@google.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height
9 avril 2013, par Mahmoud Khafagythis is my command i exec() ffmpeg -i '1.mts' -deinterlace -ar 22050 -r 25 -qmin 3 -qmax 15 '1.flv' 2>&1
and this is output
Array
(
[0] => FFmpeg version SVN-r19795, Copyright (c) 2000-2009 Fabrice Bellard, et al.
[1] => configuration: --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared --prefix=/usr/ --enable-gpl
[2] => libavutil 50. 3. 0 / 50. 3. 0
[3] => libavcodec 52.35. 0 / 52.35. 0
[4] => libavformat 52.38. 0 / 52.38. 0
[5] => libavdevice 52. 2. 0 / 52. 2. 0
[6] => libswscale 0. 7. 1 / 0. 7. 1
[7] => built on Nov 29 2012 01:11:06, gcc: 4.1.2 20080704 (Red Hat 4.1.2-52)
[8] => Input #0, mpegts, from '/home/gezgin99/public_html/app/webroot/uploads/entry/wrF15QJP6qgpuFI83MO0_1365508699.mts':
[9] => Duration: 00:00:07.81, start: 1.000067, bitrate: 21934 kb/s
[10] => Program 1
[11] => Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 50 tbr, 90k tbn, 50 tbc
[12] => Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
[13] => Stream #0.2[0x1200]: Subtitle: pgssub
[14] => Output #0, flv, to '/home/gezgin99/public_html/app/webroot/uploads/entry/6A6PwqRI2aEdDwg2eHnf_1365508699.flv':
[15] => Stream #0.0: Video: flv, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=3-15, 200 kb/s, 90k tbn, 25 tbc
[16] => Stream #0.1: Audio: libmp3lame, 22050 Hz, 5.1, s16, 64 kb/s
[17] => Stream mapping:
[18] => Stream #0.0 -> #0.0
[19] => Stream #0.1 -> #0.1
[20] => Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height
) -
Anomalie #4198 : Le W3C ne valide pas les atttribut width et height qui ne sont pas des entiers.
23 mai 2019, par b bJe reviens là dessus, pour des raisons de perfs/conso il serait peut-être préférable d’appliquer le
round()
uniquement dansimage_recadre()
puisque c’est le seul filtre qui peut générer des valeurs non entières lors de l’utilisation de ratio. Si les autres filtres images génèrent des valeurs non entières, c’est uniquement parce que l’utilisateur leur demande de le faire explicitement. Vos avis ?