
Recherche avancée
Autres articles (60)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP 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" (...)
Sur d’autres sites (3193)
-
Install ffmpeg-php on CentOS
29 janvier 2021, par SergioI'm trying to install ffmpeg-php on server (CentOS) but after the "make" command I get an error :



from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
 /usr/include/bits/stat.h:91: error: field 'st_atim' has incomplete type
 /usr/include/bits/stat.h:92: error: field 'st_mtim' has incomplete type
 /usr/include/bits/stat.h:93: error: field 'st_ctim' has incomplete type
 In file included from /usr/local/include/php/main/php_streams.h:28,
 from /usr/local/include/php/main/php.h:400,
 from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
 /usr/include/sys/stat.h:367: error: array type has incomplete element type
 /usr/include/sys/stat.h:374: error: array type has incomplete element type
 In file included from /usr/local/include/php/main/php.h:406,
 from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:



/usr/local/include/php/TSRM/tsrm_virtual_cwd.h:218: error: expected specifier-qualifier-list before 'time_t'
/usr/local/include/php/TSRM/tsrm_virtual_cwd.h:246: error: expected declaration specifiers or '...' before 'time_t'
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c: In function 'zm_startup_ffmpeg':
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function 'avcodec_init'
make: *** [ffmpeg-php.lo] Error 1




The ffmpeg was installed successfully as well as mplayer and mencoder.



ffpeg :



configuration: --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3
 libavutil 51. 73.101 / 51. 73.101
 libavcodec 54. 56.100 / 54. 56.100
 libavformat 54. 27.101 / 54. 27.101
 libavdevice 54. 2.100 / 54. 2.100
 libavfilter 3. 16.104 / 3. 16.104
 libswscale 2. 1.101 / 2. 1.101
 libswresample 0. 15.100 / 0. 15.100
 libpostproc 52. 0.100 / 52. 0.100




Any help ?


-
python how to build an executable with ffmpeg and lame
12 septembre 2013, par Shonu93I've written a (stand-alone ?) Python app that I would like to distribute. My app is a simple app but it uses ffmpeg and lame lib. I want this to also be included in my executable. As in, ffmpeg and lame should also be installed when my app gets installed. Any idea on how to go about this ? I'm targeting Mac OSX users for now.
-
Use FFmpeg library in Swift
2 février 2016, par VinithaI wanted to use FFMPEG library for RTSP live streaming and broadcasting . I downloaded FFMPEG libraries and and included in bridging header ,but gives error
"Undefined symbols for architecture i386 : "_av_register_all",
referenced from :"How do I use FFMPEG library in swift ? Can I use FFPlay to play the live video in iOS App ?