
Recherche avancée
Autres articles (70)
-
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (8294)
-
Why so many partial content requests in Firefox when streaming mp4 video on Apache ?
11 juin 2015, par degenerateEdit : Turns out this is actually a Firefox bug.
I have several videos on my Apache 2.2 server encoded with
ffmpeg
using-movflags faststart
and they stream fine. However seeking past the buffer line takes an extraordinary amount of time with Firefox (about 30 seconds or more to buffer) whereas Chrome has no problem at all.Chrome shows one network request for the mp4 with partial content, but Firefox always shows hundreds of
206 partial content
requests in succession when playing the mp4 (open for detail) :Most interesting is how there is one large request after all the small ones. This is the point where the video actually begins playing, and it transferred 26MB out of 1.3MB ? I am not sure what is going on here.
Can anyone make sense of this ? Compare what I am getting in output to this mp4 file here. It doesn’t happen on that file.
-
How to record video across screens using FFmpeg on MacOS ?
2 novembre 2018, par 郭德纲I’m developing a MacOS application for recording screens, and in some cases, it needs to do cross-screen recording.
It records the screen by calling FFmpeg.
Let’s say I have four screens, each 1920x1080, with a total resolution of 3840x2160.Is it possible to record the screen by passing a coordinate and size to FFmpeg ? Same effect as the picture below.
-
Use ffmpeg example remuxing.c to record rtmp live stream to mp4 file, it add an empty elst box, how to forbid it ?
1er octobre 2016, par 谢金运