
Recherche avancée
Autres articles (111)
-
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 -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (11405)
-
How to build and use ffmpeg libraries in Android project in Mac OS 10.9 ?
28 septembre 2014, par SunshinetpuIn my Android project I have to create a video from some pictures. So I want to use FFmpeg libraries for it. I read many links about it (For example : http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/comment-page-4/) I tried to build FFmpeg in my computer (MAC OS 10.9) but every advice didn’t work.
Did anybody build and use FFmpeg in Adroid project (MAC OS) successfully ?
Can anybody give me some advices ?
Sorry for my English ! -
what's the theory of mix audio in the ffmpeg
6 juin 2017, par from_marswhen I wanted to mix two file into one, I found the toolkit.when I did
this after following the command, everything was fine,just like :ffmpeg -i 1.wav -i 2.wav -filter_complex amix=inputs=2:duration=longest:dropout_transition=2 out.wav
but there is something I want to know.
-
what’s the theory of mix audio in the ffmpeg.
Do you just calculate the average of the input file ?
-
what’s the dropout_transiton.
and I found the reference in the website : dropout_transition
The transition time, in seconds, for volume renormalization when an input stream ends. The default value is 2 seconds..
but I don’t know what’s the mean.if dropout_transiton=0, what would happened ?
Thanks !(sorry for my poor english)
-
-
Trouble turning the screen horizontally in ffmpeg
10 avril 2021, par Kam4cfirst of all I will try to explain this problem by using google translate because I do not know English well.


I'm trying to post my screen recording on my webcam with ffmpeg. My screen is reversed horizontally in a way that I don't understand when I do this. I will need help for this.


ffmpeg -f x11grab -r 60 -s 1366x768 -i :0+0,0 -vf hflip -vf scale=1920x1080 -pix_fmt yuv420p -f v4l2 /dev/video50



I did a few researches on the internet to fix this. A few parameters like -vf vflip are used, but I have tried almost all of them.
But I couldn't get any results.




I hope a solution will be found.