
Recherche avancée
Autres articles (51)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 ;
-
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" (...)
Sur d’autres sites (6815)
-
Command of 1080p-240p video scaling in ffmpeg, php
28 novembre 2017, par urbmakeI have a community site with user video files. The quality of the video being played is what users upload. I would like to use ffmpeg to generate 240p, 360p, 480p, 720p, 1080p video. I would like to make the video scaling created from the current quality down.
Example 1 : Uploaded file is in 720p quality, I generate files in quality (480p, 360p, 240p)
Example 2 : Uploaded file is in 480p quality, I generate files in quality (360p, 240p)
Example 3 : Uploaded file is in 1080p quality, I generate files in quality (720p, 480p, 360p, 240p)
I’m looking for the ffmpeg command in php that would generate those versions quickly and in the best quality = size ;
-
fftools/thread_queue : do not return elements for receive-finished streams
18 octobre 2023, par Anton Khirnov -
avcodec/mpegvideo : fix ac/dc_val and coded_block table sizes
3 janvier 2014, par Michael Niedermayeravcodec/mpegvideo : fix ac/dc_val and coded_block table sizes
With interlaced vc1 it was possible that accesses could happen outside these
tables before this.Regression since 017e234c204f8ffb5f85a073231247881be1ac6f
Reproduced with a sample from Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Fixes (again) : 480i30__codec_WVC1__mode_2__framerate_29.970__type_2__preproc_17.SIGFPE.bfa.390.wmv
No releases are affected by thisSigned-off-by : Michael Niedermayer <michaelni@gmx.at>