
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)
Sur d’autres sites (13173)
-
I can't play mp3 by iOS browser
13 avril 2015, par SPnovaI merge several files by ffmpeg :
ffmpeg -i "concat:file1.mp3|file2.mp3" -acodec libmp3lame -metadata "title=Some Song" c2.mp3
But I can’t play this file by iOS browser (I use iPad 2 iOS 8). In my PC chrome this mp3 plays correctly.
https://learn.core.kochi-tech.ac.jp/moodle/c2.mp3
Where is the problem ?
-
Set rotation field for MOV video (with FFMPEG ?)
20 avril 2015, par CapumHere is this MOV which plays rotated -90° (leftwise) on WMP and, on VLC, plays correctly because of the metadata rotation set.
How conform its orientation to become natively (straight) the same on all Players ?came from here Can I set rotation field for a video stream with FFmpeg ?
-
FFMpeg generates still video
19 juillet 2013, par Jason MuchowI'm doing a simple test of ffmpeg. I'd like to use it for thumbnail generation / video grabbing for a website I'm developing. I'm currently using VLC to grab a single frame and then generate a thumbnail, but it's rather slow and a bit cumbersome.
The problem is that the video I'm using (from my own pc) is generated by security camera software and it has an odd video format. When I open it (.bvr) in VLC, it plays very, very fast. A 10 second video goes by in about 2.5 seconds. Additionally, using a simple convert with ffmpeg "ffmpeg -i test.bvr output.avi" generates a proper-length video (10 seconds), but the video frame never changes. (It's a still image)
Test file and test output file :
I think this is primarily caused by the fact that the IP cameras may only generate 5-7 fps but the security software doesn't know better and writes it as if it should be 24/30 fps.
FFMpeg Reports : [m4v @ 00000000002cec60] Estimating duration from
bitrate, this may be inaccurate Input #0, m4v, from 'test.bvr' :
Duration : N/A, start : 0.000000, bitrate : N/A Stream #0:0 : Video : mpeg4
(Simple Profile), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 5 tbr, 1200k
tbn, 5 tbc Output #0, avi, to 'output.avi' : Metadata : ISFT
: Lavf54.25.104 Stream #0:0 : Video : mpeg4 (FMP4 / 0x34504D46),
yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 5 tbn, 5 tbc
Stream mapping :Stream #0:0 -> #0:0 (mpeg4 -> mpeg4) Press [q] to stop, [?] for help
frame= 50 fps=0.0 q=2.0 Lsize= 244kB time=00:00:10.00 bitrate=
199.7kbits/s video:237kB audio:0kB subtitle:0 global headers:0kB muxing overhead 2.877066%**Any help is appreciated !