
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (111)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (10433)
-
Does the "live=1" on ffmpeg rtmp urls mean that the stream is live and you cannot rewind or pause it ?
23 octobre 2014, par user306517Or does it have some other meaning ? I have searched all over the internet, and the documentation is very thin on it... If someone could point me to something that explains exactly what it is, I would appreciate it.
I am talking about this :
ffmpeg "rtmp ://...... live=1" .....
tia.
-
what is the best way to conect the ffmpeg lib to the MediaCapture API in visual studio ?
27 mai 2015, par GrailsBeginner98hello community i will like to use ffmpeg with the MediaCapture API resource. Can i ?
the doubt came because ffmpeg command read from a file, or a rtsp etc...
i will like to use the ffmpeg as a process meaning using a ffmepeg command line.
I am still a rookie in audio video tech.. An example will be great..
thanks -
Ghosting with ffmpeg lenscorrection
19 juillet 2018, par Anmol MishraAE has optics correction that offers the correct mapping for flat 3d to 180 vr 3d. This is for the 90 FOV on Oculus Go and Gear VR.
I tried to do this using lenscorrection in ffmpeg but ended up with ghosting and a cropped image..
This was the command used
ffmpeg -i /Volumes/500GB/Untitled\ 01.mov -vf lenscorrection=k1=-0.6:k2=0.55 -crf 18 out.mp4
Any ideas why ?