
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (74)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (7653)
-
avformat/utils : never decrease has_b_frames in compute_pkt_fields()
3 novembre 2013, par Michael Niedermayeravformat/utils : never decrease has_b_frames in compute_pkt_fields()
The intent of the original check was to increase has_b_frames when
it was incorrectly set to 0. Later codecs allowed larger valuesFound-by : divVerent
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
Converting m3u8 link to frame through FFMpeg
30 octobre 2019, par LionKingI am trying to convert the .m3u8 live streaming link into frames instantly. I can convert the link to the frames by overwriting. But as much as I understood, FFMpeg reads the m3u8 links package by package, so this creates a standstill on the frames, frames doesn’t flow unceasingly.
I have tried to overcome this issue by setting input and output framerates manually. The code I used is below.
URL=https://trtcanlitv-lh.akamaihd.net/i/TRT1HD_1@181842/index_720p_av-b.m3u8
ffmpeg -y -r 4 -i $URL -r 25 -update 1 image.jpgThis allowed me to overcome standstill problem a bit but not really, but is there any way you can suggest that the frames can be written to image.jpg instantly and without any discontinuation.
Thanks a lot.
-
Merge commit ’7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f’
18 janvier 2014, par Michael NiedermayerMerge commit ’7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f’
* commit ’7f0e81db3c4ee6f8ce15058bafa72ce928a89f3f’ :
h264 : limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3Conflicts :
libavcodec/h264.cSee : d6a33f5d20b6ef2eae2cbb959b001cb125a564b7
See : 2005fddcbb4e18e8f7c34326e40609e4a2d83c31
Merged-by : Michael Niedermayer <michaelni@gmx.at>