
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (108)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (38273)
-
avcodec/dirac_dwt_template : Fix undefined behavior in interleave()
14 juin 2018, par Michael Niedermayeravcodec/dirac_dwt_template : Fix undefined behavior in interleave()
Fixes : signed integer overflow : 2147483647 + 1 cannot be represented in type 'int'
Fixes : 8697/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5197148130902016Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
oavcodec/aacpsdsp_template : Use unsigned for hs0X to prevent undefined behavior
25 mai 2018, par Michael Niedermayeroavcodec/aacpsdsp_template : Use unsigned for hs0X to prevent undefined behavior
Fixes : signed integer overflow : 1073741842 + 1784008138 cannot be represented in type 'int'
Fixes : 6792/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_FIXED_fuzzer-5677589835284480Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Get dimension of a video using regex and ffmpeg
22 mai 2018, par George ChalhoubIf I have this string given by a ffmpeg command when you try to get information about a video :
Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.4.7
(GCC) 20120313 (Red Hat 4.4.7-11) configuration :
—prefix=/usr/local/cpffmpeg —enable-shared —enable-nonfree —enable-gpl —enable-pthreads —enable-libopencore-amrnb —enable-decoder=liba52 —enable-libopencore-amrwb —enable-libfaac —enable-libmp3lame —enable-libtheora —enable-libvorbis —enable-libx264 —enable-libxvid —extra-cflags=-I/usr/local/cpffmpeg/include/ —extra-ldflags=-L/usr/local/cpffmpeg/lib —enable-version3 —extra-version=syslint libavutil 54. 19.100 / 54. 19.100 libavcodec 56. 26.100 / 56. 26.100 libavformat 56. 23.106 / 56. 23.106 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 11.102 / 5. 11.102
libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100Input #0, mov,mp4,m4a,3gp,3g2,mj2,
from ’/var/zpanel/hostdata/zadmin/public_html/chandelier.mp4’ :
Metadata : major_brand : isom minor_version : 512 compatible_brands :
isomiso2avc1mp41 URL : Follow Me On > www.hamhame1.in compilation : 0
title : Follow Me On > www.hamhame1.in artist : Follow Me On >
www.hamhame1.in album : Follow Me On > www.hamhame1.in date : Follow
Me On > www.hamhame1.in genre : Follow Me On > www.hamhame1.in comment
: Follow Me On > www.hamhame1.in composer : Follow Me On >
www.hamhame1.in original_artist : Follow Me On > www.hamhame1.in
copyright : Follow Me On > www.hamhame1.in encoder : Follow Me On >
www.hamhame1.in album_artist : Follow Me On > www.hamhame1.in
season_number : 0 episode_sort : 0 track : 0 disc : 0 media_type : 0
Duration : 00:03:51.35, start : 0.000000, bitrate : 2778 kb/s Stream
0:0(und) : Video : h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 > DAR 16:9], 2646 kb/s, 23.98 fps, 23.98 tbr, 90k tbn, 47.95
tbc (default) Metadata : handler_name : VideoHandler Stream #0:1(und) :
Audio : aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s
(default) Metadata : handler_name : SoundHandlerAt least one output
file must be specifiedIn this case video dimension is : 1920x1080
How can I export video dimension knowing that yuv420p and [SAR 1:1 > DAR 16:9] might be different (and also that. 1920x1080 could be 402x250 or 24x59). I’m not really interested in using third-party classes.