
Recherche avancée
Autres articles (52)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (6652)
-
Anomalie #4329 (Nouveau) : Plantage url_page sur boucle ressources externes et fonction generer_ge...
7 mai 2019, par PIerre LASZCZAKBonjour,
#URL_PAGE plante lorsqu’on déclare une fonction spécifique generer_generer_url_XXX.
Il me semble qu’il manque l’ajout du code perso à la pile
https://core.spip.net/projects/spip/repository/entry/spip/ecrire/balise/url_.php#L281$p->code = $code ;
Merci !
Est ce possible de reporter en 3.2 ?
-
Create video from PNGs with FFMPEG and variable per image timestamps
15 novembre 2020, par Joseph LustI'm trying to take a pile of screenshot PNGs, and the timestamp of each screenshot, and create a video with
ffmpeg
that recreates the timing of the screenshots.

According to the
ffmpeg
help,-vsync 0
seems to be what I need,



-vsync parameter


0, passthrough Each frame is passed with its timestamp from the
demuxer to the muxer.




Does anyone know how to pass this timestamp information into
ffmpeg
? Presently each screenshot has the recording time in milliseconds as the filename.

The below example doesn't accept any timing information that I can tell, so I'm looking for the proper format to pipe to the command.


ffmpeg -vsync 0 -pattern_type glob -i '*.png' -c:v libx264 output.mp4


-
avcodec/hevcdec : fix stat_coeff save/load for persistent_rice_adaptation_enabled_flag
15 novembre 2020, par Xu Guangxinavcodec/hevcdec : fix stat_coeff save/load for persistent_rice_adaptation_enabled_flag
It's required by the 9.3.1 TableStatCoeff* section.
Following clips have this feature :
WPP_HIGH_TP_444_8BIT_RExt_Apple_2.bit
Bitdepth_A_RExt_Sony_1.bin
Bitdepth_B_RExt_Sony_1.bin
EXTPREC_HIGHTHROUGHPUT_444_16_INTRA_10BIT_RExt_Sony_1.bit
EXTPREC_HIGHTHROUGHPUT_444_16_INTRA_12BIT_RExt_Sony_1.bit
EXTPREC_HIGHTHROUGHPUT_444_16_INTRA_8BIT_RExt_Sony_1.bit
EXTPREC_MAIN_444_16_INTRA_10BIT_RExt_Sony_1.bit
EXTPREC_MAIN_444_16_INTRA_12BIT_RExt_Sony_1.bit
EXTPREC_MAIN_444_16_INTRA_8BIT_RExt_Sony_1.bit
WPP_AND_TILE_10Bit422Test_HIGH_TP_444_10BIT_RExt_Apple_2.bit
WPP_AND_TILE_AND_CABAC_BYPASS_ALIGN_0_HIGH_TP_444_14BIT_RExt_Apple_2.bit
WPP_AND_TILE_AND_CABAC_BYPASS_ALIGN_1_HIGH_TP_444_14BIT_RExt_Apple_2.bit
WPP_AND_TILE_HIGH_TP_444_8BIT_RExt_Apple_2.bityou can download them from :
https://www.itu.int/wftp3/av-arch/jctvc-site/bitstream_exchange/draft_conformance/RExt/Signed-off-by : Xu Guangxin <oddstone@gmail.com>
Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>