Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (56)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • High CPU Usage with FFMPEG [closed]

    4 septembre 2021, par AlanPear

    I am trying to stream to Youtube Live using FFMPEG, and it works well for about a minute.

    


    After a minute all the cores on my machine (tired both 2 and 4 cores) run at 100% and the stream freezes. Here is the command I am running :

    


    ffmpeg -loglevel error -re -filter_complex movie=/home/kyle/Documents/myStream/video/FrighteningSparklingHomalocephale.mp4:loop=0,setpts=N/FRAME_RATE/TB -i /home/kyle/Documents/myStream/audio/Aviscerall-Just Livin-05Unhappy.mp3 -codec:v libx264 -pix_fmt yuv420p -preset ultrafast -b:v 800k -r 30.0 -g 60.0 -codec:a aac -b:a 128k -ar 44100 -maxrate 800k -bufsize 400k -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/somekeyhere


    


    Any ideas as to what I am doing wrong ?

    


  • Audio is not playing properly in ffmpeg player

    23 septembre 2013, par user1241903

    I need to create a player which will decrypt the input on-fly and play the content.
    I have choosen ffmpeg libs (libav*) to create player and to start I have followed this link

    but audio is not playing properly,video is playing fine.
    I am using ubuntu 12.04LTS 64bit OS with the following ffmpeg version,

    admin@vz-X401A1:~$ ffmpeg
    ffmpeg version 2.0 Copyright (c) 2000-2013 the FFmpeg developers
     built on Sep 11 2013 13:46:26 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
     configuration: --prefix=/home/admin/ffmpeg_build --extra-cflags=-I/home/admin/ffmpeg_build/include --extra-ldflags=-L/home/admin/ffmpeg_build/lib --bindir=/home/admin/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
     libavutil      52. 43.100 / 52. 43.100
     libavcodec     55. 31.101 / 55. 31.101
     libavformat    55. 16.102 / 55. 16.102
     libavdevice    55.  3.100 / 55.  3.100
     libavfilter     3. 84.100 /  3. 84.100
     libswscale      2.  5.100 /  2.  5.100
     libswresample   0. 17.103 /  0. 17.103
     libpostproc    52.  3.100 / 52.  3.100
    Hyper fast Audio and Video encoder
    usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

    Use -h to get full help or, even better, run 'man ffmpeg'
    admin@vz-X401A1:~$

    and downloaded tutorial07.c from this link

    still, with this also, sound is not playing properly.

    I need help to solve the following issues,

    1. How can I fix this audio issue(I have gone through similar question in StackOverflow and installed old ver. of ffmpeg, but issue still remains).

    2. And also suggest some steps or tutorial, how to implement on-fly decryption process (in C) and integrate this with the player.

  • Audio is not playing properly in ffmpeg player

    10 juillet 2019, par user1241903

    I need to create a player which will decrypt the input on-fly and play the content.
    I have choosen ffmpeg libs (libav*) to create player and to start I have followed this link

    but audio is not playing properly,video is playing fine.
    I am using ubuntu 12.04LTS 64bit OS with the following ffmpeg version,

    admin@vz-X401A1:~$ ffmpeg
    ffmpeg version 2.0 Copyright (c) 2000-2013 the FFmpeg developers
     built on Sep 11 2013 13:46:26 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
     configuration: --prefix=/home/admin/ffmpeg_build --extra-cflags=-I/home/admin/ffmpeg_build/include --extra-ldflags=-L/home/admin/ffmpeg_build/lib --bindir=/home/admin/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
     libavutil      52. 43.100 / 52. 43.100
     libavcodec     55. 31.101 / 55. 31.101
     libavformat    55. 16.102 / 55. 16.102
     libavdevice    55.  3.100 / 55.  3.100
     libavfilter     3. 84.100 /  3. 84.100
     libswscale      2.  5.100 /  2.  5.100
     libswresample   0. 17.103 /  0. 17.103
     libpostproc    52.  3.100 / 52.  3.100
    Hyper fast Audio and Video encoder
    usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

    Use -h to get full help or, even better, run 'man ffmpeg'
    admin@vz-X401A1:~$

    and downloaded tutorial07.c from this link

    still, with this also, sound is not playing properly.

    I need help to solve the following issues,

    1. How can I fix this audio issue(I have gone through similar question in StackOverflow and installed old ver. of ffmpeg, but issue still remains).

    2. And also suggest some steps or tutorial, how to implement on-fly decryption process (in C) and integrate this with the player.