
Recherche avancée
Autres articles (7)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (...) -
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 (2861)
-
avcodec/wmalosslessdec : Mark decoder as init-threadsafe
28 décembre 2020, par Andreas Rheinhardt -
HLS : reading PRIV ID3 tag with com.apple.streaming.transportStreamTimestamp PTS time mark
30 novembre 2018, par michaI have a hls live stream where i can go back 30 minutes (timeshift) :
I want to save a part of the 30 minutes window as mp4 file locally.
I parsed the playlist, downloaded the single ts and aac segments and have put them together (concatinate). The result is always asynchronous.
There is a timestamp in the ts segments but not in the aac segments.
The timestamps of the aac segment are probably in a private id3 tag, but i don’t know how i can read them.Here is a good analysis :
https://github.com/flavioribeiro/nginx-audio-track-for-hls-module/issues/22Does anyone have an idea how i can read that timestamp (OS : Linux) ?
-
lavf/rawdec : Do not mark streams from raw subtitle demuxers as data streams.
27 novembre 2018, par Carl Eugen Hoyos