
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (90)
-
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.
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)
Sur d’autres sites (8999)
-
Is it possible to pregenerate m3u8 file ? (the playlist only) and skip the transcoding ?
30 mai 2024, par Jonathan LightbringerI am trying to create a media server, and only want to transcode video when it's played. However I need the playlist in advance so that the client play can load the video metadata. Is this possible ?


I want to do something like this :


Client -> GET m3u8 (pregenerated in advance)
Client -> GET ts -> Transcode only this single ts file
Client -> GET ts -> Transcode only this single ts file
Client -> GET ts -> Transcode only this single ts file



I don't want to transcode the entire video at once, I want to be able to only transcode the part that is requested.


Is this possible ? Also open to using MPEG-DASH instead if needed.


-
JPG Right Colors [closed]
17 avril 2024, par user1897354For this type of video, do I get the right colors for jpgs ?


Color space : YUV

Chroma subsampling : 4:4:4

Color range : Limited

Color primaries : BT.709

Transfer characteristics : BT.709

Matrix coefficients : BT.709

For the video, I tried making jpegs using this code, but the colors did not match :


ffmpeg -i input.mkv -vf zscale=min=709:m=170m:rin=limited:r=full,format=yuv444p -qmin 1 -qmax 1 -q:v 1 output%03d.jpg


-
Encode per-frame timecode in ffmpeg ?
27 mars 2019, par JordanIs there a way to encode per-frame timecode using ffmpeg ?
I’m exporting video that has been (non-linearly) time-warped, but I want to maintain the original timecode in the metadata of the video file in a way that other players (like avid and rv) understand.