
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (46)
-
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 (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
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 (8187)
-
IOS desktop streaming
13 mars 2014, par user3415469I understand that you can use AirPlay to wirelessly stream your iPad desktop to an AppleTV. Also, there is a method to use a Raspberry PI and "rPlay" to do the same. I am not trying to reinvent the wheel, but I want to explore if there are other options to capture the iPad screen (a classroom full of iPads actually) and send it WIRELESSLY to an "aggregator" attached to an overhead projector.
My thoughts would be to use ffmpeg or .h264 somehow and send it to the "aggregator". I apologize in advance if this is a silly or uninformed question. It is important the iPad not be jailbroken...
-
ffmpeg overlay duration issue
9 septembre 2014, par umamiMikeI am making a setting (using anothergui) to burn in an overlay movie :
-i "<sourcefilename>"
-i "Pathto\overlay1080.mov"
-filter_complex overlay=shortest=0
-y
-vcodec prores -profile:v 3
-qscale:v 1
-acodec pcm_s16le -ar 48000 -ac 2
"<outputpath>\forCompFolder\<outputfilename>.mov"
</outputfilename></outputpath></sourcefilename>The compositing is fine, but the overlay video is 999 frames long and the first input video is shorter. When I render it opts for the length of the overlay video. What am I doing wrong ?
Thanks in advance.
-
FF-MPEG Running Commands through Jni
13 septembre 2012, par Ravi K. SharmaI read and followed all instructions http://bambuser.com/opensource
but i am puzzled around how to generate ffmpeg .so file using cygwin and ndk-r7 ? I appreciate if Some one could provide me better links/Solution to integrate FFPMEG for my Android Application.I switched to ubuntu, now i am able to build it and got .so files. Could some one help me on how can i change ffmpeg.c file's main function and use it directly from jni to run ffmpeg commands.
Thanks in Advance.