
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 (47)
-
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 (...) -
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 (...) -
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...)
Sur d’autres sites (5569)
-
Revision 615230b810 : acm_random : provide full range for Rand16() the gtest implementation used only
2 décembre 2014, par James ZernChanged Paths :
Modify /test/acm_random.h
Modify /test/fdct8x8_test.cc
acm_random : provide full range for Rand16()the gtest implementation used only returns values between 0 and 2^31-1
+ temporarily disable some tests in fdct8x8_test which misbehave with the
new rangeChange-Id : I45381076f0bea3317cc6728305890e4fd2f2facd
-
Revision 306319387b : acm_random : provide full range for Rand8() the gtest implementation used only r
27 novembre 2014, par James ZernChanged Paths :
Modify /test/acm_random.h
Modify /test/lpf_8_test.cc
acm_random : provide full range for Rand8()the gtest implementation used only returns values between 0 and 2^31-1
+ temporarily disable some tests in lpf_8_test which misbehave with the
new rangeChange-Id : I8a026680c4b8c12dc14d4f24c33edb2315963114
-
How to run multiple instances of VLC from command line
5 janvier 2014, par AndyI have a vlc line that streams and transcodes a channel from tvheadend. Usually multiple streams are handled through VLM but for some reason VLM doesnt like tvheadend playlists. If I do this through command line it seems to be working fine
The command is ./vlc + some options
When you execute the command it returns a lot of output messages and you can not enter any other commands. I have successfully launched another line in a new putty session.
Is there a way to run this as batch to execute multiple VLC commands as if they were coming from different SSH sessions ?
Perhaps ffmpeg handles tvheadend playlists better ?