
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (53)
-
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.
-
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 (9206)
-
How to get time conversion using FFmpeg
18 août 2015, par Wison SmilarI have tried extracting
video.mpg
to images usingFFmpeg
command line and it works fine, but I want get time of the conversion process that will be taken tillvideo.mpg
is extracted, and save toTime.txt
.This is what I have tried so far :
ffmpeg -i video.mpg image%d.jpg>>time.txt
Where I have been wrong ?
-
hiding card id text using ffmpeg in real time
13 janvier 2017, par Tony Hannamy tv channel provider displays a 5 digits text on screen from time to time.. something called fingerprint. how can i hide this text with a blackbox or at least BLUR IT .. so my customers doesn’t see it ... ohh and .. IN REAL TIME ???
i mean ..i can encode the source... process it with ffmpeg and output it as a stream again to broadcast it ...
so what command shall i use to do so ??? please help .. this ffmpeg is really powerfull but i’m not a wiz guy with this.
thank you.
-
FFMPEG - Display time taken to convert
1er juillet 2013, par mazraaraHow is it possible to display the time taken to convert a video using FFMPEG ?
i am using the below command and the time returned as benchmark is not exactly the time taken to complete the conversion.. i am confused how can it be missing in a such nice tool.
ffmpeg -cpuflags -sse-sse2-sse3-sse3slow-sse4.1-sse4.2+mmx -i E:/MSC/test.flv ^
-benchmark E:/MSC/testmmx.mp4