
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (80)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (6646)
-
Merging multiple mjr files into webm file based on timestamp of creation with FFMPEG
2 novembre 2020, par Sankalpa SarkarI am trying to combine multiple mjr files into a single webm file with blank gaps in the middle, based on certain timestamps. As an illustration, suppose I have three clips A (running from 3-3.10), B (running from 3.15-3.30) and C (3.35-3.50).


To combine these, I would like to have a singular merged webm file with A running from 3 to 3.10, followed by a blank screen from 3.10-3.15, then B from 3.15 to 3.30, followed by a blank screen from 3.30 to 3.35 and then C from 3.35 to 3.50. Thus the entire video must be from 3 to 3:50 with the specifications.


So far, I have to obtain the filename and date/time from the directory as and when they are created to determine the specific timestamps. For the same, I am using this code snippet :


FANAME=\/bin/ls -1 *video.mjr | grep "$AGENTID" | sort -t- -k5 | head -1\
AGENTSTAT=`stat -c %y $FANAME`
ATIME=`date +%s -d"$AGENTSTAT"`



Running a loop through all the files, how do I obtain this functionality ?


-
Revision f99eb936a4 : Set proper rtc interp_filter at block level Based on frame level settings. Cha
1er février 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Set proper rtc interp_filter at block levelBased on frame level settings.
Change-Id : I922c09c195ab055585eaa4f544c51aceb1203a7a
-
Revision 7494bba66b : Merge "Prunes out full-rd computation based on modeled rd"
11 juillet 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/common/vp9_blockd.h
Modify /vp9/encoder/vp9_rdopt.c
Merge "Prunes out full-rd computation based on modeled rd"