
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (35)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (4485)
-
Firefox 31.1.0 not playing some H.264 videos
1er septembre 2015, par user1447903I have two h264 video files. One is "big buck bunny" the other is one I have created using ffmpeg. Both play in most browsers, but in Firefox 31.1.0 "big buck bunny" plays fine, but my video gives a "corrupt video" response.
The outputs from ffprobe for the two videos in tuen are given below (bunny first, then mine)
Can anyone see why mine will not play...?
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ’mov_bbb.mp4’ : Metadata : major_brand : mp42 minor_version : 0 compatible_brands : mp42isomavc1 creation_time : 2012-03-13 08:58:06 encoder : HandBrake 0.9.6 2012022800 Duration : 00:00:10.03, start : 0.000000, bitrate : 629 kb/s Chapter #0:0 : start -0.080000, end 10.000000 Metadata : title : Chapter 1 Stream #0:0(und) : Video : h264 (Main) (avc1 / 0x31637661), yuv420p(tv, smpte170m/smpte170m/bt709), 320x176, 300 kb/s, 25 fps, 25 tbr, 90k tbn, 180k tbc (default) Metadata : creation_time : 2012-03-13 08:58:06 encoder : JVT/AVC Coding Stream #0:1(und) : Audio : aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 160 kb/s (default) Metadata : creation_time : 2012-03-13 08:58:06 Stream #0:2(und) : Audio : aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 160 kb/s Metadata : creation_time : 2012-03-13 08:58:06 Stream #0:3(und) : Subtitle : mov_text (text / 0x74786574), 0 kb/s Metadata : creation_time : 2012-03-13 08:58:06
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ’test.mp4’ : Metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 encoder : Lavf56.40.101 Duration : 00:00:09.92, start : 0.000000, bitrate : 159 kb/s Stream #0:0(und) : Video : h264 (Main) (avc1 / 0x31637661), yuv420p, 352x288 [SAR 12:11 DAR 4:3], 157 kb/s, 12.50 fps, 12.50 tbr, 12800 tbn, 25 tbc (default) Metadata : handler_name : VideoHandler
-
ffprobe or avprobe returning plain text errors in JSON output
6 mai 2015, par Justin JenkinsI’m running
avprobe
to get stream infomation about a video inJSON
...avprobe -loglevel quiet -show_format -show_streams file.m4v -of json
This is basically the exact same thing as
ffprobe
orffmpeg -i
(and I get the same error.)ffprobe -loglevel quiet -show_format -show_streams file.m4v -print_format json
The command works most of the time ... however, on occation I’ll have a video that has an odd stream in it that is "unsupported" and I’ll get back something like this (abbreviated.)
Unsupported codec with id 94213 for input stream 2
{ "format" : {
"filename" : "file.m4v",
"nb_streams" : 3,
"format_name" : "mov,mp4,m4a,3gp,3g2,mj2" ...When I run the command I get back
JSON
+ an error inplain text
, which makes the result invalidJSON
and I have to "clean it up" later.I’m suppressing errors from the output
-loglevel quiet
but the error still show up.How can I tell
avprobe/ffprobe
to not show this error and hence get back a properJSON
object ?Longer Output Examples
ffprobe
, from source, MacOSffprobe version 0.9.1-subsplash, Copyright (c) 2007-2012 the FFmpeg developers
built on Feb 5 2012 01:35:36 with gcc 4.2.1 (Apple Inc. build 5664)
configuration: --prefix=/Volumes/Ramdisk/sw --as=yasm --extra-version=subsplash --disable-shared --enable-static --disable-ffplay --disable-ffserver --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libfaac --enable-libvorbis --enable-libtheora --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --arch=x86_64 --enable-runtime-cpudetect --enable-nonfree
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 42. 4 / 53. 42. 4
libavformat 53. 24. 2 / 53. 24. 2
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file.m4v':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: mp42isomavc1
creation_time : 2012-01-01 06:38:43
encoder : HandBrake 0.9.5 2011010300
Duration: 00:30:47.53, start: 0.000000, bitrate: 1558 kb/s
Chapter #0.0: start -0.066733, end 17.784433
Metadata:
title : Chapter 1
...
Stream #0:2(und): Subtitle: mov_text (text / 0x74786574)
Metadata:
creation_time : 2012-01-01 06:38:43
handler_name :
Unsupported codec with id 94213 for input stream 2
{
...avprobe
, from source, Ubuntu Linuxavprobe version 10_alpha1-6:10~~git20130307.4be368b-1~quantal1, Copyright (c) 2007-2013 the Libav developers
built on Mar 7 2013 22:12:44 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file.m4v':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: mp42isomavc1
creation_time : 2012-01-01 06:38:43
encoder : HandBrake 0.9.5 2011010300
Duration: 00:30:47.53, start: 0.000000, bitrate: 1558 kb/s
Chapter #0.0: start -0.066733, end 17.784433
Metadata:
title : Chapter 1
...
Stream #0.2(und): Subtitle: text / 0x74786574
Metadata:
creation_time : 2012-01-01 06:38:43
Unsupported codec with id 94213 for input stream 2
{
... -
Merge commit ’b34257eefd98cb768ea2f53a390b8684d51e689a’
10 mai 2015, par Michael NiedermayerMerge commit ’b34257eefd98cb768ea2f53a390b8684d51e689a’
* commit ’b34257eefd98cb768ea2f53a390b8684d51e689a’ :
nut : Check chapter creation in decode_info_headerConflicts :
libavformat/nutdec.cSee : 3ff1af2b0db7132d5717be6395227a94c8abab07
Merged-by : Michael Niedermayer <michaelni@gmx.at>