
Recherche avancée
Autres articles (68)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (10363)
-
avformat/riff : extend MagicYUV fourcc list
7 janvier 2017, par Paul B Mahol -
FFMPEG batch remove the last 2 seconds of a list of videos
22 avril 2016, par LisfmegRemoving the first seconds of a video is easy and work easy.
But I need a way to remove the last 2 seconds of all videos in a folder. (it’s the moment my mouse go to the screen-record-program (also ffmpeg btw.) and press quit/stop)
The ffmpeg help give me that for my wish....
-to time_stop record or transcode stop time
-sseof time_off set the start time offset relative to EOF
-seek_timestamp enable/disable seeking by timestamp with -ss
-ss time_off set the start time offsetI miss something like -toeof. But ffmpeg dont have it, yet.
Some substr in diffrent languages offer just a negative value, so I tried ....
ffmpeg -seek_timestamp 1 -i source.mp4 -to -120 -y test.mp4
and
ffmpeg -seek_timestamp 1 -i source.mp4 -to -00:02 -y test.mp4
But that follow only in "-to value smaller than -ss ; aborting." :-(
Anyone have idea ?
I’m on windows and think I need linux console with bash now. But before I install a virtual linux machine and try to script something the next days ..... Is there maybe a easier way ?
-
lavc : move the vaapi encoders further down in the list of codecs
15 avril 2016, par Anton Khirnovlavc : move the vaapi encoders further down in the list of codecs
Right now they are the first encoders for those codecs in the list, so
they are selected when the caller requests a codec by id.
Since they require special treatment, they should not be selected by
default if there are other encoders (e.g. libx264/5) available.