
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (104)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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" (...)
Sur d’autres sites (14209)
-
Revision 109074 : Revision de la moderation par email des messages de forum pour se proteger ...
21 février 2018, par cedric@… — LogRevision de la moderation par email des messages de forum pour se proteger des bots qui cliquent dans les mails
Principe : les bots etant betes ils cliquent sur les 3 boutons de moderation en tres peu de temps, on attends donc quelques secondes avant d’executer la modif en base
* si 10s apres la demande on en a pas eu d’autre contradictoire, on l’execute
* sinon on ne fait rien et on purge les demandes pour peu qu’elles soient suffisament anciennes (il faut gerer le cas ou une deuxieme salve d’un bot a commence : si on purge betement on risque de rendre valide une demande qui arrivera juste derriere) -
FFMPEG loses drop frame flag when converting from 29.97 mov to mp4
18 décembre 2018, par dementisI’ve got a 29.97 drop frame video, proven with the mediainfo output lines
framerate: 29.97
andDelay_DropFrame: Yes
. I want to convert it to an mp4.Running
ffmpeg -i INPUT.mov -y -b:v 1500k -vcodec libx264 -vf scale=640:-1 -pix_fmt yuv420p -movflags +faststart -strict -2 OUTPUT.mp4
yields a non-drop frame video. When I run mediainfo against the new file, I can see that the framerate is still 29.97, but there is no indication of drop frame anymore.
This also happens when i run the above outputting an mov, and also when i runffmpeg -i INPUT.mov OUTPUT.mov
, so i think it’s purely in the conversion where the data is being lost.One lead i’m following is that mediainfo outputs 3 sections for the original mov, [General], [Video], [Other], while my new mp4 only outputs [General] and [Video].
My FFMPEG version is 3.4.1
Any ideas ? -
lavf : Add DSS demuxer
13 février 2015, par Oleksij Rempellavf : Add DSS demuxer
Signed-off-by : Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by : Luca Barbato <lu_zero@gentoo.org>
Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>