
Recherche avancée
Médias (1)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (95)
-
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Installation en mode standalone
4 février 2011, parL’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
[mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)
Sur d’autres sites (4353)
-
Using ffmpeg trim filter to trim a video, while preserving it's audio (with filter_complex)
18 janvier 2021, par IanDessI reached a part where i can cut the video with



ffmpeg -i test.mp4 -filter_complex 
'[0:v] trim=start=5:end=10,setpts=PTS-STARTPTS [cut]' -map [cut] output.mp4




And it successfully trims the video, however it completely removes the audio. I'm trying to chain couple of different filters, so i'd like to keep the similar syntax, just to somehow preserve the audio.


-
Logic and lawyers
22 mai 2013, par Mans — Law and libertyReading about various patent litigation cases, I am struck by the frequency with which common logical fallacies such as the Appeal to Consequences are committed. We shall look at a couple of recent examples. In conjunction with the Federal Circuit ruling in CLS Bank v. Alice Corp., Judge Moore, joined … Continue reading
-
ffmpeg set start to the 1st keyframe
6 janvier 2018, par Zoltan HernyakI have several videos which start not at keyframe - so the first couple of seconds is a frozen picture. With ffprobe I can see where is the 1st keyframe, where the video really starts. I wonder if there is a way to set the .mkv libx264 encoded video to start at this point, not at 0.00 ? May it easier as reencoding all videos - ffprobing one-by-one and seeking through the 1st couples of seconds.
If it is not possible, please, show me a way to tell ffprobe list not all keyframes but the 1st only. It takes too long to list all the keyframes for a script - when I need only the 1st keyframe information.