
Recherche avancée
Autres articles (68)
-
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 (...) -
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (10083)
-
Combine two clips from two different videos into one video with javascript (client side) ?
13 avril 2018, par Mike Johnson JrDoes anyone know if this is possible ?
The closest thing I found to what I am looking for is this : http://bgrins.github.io/videoconverter.js/
But the "docs" are very minimal.
-
Merge two video side by side ffmpeg
26 avril 2018, par Nouh LCI´m working on project android with ffmpeg who can merge two videos side by side and i have a problem for example the first video has 20 seconds and the second has 35 seconds when i merge them i got video has 35 seconds everytime video got the large time but i want the small
in above exmaple i want the output video has 20 seconds not 35.
my shot"-i","firsth.mp4","-i","second.mp4","-filter_complex","[0:v]scale=480:640,setsar=1[l];[1:v]scale=480:640,setsar=1[r];[l][r]hstack","-c:v","libx264","-crf","23","-preset","veryfast myoutput.mp4"
-
Stitching videos side by side using java [on hold]
9 mai 2018, par mejos2512how to stitch two videos side by side and make one video like in smule app using java. Any libraries/library wrappers for this ? Please help.