
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 (100)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (9939)
-
lavf/mov : Confine 0x00000000 to raw/twos fourcc mapping to version 0 sample descriptions
13 janvier 2016, par Mats Petersonlavf/mov : Confine 0x00000000 to raw/twos fourcc mapping to version 0 sample descriptions
Confine the 0x00000000 to ’raw ’/’twos’ fourcc mapping to old version 0
sound sample descriptions, since they are the only valid sample
descriptions for this type of mapping.Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
Issue with running codebook background subtraction sample program in OpenCV
3 février 2013, par Anderson neoWhile I am trying to run the sample code in opencv samples directory for codebook based background subtraction in OpenCV. I am getting the following message on running it with the
default tree.avi file as input."Truncating packet of size 15414 to 1"
I am using 32bit machine with Ubunutu and OpenCV version 2.4.9.
I am not sure if their is an issue with my ffmpeg installation.
Any help would be appreciated.
Many Thanks ! -
FFMPEG Sample example does not work
27 juin 2017, par Davood FalahatiI have been struggling in getting ffmpeg sample to work. I had a tough time upgrading sample code according to the latest commits. I have uploaded my code here
When I run this code, however, I get the following error :
[libx264 @ 0xee2400] broken ffmpeg default settings detected
[libx264 @ 0xee2400] use an encoding preset (e.g. -vpre medium)
[libx264 @ 0xee2400] preset usage: -vpre <speed> -vpre <profile>
[libx264 @ 0xee2400] speed presets are listed in x264 --help
[libx264 @ 0xee2400] profile is optional; x264 defaults to high
</profile></speed>And the av_codec_open2 function fails to open the video and find the proper codec. Here is the specifications of my video, if it helps :
Output #0, mov, to '/home/dfalahati/Videos/melissa.MOV':
Stream #0:0: Video: h264, yuv420p, 352x288, q=2-31, 400 kb/s, 25 tbc
Stream #0:1: Audio: aac, 44100 Hz, 2 channels, 64 kb/sI used @gabi-davar answer here to make the code run, but there are some unfamiliar errors still with it. Is there any advice how to solve it ?