
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (88)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
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 (9179)
-
Adding an Overlay Using FFMPEG With Minimal Re-Encoding
24 avril 2019, par spacemanFFMPEG is really useful for cutting a part of a video, without re-encoding the video.
I know it is also possible to use FFMPEG for adding an Overlay Image to a video, in a certain part of the video (for example from 10secs till 20secs).
My question is : If I do this overlaying of an image, will the whole video get re-encoded because of that ? Or just the relevant duration will be encoded ?
Also are there any options that I can use to make the re-encoding minimal ?
The purpose if of course to keep the quality of the video like the original one..
(I would ask for no re-encoding at all, but I don’t see how that might be possible...)Thank you
-
How to make ffmpeg trimming video fast [closed]
28 octobre 2023, par smjadejacommand_2 = ['ffmpeg','-y','-i', input_video_path, "-ss", "00:00:03.567", "-to", "00:00:14.678","-async", "1" ,"-strict", "-2","with_sync.webm"]


Im currently using the above command to extract a part from a video.
but this takes so much time to extract the clip


Previousaly I was using the below command which extracts the part from video so fast but its not precise and also video stutters some time .

command_1 = ["ffmpeg", "-i", input_video_path , "-ss", "00:00:03.567", "-to", "00:00:14.678", "-c:v", "copy", "-c:a", "copy", "without_sync.webm"]


-
Evolution #3518 (Nouveau) : #contenu et cfg utilisateur Grand écran / Petit écran
29 juillet 2015, par PIerre LASZCZAKBonjour,
Le passage de Petit écran -> Ecran large n’a aucun effet sur la
Au final cette option ne fait qu’élargir le bandeau et le pied de page...
En l’état, cette fonctionnalité semble quasi inutile.Pour ma part, un simple
body.large #contenuwidth:756px !important ;
Sauve la mise de l’option "Ecran large" ( je n’ai jamais vu de colonne à droite dans l’espace privé de spip, mis à part un encart "dans la même rubrique" sur un article )