
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (5093)
-
How can i save a iphone uploaded video always horizontal by ffmpeg
24 juillet 2013, par Ranjith ReddyI am using FFMPEG for uploading recording video from iphone and generating frames.
case1 : recording video in horizontal (generating video and frames in horizontal).
case2 : recording video in vertical (generating video and frames in vertical).
But in above 2 case i want video and frames in horizontal only.
FFMPEG COMMAND
%x(cd "#{tmp_path}" && ffmpeg -i "video path" -r 1 -f image2 image-%4d.jpeg )
-
Revision 59dc4e9cdd : vp9_convolve8_neon placeholder Call the individually optimized horizontal and v
16 juillet 2013, par JohannChanged Paths :
Modify /test/convolve_test.cc
Add /vp9/common/arm/neon/vp9_convolve_neon.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/vp9_common.mk
vp9_convolve8_neon placeholderCall the individually optimized horizontal and vertical functions. This
implementation abuses the temp buffer.This will be replaced with a custom optimized function.
Over 2x speedup.
Change-Id : I5b908d2a73d264e9810d6022bbff73207a3055dd
-
ffmpeg : Vertically stack several videos ?
19 juillet 2012, par Joseph TurianI have two videos of the same exact length, and I would like to use ffmpeg to vertically stack them into one video file.
How can I do this ?