
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 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
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (106)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
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. -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (9129)
-
tiff series to mp4 using ffmpeg
11 avril 2018, par Learning from mastersI have a big tiff file which contains several (1000) images inside. How can I convert this file into a mp4 video ?
I tried :
ffmpeg -i test.tiff test.mp4
but it gives me :ffmpeg version N-82966-g6993bb4 Copyright (c) 2000-2016 the FFmpeg
developers built with gcc 5.4.0 (GCC) configuration : —enable-gpl
—enable-version3 —enable-dxva2 —enable-libmfx -
-enable-nvenc —enable-avisynth —enable-bzlib —enable-fontconfig —enable-frei 0r —enable-gnutls —enable-iconv —enable-libass —enable-libbluray —enable-li bbs2b —enable-libcaca —enable-libfreetype —enable-libgme —enable-libgsm —en able-libilbc —enable-libmodplug —enable-libmp3lame —enable-libopencore-amrnb
—enable-libopencore-amrwb —enable-libopenh264 —enable-libopenjpeg —enable-li bopus —enable-librtmp —enable-libsnappy —enable-libsoxr —enable-libspeex —e nable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvo-amrwbenc
—enable-libvorbis —enable-libvpx —enable-libwavpack —enable-libwebp —enable
-libx264 —enable-libx265 —enable-libxavs —enable-libxvid —enable-libzimg —e nable-lzma —enable-decklink —enable-zlib libavutil 55. 43.100 / 55. 43.100 libavcodec 57. 70.100 /
57. 70.100 libavformat 57. 61.100 / 57. 61.100 libavdevice 57. 2.100 / 57. 2.100 libavfilter 6. 68.100 / 6. 68.100 libswscale 4. 3.101 / 4. 3.101 libswresample 2. 4.100 /
2. 4.100 libpostproc 54. 2.100 / 54. 2.100 [tiff_pipe @ 000000000042a6e0] Stream #0 : not enough frames to estimate rate ; co
nsider increasing probesize [tiff_pipe @ 000000000042a6e0] decoding
for stream 0 failed [tiff_pipe @ 000000000042a6e0] Could not find
codec parameters for stream 0 (Vid eo : tiff, none) : unspecified size
Consider increasing the value for the ’analyzeduration’ and
’probesize’ options Input #0, tiff_pipe, from ’test.tiff’ : Duration :
N/A, bitrate : N/A
Stream #0:0 : Video : tiff, none, 25 tbr, 25 tbn, 25 tbc [buffer @ 0000000000454460] Unable to parse option value "0x0" as image size
[buffer @ 0000000000454460] Unable to parse option value "-1" as pixel
format [buffer @ 0000000000454460] Unable to parse option value "0x0"
as image size [buffer @ 0000000000454460] Error setting option
video_size to value 0x0. [graph 0 input from stream 0:0 @
0000000000454340] Error applying options to the filter. Error opening
filters ! -
vf_fps : use double constants for default/min/max for start_time
27 août 2013, par Hendrik Leppkesvf_fps : use double constants for default/min/max for start_time
When using AV_NOPTS_VALUE (which expands to INT64_C(0x8000000000000000))
as union initializer for a double field, the c99 converter needs to
interpret this constant when filling the union initializer, and it is
interpreted as a positive value.When converting AV_NOPTS_VALUE to a double, MSVC 2010 ends up with
the same positive value as the c99 converter, while MSVC 2012 gets
a negative value.This results in an infite loop in various FATE tests on MSVC 2012.
Signed-off-by : Martin Storsjö <martin@martin.st>
-
JSHint : Convert Gruntfile single to double quotes
23 janvier 2014, par nschonniJSHint : Convert Gruntfile single to double quotes