
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (65)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (6285)
-
Rescaling and slowing down a movie at the same time with ffmpeg
21 décembre 2016, par ejl62I would like with ffmpeg to slow down a movie I am creating using the flag :
-filter:v "setpts=2.0*PTS"
However the height of my still images is not divisible by 2, so to avoid the error :
height not divisible by 2 (1238x833)
, I am using the flag :-vf scale="trunc(iw/2)*2:trunc(ih/2)*2"
(I also tried
-vf scale=1238:-2
).When I do this the film is generated but it isn’t slowed down, like if the
-filter:v "setpts=2.0*PTS"
wasn’t there.Is there something particular to do in order to have both option working at the same time ?
Here is the complete command I am using :
ffmpeg -an -i ./movie/cphmd1.%05d.ppm -vcodec libx264 -pix_fmt yuv420p -b:v 5000k -r 24 -crf 18 -filter:v "setpts=2.0*PTS" -vf scale="trunc(iw/2)*2:trunc(ih/2)*2" -preset slow -f mp4 cphmd1_slower.mp4
Many thanks in advance !
-
Generate a movie with ffmpeg from a changing still image url ?
24 septembre 2012, par Wim DeblauweI need to create a movie/stream with ffmpeg from a HTTP url that points to an image. This image gets updated 1 time per second.
I already know how to convert from MPEG-4 to flv for example using the ffmpeg command line, but now I need to start from this still image that gets updated. I would like ffmpeg to 'GET' the url 1 time per second for example.
regards,
Wim
-
Ruby on Rails , JSON ParserError when ::FFMPEG::Movie.new
2 mai 2016, par dae-hee Kim.Please excuse. about what i which is not good at English,
The language Development is ruby on rails, and OS enviroment is centOS 5.
::FFMPEG::Movie.new(file_path) use then JSON ParserError.. how can i fix this problem ?