
Recherche avancée
Autres articles (13)
-
Liste des distributions compatibles
26 avril 2011, parLe tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...)
Sur d’autres sites (4214)
-
DirectShow filter missing in FFMPEG
30 mars 2021, par JellingI am trying to stream system audio from Windows 10 via FFMPeg but my built-in audio output device (Realtek) does not show up when I run
ffmpeg -list_devices true -f dshow -i dummy




But the realtek audio device works and it also shows up as registered in Graph Studio Next, a direct show device browser :




OS : Windows 10, 64 bit
FFMPEG : 4.3.2 (latest)


Any ideas ?


-
decoding of APE (Monkey's Audio) using FFmpeg
19 juillet 2013, par Imran.vaticI am developing a player which plays different audio formats,I have successfully played mp3,acc,wav,ogg,alac,flac formats. But now stuck on APE or Monkey's Audio format, I am using a open source library FFmpeg for decoding.Can someone tell me how to decode APE format,I am successful in creating the packets,storing in a buffer and passing it to FFmpeg in the same fashion as I did for other formats,but FFMpeg is not able to decode those packets.Can someone tell me what wrong I am doing ? What should be the buffer size in case of ape that needs to be passed to ffmpeg.Also header parsing, The decode function of ffmpeg is avcodec_decode_audio3.
-
phpinfo Loaded Configuration File (none)
23 juillet 2014, par Emon ChowdhuryMY Server operating system Centos 6.4 and also WHM Installed. I have installed FFMPEG and FFMPEG-PHP.
Before installing FFMPEG Others plugin also install such as face, flvtool2, gpac, lame, libogg, lintheora, libvorbis, MPlayer, opencore-amr, x264, xvidcore, yamdi, yasm etc.After install FFMPEG php.ini not working. In function phpinfo() that show Loaded Configuration File (none). Also ioncube not load. Before installing ffmpeg ioncube loaded.
In Command Promt php -i|grep "Loaded" that show
Loaded Configuration File=>/usr/local/lib/php.ini
.....
In Command Promt php -i|grep ini that also show
Loaded Configuration File=>/usr/local/lib/php.iniBut in PHP CODE php function phpinfo() that sho
Loaded Configuration File none.
And also I have change php.ini such max_upload_size etc but nothing work. Totally php.ini not working in cpanel account of php code.What is the problem ?
Please help me.