
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 (29)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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.
Sur d’autres sites (4543)
-
png : Set the color range as full range
8 mai 2015, par wm4 -
How to control insert position when insert video frames to pure audio file with ffmpeg
6 mai 2014, par teddyInserting video frames into pure audio flv file(may call it audio.flv) can make it seekable.I do this with ffmpeg using the following command :
/usr/bin/ffmpeg -y -loop 1 -i /root/testimage.jpg -i /file/audio.flv -s 2x2 -t 90 -r 1 -g 0 -acodec copy /tmp/out.flv 2>&1
The number 90 in command is specify the file duration.this can work well except one thing : The output files for several executions of the previous command is not same. After i analysed the file’s with flvparser i found that the position of the first video tag of these files were not same.
- For the first situation, the first video tag is the third tag, which is following script tag
- For the second situation, the first video tag is the fifth tag, there are three audio tags between it and script tag.
- For the third situation, the first video tag is the sixth tag.
I just got these three situations for my test. But other video tags are in the same position of tag-index in output file. I have no idea why is just the first video tag has different position. I want all video tag will be at same tag-indexes. Could anyone give me some advise ? Thanks !
-
How to control inserting position when inserting video frames to pure audio file with ffmpeg
6 mai 2014, par teddyInserting video frames into pure audio flv file(may call it audio.flv) can make it seekable.I do this with ffmpeg using the following command :
/usr/bin/ffmpeg -y -loop 1 -i /root/testimage.jpg -i /file/audio.flv -s 2x2 -t 90 -r 1 -g 0 -acodec copy /tmp/out.flv 2>&1
The number 90 in command is specify the file duration.this can work well except one thing : The output files for several executions of the previous command is not same. After i analysed the file’s with flvparser i found that the position of the first video tag of these files were not same.
- For the first situation, the first video tag is the third tag, which is following script tag
- For the second situation, the first video tag is the fifth tag, there are three audio tags between it and script tag.
- For the third situation, the first video tag is the sixth tag.
I just got these three situations for my test. But other video tags are in the same position of tag-index in output file. I have no idea why is just the first video tag has different position. I want all video tag will be at same tag-indexes. Could anyone give me some advise ? Thanks !