
Recherche avancée
Autres articles (66)
-
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 ;
-
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 -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
Sur d’autres sites (7314)
-
How to live stream on facebook via ffmpeg ?
17 août 2016, par K. TalhaI am trying live streaming on facebook via ffmpeg but I get one error. As the error, I must use AAC instead of mp3. But I don’t know how to do it.
Error :
Bad audio codec 2 (MP3). Accepted audio codecs: AAC
Normally, I can run command below for youtube succesfully.
ffmpeg -i "rtmp://..." -deinterlace -vcodec libx264
-pix_fmt yuv420p -preset medium -r 30 -g 60 -b:v 2500k
-acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b:a
712000 -bufsize 512k -f flv "rtmp://a.rtmp.youtube.com/live2/key"But when I run command below with facebook rtmp, error gets.
ffmpeg -i "rtmp://..." -deinterlace -vcodec libx264
-pix_fmt yuv420p -preset medium -r 30 -g 60 -b:v 2500k
-acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b:a
712000 -bufsize 512k -f flv "rtmp://rtmp-api.facebook.com:80/rtmp/key"I am user of Ubuntu 14.04.
Thanks in advance.
-
how to make video module with nodejs like facebook did with photos
31 mai 2017, par aharitJust wondering how to start ? The needs :
With around 10 photos, being able to produce a small video of 5-10sec, with animations for example (transition ?), i want to reproduce the facebook videos process if anybody know about that, which technical stack is the best, modules (ffmpeg, wrapper ffmpeg)(pyhton, nodejs).
Thx
-
compress video like facebook using ffmpeg
3 juin 2017, par Mahesh Prajapatii have already used many of the commands but it will reduced size when i will reduce the height width but facebook reduce the size without reducing height width so how can it possible using ffmpeg if not exactly result but want similar result.
hear is the some sample example i have done with height width decries.
$cmd3="$ffmpeg -i Wildlife.wmv -r 30 -s 400x224 -c:v libx264 -y Wildlife_30fps_400x224_testing.mp4";
but i dont want to change height width i want to reduce size as well as convert all the extension only in .mp4 format.