
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (53)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 ;
-
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" (...)
Sur d’autres sites (6561)
-
How to divide a time in half ?
30 août 2019, par Kelly FletI’m trying to find the midpoint of a video, in other words divide the total length by
2
.ffmpeg
gives time in formatHOURS:MM:SS.MICROSECONDS
, so ignoring microseconds, how could I get the half way point ? I’ve tried dividing each number (hours/minutes/seconds
) by2
but this fails in the case of0:01:00
, for example. -
How could I to reduce the processing time [on hold]
28 décembre 2013, par M.YazdianI need to make a multiple-bitrate from a video file through FFMPEG but it takes 10 minutes for a video file of 20 minutes.
How could I to reduce the processing time.
-
how to add subtitle and watermatk on video at same time in ffmpeg ?
8 janvier 2019, par Abdulwahed AbuAbedHello every on i need help here i want to add multi command at same time like add subtitle and watermark
ffmpeg -i mov.mkv -sn -vf subtitles=sub.srt
ffmpeg -i mov.mkv -vf "movie=imge.png [watermark] ; [in][watermark] overlay=10:10 [out] 0.mkv