
Recherche avancée
Autres articles (51)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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.
Sur d’autres sites (10097)
-
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 -
Merge videos and images into a new video in Android [on hold]
10 septembre 2013, par vijayI have to create an android app that is similar to PicPlayPost.
The app should be able to do the following things :
-
Load images and videos into the corresponding blocks in the frame.
-
Resize the image.
-
Add audio to the block that contains image.
-
Play two or more videos in parallel.
-
Save the whole frame as a video clip.
I thought of using FFmpeg concatenation for this but it will not play all the videos in parallel.
I have tried to use FFmpeg with android in my earlier project and ended up with lot of issues when building latest FFmpeg with android NDK.The below link explains the usage of pre-compiled FFmpeg and OpenCV for Android.
https://code.google.com/p/javacv/#Quick_Start_for_OpenCV_and_FFmpeg
but i could not find ffmpeg-1.2*.jar there.
Is there any package to process video and playback in android other than FFmpeg ?
Thanks.
-
-
Is it possible to have a live m3u8 stream play in phonegap applications ?
24 mars 2014, par CR47I've built a Drupal back-end website for streaming live m3u8 streams, and when I play these streams over to an Android Java application it works, but I'm wondering if there is a way to do this in phonegap as well.