
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (56)
-
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. -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (8786)
-
I want to place a heart transition I made between 2 videos with 2 blank png images with alpha , with a 4 sec transition in mkv format with overlap
14 juillet 2022, par ChristopherI want to place a heart transition I made that has 2 blank png images with alpha channel, that has a 4 sec heart transition that is in mkv format. I want to overlap the last image of the 1st video, with the transition video for 2 seconds, and overlap the first image of the 2nd video for 2 seconds. This would allow a heart transition, between 2 baby animals, between the clips that make up the videos. I have conceived a way to automate the assembly of over 1800 clips into videos, and this is a part of it. Sorry about the absence of clarity in my question, I hope this makes it clear, what I am trying to accomplish.


-
Receiving and Manipulating RTSP stream using FFMPEG library in Java Application
14 janvier 2015, par Bilal Ahmed YaseenHope you all be fine and doing great.
I am currently working on a Java Web Application. I am getting Streaming video using RTSP URL. This URL is like :
rtsp://---.---.---./6ca714ae28e52f31
I have been able to capture video, diplay/listen it and store it in .mp4 file using FFMPEG with the following command :
fmpeg -i rtsp://username:password@---.---.---.---/6ca714ae28e52f31 -f mov e:/bay.mov (with authentication)
Now, I want to achieve the same in my Java application using ffmped library. I am sure if all this possible through commands then It will also be possible using its library. But unfortunately couldn’t get any working useful material regarding this on web.
So, I simply want to ask that :
1. How can I fetch Streams using this RTSP URL in my Java Application with FFMPEG library
2. How can I Manipulate this fetched streaming such as start, stop, end etc.
3. How can I store this streaming in media file in playable form in any specified format.I have found a FFMPEG’s Java Rapper JJMPEG. Now I have two options either to issue FFMPEG command to CMD using Java Application or use JJMPEG library directly. Don’t know which one will be better choice.
Thanks for your time and considerations.
-
VB.Net Stream/Port Image To FFmpgeg using Standard Input
31 janvier 2015, par Zakir_SZHhope all active member of this community are fine.
in my project i need to convert several image to video file.
Currently i have to first save the images to PC then use ffmpeg to read that images from the pc and convert it to movie.But rather than save image to pc, i want to send image directly to ffmepg using StandardInput call. Ffmped does support that. but i don’t know how to use that.
i have search internet a lot and all i found is getting output/response from ffmpeg using standarderror as ffmepg write to standerror instead of standardouput.
below link something similar to what i look for that that code don’t work and also that use mp3 file instead of image/graphics.
http://tiku.io/questions/3075356/convert-wma-stream-to-mp3-stream-with-c-sharp-and-ffmpeg
can any one help me out, how to send image from picturebox/graphics object to ffmpeg one by one ?
thanks in advance
best regards