
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (38)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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
Sur d’autres sites (8396)
-
Images and audio to slideshow movie
16 juin 2015, par Terji PetersenI’m trying to get FFmpeg to generate a slide show mp4 movie using an mp3 audio track and several jpg images. Having trouble getting the length of the movie to match the length of the mp3 file and the images evenly spaced.
Following is the closest I’ve gotten :ffmpeg -framerate 1/5 -i img%02d.jpg -i input.mp3 -c:v libx264 -r 30
-shortest -t 19 output.mp4The output here is a 15 second movie, 5 seconds per image but the mp3 file is 19 seconds long.
Any ideas ?
-
Streaming full HD using lighttpd streaming
2 juin 2015, par HD QualityWe have 1000 of HD full length movies and streaming using lighttpd all the files are converted using FFMPEG .FLV format, and we got VPS(Cent OS) 2TB storage & CPU : 6 cores & 30 GB RAM & 1 Gbit/s port.
when we get traffic player buffering very long time means 10min to start play,i spend searching google and tried all the possible way to improve but no luck.
can any one suggest how other sites are running without buffer issue,
-
ffmpeg : real time buffer full frame dropped
10 mai 2015, par NyarukoI am using ffmpeg to write a simple program to read the webcam.
However, in some case I get the printing said :real time buffer 80% full frame dropped
But the program still keeps running.
I’ve checked the internet and the reason is due to the limited buffer size.
My question is : will this cause any problems ? should I write code to deal with it ?
For my application, I am just viewing the frames and loss some frames are totally fine.