Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (40)

  • 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 (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les 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 (...)

  • Initialisation de MediaSPIP (préconfiguration)

    20 février 2010, par

    Lors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
    Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
    Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
    Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)

Sur d’autres sites (9254)

  • Kurento with RTMP is not working on AWS EC2

    4 mars 2019, par akash

    We have used kurento media server for live streaming and modified the existing code to stream the same on Facebook and YouTube using FFMPEG.

    Application is working fine at our local machine and also we have tested with docker container on our staging environment and it is working successfully on that but not working on the EC2 machine.

    Although Live streaming working fine on AWS EC2 when we have not intergrated feature to stream on Facebook and YouTube.

    Just to clear we are not able to live stream on Facebook and Youtube on EC2 instance but it is working on local.
    Please suggest !!

    Thanks in advance.

  • Pushing data while downloading to ffmpeg

    5 avril 2019, par Nguyễn Thành Đạt

    I have try to relivestream video to facebook with source from youtube.

    I use the ytdl to download video from youtube.
    I want to during the video download process, i will livestream

    When i run my source in blow by nodejs then the error appears :

    var url = 'https://www.youtube.com/watch?v=CTL_5dqDOyc';
    var ffmpeg = spawn('ffmpeg', ['-re', '-i', 'pipe:0', '-i', 'logo.png',' acodec', 'libmp3lame',  '-ar', '44100', '-b:a', '128k', '-profile:v', 'baseline', '-s', '854x480', '-bufsize', '6000k', '-vcodec', 'libx264', '-preset', 'veryfast', '-g', '30', '-r', '30', '-f', 'flv', 'rpmt link']);
    ytdl(url).pipe(ffmpeg.stdin);
  • Video Compression Options [on hold]

    29 septembre 2019, par Rahul

    We want to add video compression library or framework for Android. We tried FFMPEG and Video Compressor Library but they are not good in following case.

    FFMPEG :

    • Works good for small video like 100 to 150 MB but it takes more time than 3 mins to Compress 1 to 2 GB Video.
    • Also used FFMPEG with x264 but didn’t work

    Video Compressor :

    • It has similar problem as FFMPEG as well as not works with different video container like .flv, .mkv

    We are also looking for any native code and algorithm (c & c++) and Open CV.

    Please suggest any other options by which we can achieve Video Compression like Facebook or WhatsApp