
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
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 (69)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Diogene : création de masques spécifiques de formulaires d’édition de contenus
26 octobre 2010, parDiogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
A quoi sert ce plugin
Création de masques de formulaires
Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)
Sur d’autres sites (10054)
-
Segmenting video into different parts and unique rendering on each part then concat afterwards
2 mars 2016, par goudarzihaI currently have a very poorly performing application that splits up a video, renders it and the concats all rendered videos on android using ffmpeg
So I am running into issues with segmenting a video up into 5 parts at each different intervals/durations, rendering each video segment uniquely slowing up/speeding up and then finally concat all the segments back into one final video.
Currently I am doing each part separately -
Segmenting -
example for one segment
-y -i pathIn -ss 0.0 -t 2.0 -vcodec copy -acodec copy -an pathOutRendering - example slowing down/speeding up
y -i path -filter:v setpts=2.0*PTS pathOut
Concat -
f concat -i input1.mp4 -i input2.mp4 -i input3.mp4 -i input4.mp4 -i input5.mp4 -c copy output.mp4
Right now I am running different separate thread for each editing of video, so 3, segment, rendering and concat.
I am trying to get this all done on one command ffmpeg line if at all possible, if not just the segmenting and rendering of the videos and kick of the concat cmd line later.
I am trying to emulate something similar to this https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs
-
Revision 75916 : une fonction saisies_aplatir_chaine() qui permet de supprimer les ...
16 septembre 2013, par maieul@… — Logune fonction saisies_aplatir_chaine() qui permet de supprimer les sous-groupes dans une chaîne de datas
Exemple :*Visible à l'œil nu
Vega|Véga
Arcturus|Arcturus
Antares|Antarés
Deneb|Deneb
* Visible au télèscope
Alkaid|Alkaïd
Dubhe|Dubhe
/*
Kornephoros|Kornephoros
AlbireoA|Albiréo A (rouge)
AlbireoB|Albiréo B (bleue)
Rasalgethi|Rasalgethidevient
Vega|Véga
Arcturus|Arcturus
Antares|Antarés
Deneb|<a class="missing wiki">DenebAlkaid?</a>|Alkaïd
Dubhe|<a class="missing wiki">DubheKornephoros?</a>|Kornephoros
AlbireoA|Albiréo A (rouge)
AlbireoB|Albiréo B (bleue)
Rasalgethi|Rasalgethi -
There was an error with the AJAX request. XML/Json format is bad in whatsapp api
11 janvier 2017, par Mohamed MareeI tried using the whatsapp API https://github.com/mgp25/Chat-API/wiki/Dependencies
I am using PHP 5.6.15 and I installed precompiled extension :
PHP Protobuf and curve25519 PHP but it does not appear in phpinfo(). I installed ffmpeg from here http://ukphpdeveloper.blogspot.com.eg/2012/08/how-to-install-ffmpeg-in-xampp.htmt but it didn’t appear in phpinfo() as installed. I have my whatsapp password and username but when I try to execute/../whatsapp/Chat-API-master/examples/whatsapp.php
shows an error
Error : There was an error with the AJAX request. XML/Json format is bad.