
Recherche avancée
Autres articles (81)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (6194)
-
I want to merge some images at start and end of video to generate new video
5 juin 2014, par user1462994I am working on small project where i need to merge some images at start and end of existing video.
At start of video i need to merge one image and at the end of video there will be multiple images merged.
After merging the video the output file will be the video file having those images embeded as video. -
FFmpeg seeking frames from piped FLV video
4 juin 2014, par StrangerGI’m trying to seek to specific frame from a FLV file which is passed though a pipe using the FFmpeg function "av_seek_frame".
The flag I used is AVSEEK_FLAG_FRAME|AVSEEK_FLAG_BACKWARD. It worked fine when the FLV video is read from file instead of the pipe. But when it comes to the pipe input mode, av_seek_frame returned -38 no matter what position I tried to seek.
However, there is no problem for MP4 video through a pipe. Anybody have an idea about this ?
How to seek in a FLV video from pipes ? -
Issue while Make video file with series of images FFMPEG
4 juin 2014, par Arslan AhmadI have some problem when I make a video file with the series of image through ffmpeg commands it works and it shows the video but length of the video is only 1sec why : ??? and help
My command is
String[] ffmpegCommand = {"/data/data/com.example.app/ffmpeg", "-r", ""+VIDEO_FRAME_RATE, "-vcodec", "mjpeg", "-i", Environment.getExternalStorageDirectory().getPath() + "/com.example.app/frame_%105d.jpg", Environment.getExternalStorageDirectory().getPath() + "/com.example.app/video.mov"};