Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (13722)

  • How to live stream on facebook via ffmpeg ?

    17 août 2016, par K. Talha

    I 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 aharit

    Just 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 Prajapati

    i 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.