
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (62)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Le plugin : Gestion de la mutualisation
2 mars 2010, parLe plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
Installation basique
On installe les fichiers de SPIP sur le serveur.
On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
< ?php (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (6934)
-
ftp: move create control connection to function
30 mai 2013, par Lukasz Marek -
How to control key-frame generation of ffmpeg ?
2 janvier 2013, par jAckOdEI'm making a segmenter that intervene ffmpeg's write_frame function and write output data to separate files. Each segmented file contains segment of about 3 seconds video.
The code does following :
1 - Get transcoded packet
2 - Check if it contains key frame data, if yes goto 3.
3 - Check the duration of current segment, if it exceed 3 seconds, goto 4
4 - Close file, and create new segment, write packet to segment file, goto-1General speaking, every segment contains at least 3 seconds video data, and it starts with a key frame.
The problem is that the output video's duration are very different, some contain 3 seconds, some contain 5 or 6.
I suspect that the problem due to how ffmpeg generate key frames during transcoding. If the "distance" between two adjacent keyframes are 6s, i got 6 seconds segment.
Here is my questions :
-
is that true that ffmpeg generate keyframes at irregular intervals (and interval time can be up to few second (eg. 6) ?
-
How can we control the ffmpeg key frame generation ? (i guess there should be a ffmpeg command's argument for this, -force_key_frames maybe, but I'm not sure)
-
-
ffmpeg - Can I draw an audio channel as an image ?
16 mai 2017, par RedtopiaI’m wondering if it’s possible to draw an audio channel of a video or audio file as an image using ffmpeg, or if there’s another tool that would do it on Win2k8 x64. I’m doing this as part of an encoding process after a user uploads a video or audio file.
I’m using ColdFusion 10 to handle the upload and calling cfexecute to run ffmpeg.
I need the image to look something like this (without the horizontal lines) :