
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (62)
-
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 ;
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9222)
-
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 ? -
Why does ffmpeg show this "Warning : data is not aligned ! This can lead to a speed loss" ?
4 octobre 2018, par senopsWarning : data is not aligned ! This can lead to a speed loss
Is it possible to fix ?ffmpeg -i image_0.jpg -i image_1.jpg -f lavfi -i "color=c=white:s=619x800,format=yuv444p" -filter_complex "[0][1]scale2ref=w=oh*mdar:h='max(ih,main_h)'[0max][1ref];[1ref][0max]scale2ref=w=oh*mdar:h='max(ih,main_h)'[1max][0max];[2][0max]overlay=x=132[overl]" -frames:v 1 -q:v 1 -y -map [overl] 0.jpg -map [1max] 1.jpg