
Recherche avancée
Autres articles (30)
-
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 -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (6799)
-
Combining multiple clips to form a single video with audio in background [on hold]
19 septembre 2013, par user1941148I am developing an Android app which is combining multiple clips to form a single video and add audio in background of choice. I have gone through various solution like third party libraries but not sure how to actually implement it in Android.
Some of solution I got are :
ffmpeg
, which is in native C. How to port it to Android ? How exactly to use with NDK ? Is it helpful to me to use ? -
Live Streaming RTMP to RTSP
19 septembre 2013, par user2794054i need to test a restream work like this.
now i m using crtmpserver. i want to restream rtmp live source to iis smooth streaming format & rtsp format. Please guide me
rtmp live to rtsp live
&
rtmp to live http streaming (target IIS server)Thanks
-
FFMPEG - windows - MJPEG stream - convert to MP4 and re-stream - C# - newbie [on hold]
27 décembre 2014, par ganeshAm a newbie to work with videos and stuff.
Doing a project with a panasonic IP cam (WV-ns-202A) which will be the source of an MJPEG stream.
I need to Display this content on a ASP.net,C# web app under IIS, as well as store the same in filesystem.
sofar have tried out some ffmpeg/vlc stuff not helping much.
(tried #transcoding to flv and save in local filesystem - success
#transcoding and restream over http - failed
#transcoding with vlc & streaming (sout) - failed
)looks like am lost.
Do i must need a meadia server to stream this or can i manage with ffmpeg itself ?.
one camera to one user, no users more then that at any point of time.Any help appreciated - guidence, sample code, links, c#,
Thanks for your time.