
Recherche avancée
Autres articles (102)
-
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 (...) -
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. -
Les notifications de la ferme
1er décembre 2010, parAfin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
Les notifications de changement de statut
Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
À la demande d’un canal
Passage au statut "publie"
Passage au (...)
Sur d’autres sites (13534)
-
How to create videos from images using ffmpeg android ? [on hold]
30 mai 2016, par GajuHello every one I want to do these three things :
- Create videos form no of images and play as a slide show ?
- Merge Audio and Video in video file.
- Merge two video ?
For this I am using ffmpeg command using android ffmpeg library. I uesd many command also create video from images but its duration for images not well i some times finish video in 1 second or sometimes it will show only one images and also sometimes it play slides at a very fast speed. So what i do for this ? and I also tried with Javacv, but not getting any exact solution.
-
What's the proper way to check differences between two different video file ? [on hold]
13 juillet 2016, par HakanI wanna make a program that can check differences between two video file and the program should give me that difference rate ?
What’s the best way for do that ? I found FFmpeg hash mutexer and it can work on GPU but I’ve a more than 1500 video file for checking. Also, i guess Nvidia gives something about that.
I know, i can do that with frame-by-frame hash checking but I need more faster solution.
Thanks.
-
Wordpress upload video convert MP4 format
27 septembre 2016, par Balan KCreate custom video convert plugin - MP4 format
Bellow upload code work fine but how to convert MP4 format after
insert media library.media_handle_upload('upload_video_file', 0)
exec("ffmpeg -i $fullsize_path -ar 22050 -ab 32 -f mp4 -s 320x240 $value");
<form method="post" enctype="multipart/form-data">
<input type="file" />
<?php submit_button('Upload') ?>
</form>