
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (42)
-
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (7894)
-
ffmpeg not adding all images when creating video [on hold]
23 septembre 2013, par travisbI am creating a video from 38,179 images. ffmpeg successfully creates a video but only includes the first 20,998 images. I am running Windows 7 64-bit.
The files are all in the same directory and named 1000000.jpg - 1038179.jpg.
This is the command I used :
ffmpeg -f image2 -r 18 -i 1%6d.jpg a.mp4
How can I get it to include all the images ?
This is the last screen of output :
frame=20998 fps=6.4 q=27.0 size= 478740kB time=00:19:23.66 bitrate=3370.2kbits/
frame=20998 fps=6.4 q=27.0 size= 478740kB time=00:19:23.66 bitrate=3370.2kbits/
frame=20998 fps=6.4 q=27.0 size= 478740kB time=00:19:23.66 bitrate=3370.2kbits/
frame=20998 fps=6.4 q=27.0 size= 478740kB time=00:19:23.66 bitrate=3370.2kbits/
frame=20998 fps=6.4 q=27.0 size= 478740kB time=00:19:23.66 bitrate=3370.2kbits/
frame=20998 fps=6.4 q=-1.0 Lsize= 480427kB time=00:19:26.44 bitrate=3374.1kbits
/s dup=0 drop=17182
video:480204kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.046423%
[libx264 @ 00000000041aa020] frame I:332 Avg QP:18.87 size:110978
[libx264 @ 00000000041aa020] frame P:10468 Avg QP:21.59 size: 32633
[libx264 @ 00000000041aa020] frame B:10198 Avg QP:23.35 size: 11108
[libx264 @ 00000000041aa020] consecutive B-frames: 22.7% 35.1% 7.9% 34.3%
[libx264 @ 00000000041aa020] mb I I16..4: 13.2% 84.6% 2.2%
[libx264 @ 00000000041aa020] mb P I16..4: 9.6% 30.7% 0.3% P16..4: 30.1% 6.9% 3.0% 0.0% 0.0% skip:19.4%
[libx264 @ 00000000041aa020] mb B I16..4: 1.3% 4.4% 0.0% B16..8: 33.4% 3.3% 0.4% direct: 2.2% skip:54.9% L0:43.9% L1:51.4% BI: 4.8%
[libx264 @ 00000000041aa020] 8x8 transform intra:76.3% inter:90.0%
[libx264 @ 00000000041aa020] coded y,uvDC,uvAC intra: 46.6% 62.7% 10.4% inter: 12.3% 22.3% 0.5%
[libx264 @ 00000000041aa020] i16 v,h,dc,p: 42% 24% 9% 25%
[libx264 @ 00000000041aa020] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 31% 22% 33% 2% 2% 3% 2% 3% 2%
[libx264 @ 00000000041aa020] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 16% 11% 5% 10% 12% 7% 6% 3%
[libx264 @ 00000000041aa020] i8c dc,h,v,p: 46% 23% 27% 4%
[libx264 @ 00000000041aa020] Weighted P-Frames: Y:1.0% UV:0.5%
[libx264 @ 00000000041aa020] ref P L0: 65.7% 11.6% 17.0% 5.7% 0.0%
[libx264 @ 00000000041aa020] ref B L0: 86.8% 11.6% 1.6%
[libx264 @ 00000000041aa020] ref B L1: 96.3% 3.7%
[libx264 @ 00000000041aa020] kb/s:3372.17 -
ffmpeg integration with Codeignitor [on hold]
14 novembre 2016, par NomiI am working on a project which have the following requirements...
- It should upload a video .
- then it should verify what type of video file it is i.e flv ,mp4
etc. - it should also configure its resolution according to our needs.
- and then finally save it into a database.
I have been searching the possible solution for this and learned that ffmpeg could be a solution.But i haven’t been able to learn how to code it.
Can Somebody please guide me on how to install ffmpeg with Codeignitor from scratch OR some other library which could serve the same purpose . -
php_ffmpeg extension installed, want to know available classes in this extension [on hold]
25 septembre 2013, par user2808180I have successfully installed the php extension "php_ffmpeg" and it is working fine. I tested the extension with class ffmpeg_movie and It shows me complete information of the file.
But the problem is to convert any uploaded video file to flv. Is there any classes available in the extension 'php_ffmpeg', I would like you to share some sample code for that.
I will like to stick to php code as I am not sure that I might not get access to the share server shell.
I also tried exec, on my Windows Based local machine, but I haven't found success beyond "DIR" command.
Please if you have some knowledge about "php_ffmpeg" extension and classes available in it, with example code or know some resource which include that please help me.
$return = 1;
$output = array();
$source = $_SERVER['DOCUMENT_ROOT'] . '/sample.avi';
$target = $_SERVER['DOCUMENT_ROOT'] . '/target.flv';
$cmd = "ffmpeg -i {$source} {$target}";
exec($cmd, $output, $return);
echo '<pre>'; print_r($output); echo '</pre>';
echo $cmd;