
Recherche avancée
Autres articles (71)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)
Sur d’autres sites (8211)
-
ffmpeg final video no audio when combining images + video clips that have sound
14 juillet 2022, par Cabdi CilmI am using pytube to merge some downloaded clips and it downloads the clips with audio in the final folder, however when it combines the 2 clips together, there is no audio.


config.IMG_WIDTH = None
final_clip = concatenate(clips, method="compose")
ffmpeg_write_video(
 final_clip,
 os.path.join(os.path.dirname(__file__), "final", "final_vid.mp4"),
 fps=60,
 codec="h264_amf",
 bitrate="8000k",
 logger="bar" if config.LOADING_BAR == "Y" else None,
 threads=5,
 ffmpeg_params=[
 "-tile-columns",
 "6",
 "-frame-parallel",
 "0",
 "-auto-alt-ref",
 "1",
 "-lag-in-frames",
 "25",
 "-g",
 "128",
 "-pix_fmt",
 "yuv420p",
 "-row-mt",
 "1",
 ],
)



-
avconv : split printing the final statistics into a separate function
17 mars 2014, par Anton Khirnov -
MSS1 and MSS2 : set final pixel format after common stuff has been initialised
31 août 2012, par Alberto DelmásMSS1 and MSS2 : set final pixel format after common stuff has been initialised