
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (20)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (6017)
-
ffmpeg playback speed lost on re-encoding
30 octobre 2018, par Salman Muhammadso I am trying to encode a video using myffmpeg with the following custom command to increase the playback speed by 10 times
-filter_complex "[0:v]setpts=PTS/10[v];[0:a]atempo=10.0[a]" -map "[v]" -map "[a]"
all goes well and the playback speed in output file is indeed 10x the original speed. however, when I use this output file as a source file for another encode job (or just a conversion to another format job) it loses the speed (goes back to normal). I’m not sure what I’m missing here as I am a beginner :) hoping for some help here.
-
ffplay - change playback speed without re-encoding
2 novembre 2016, par Timothy TanI have some .264 video files that I would like to view at half playback speed, without encoding them into a new file. I remember using ffplay to do this in the past, but it was some time ago, and I can’t seem to be able to do it now. From lots of searching, this is what is supposed to work :
ffplay -f h264 -vf "setpts=2.0*PTS" filename.264
However this does not seem to change the playback speed at all. If I try :
ffplay -f h264 -filter:v "setpts=2.0*PTS" filename.264
I get an error message saying ’Failed to set value ’setpts=2.0*PTS’ for option ’filter:v’ : Option not found’.
I specifically remember being able to do this before but cannot find any information about this now. Converting the videos is not really an option because the files are finicky and often cause an error halfway through converting, corrupting the whole file.
Is there a simple solution to this problem ? Am I typing one of the commands wrongly ?
-
How to play back images at high speed using ffmpeg
12 octobre 2018, par yymsYou are playing a video using FFmpegMediaPlayer
. You can play normal, but are there options for fast playback and slow playback ?