
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 (62)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (7171)
-
Download m3u8 playlist and merge into one C#
10 août 2014, par trinvhSolution 1 :
I tried this by using create a ffmpeg wrapper, read output from cmd with following command :
-i \"{m3u8-url-for-download}\" -y -c copy -bsf:a aac_adtstoasc \"{destination-filename}\"
I can get duration, current state for downloading. Everything seems be ok. However sometimes it crashed and I can’t detect why. It isn’t ALWAYS, but SOMETIME.
Solution 2 :
I download m3u8 playlist file and get contents within it. It contains an array *.ts file url that I can easily download by using HttpClient. But I don’t know how to combine these *.ts file into one mp4 file that keeps their format.
Are there other solutions for doing this ?
-
Installing ffmpeg
22 décembre 2016, par JsebI am not an expect with linux and new to rails but trying i am trying to have my user allowed to upload video and to view them. Now I have found this gem for ruby on rails https://github.com/owahab/paperclip-ffmpeg which seem to use paperclip and the ffmpeg software to upload video on my server. However in the documentation it state you must install ffmpeg and i am not sure how. I use ubuntu 12.04 and not sure how to install it.
-
Revision bcaf1d69ec : Moved call to vp9_clear_system_state() to a proper location The commit moved a
22 juillet 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
Moved call to vp9_clear_system_state() to a proper locationThe commit moved a call to vp9_clear_system_state() to a correct
location, i.e. prior function calls using floating point numbers.
This was to fix a mismatch mmx code and sse2 version, where a
floating point number used in adjust_frame_rate(cpi) gets NAN due
to mmx registers being in wrong state.Change-Id : I40e0a6de98812000ccee6a729badb630604fd7e6