
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (83)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (12632)
-
avformat/hls : do not care about stream start timestamps
30 décembre 2013, par Anssi Hannulaavformat/hls : do not care about stream start timestamps
While selecting a packet to return to caller in read_packet(), the code
corrects the timestamps for starting timestamps.However, this is wrong, since for live streams the initial timestamps
might differ just because of the time delay between the retrieval of the
various Media Playlists.Fortunately, spec 6.2.4 mandates that all variant streams must have
matching timestamps, so we do not need to correct for initial
timestamps.Drop the correction code.
Note that ID3 timestamps were previously ignored, so this code was
previously actually needed.Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>
-
Is it possbile to muxing a HEVC Annex B raw video file into a container(mp4,mkv..etc) without changing its start code with ffmpeg
18 juillet 2018, par Adam EstelI have a code that extracting raw HEVC from a hevc/mp4 file
ffmpeg -i video3.mp4 -c:v copy -bsf hevc_mp4toannexb output.hevc
and I’ve read this topic :
How to properly wrap H264 into FLV with FFMPEG ?
It’s about a method that can wrap a raw H264 video in to flv with ffmpeg. Then i researched google for a while but i can’t figure a way wrap HEVC Annex B raw video file into a mp4 container without changing its start code( every NALU starts with a start code 0x000001 or 0x00000001 ), so is it possible with ffmpeg ? -
avfilter/af_silenceremove : speed-up start-only trimming once trim is over
26 mai 2023, par Paul B Mahol