Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (58)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (6703)

  • make : *** [ffmpeg_movie.lo] Error 1 when compiling ffmpeg-php

    22 septembre 2015, par Rob

    I’ve basically exhausted myself searching Google and trying to address an error I get when compiling ffmpeg-php on a CentOS / 6.4-64 with PHP 5.4.20 and Apache v2.2.25 (cgi-fcgi).

    I end up getting the following when trying to compile. Does anyone have any ideas on how to fix/address this ?

    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:311: error: âlist_entryâ undeclared (first use in this function)

    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:311 : error : (Each undeclared identifier is reported only once
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:311 : error : for each function it appears in.)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:311 : error : âleâ undeclared (first use in this function)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:346 : error : expected â ;â before ânew_leâ
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:356 : error : ânew_leâ undeclared (first use in this function)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function âzim_ffmpeg_movie_getCommentâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:531 : warning : âcommentâ is deprecated (declared at /usr/local/include/l ibavformat/avformat.h:760)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:531 : warning : âcommentâ is deprecated (declared at /usr/local/include/l ibavformat/avformat.h:760)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function âzim_ffmpeg_movie_getTitleâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:546 : warning : âtitleâ is deprecated (declared at /usr/local/include/lib avformat/avformat.h:757)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:546 : warning : âtitleâ is deprecated (declared at /usr/local/include/lib avformat/avformat.h:757)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function âzim_ffmpeg_movie_getAuthorâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:561 : warning : âauthorâ is deprecated (declared at /usr/local/include/li bavformat/avformat.h:758)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:561 : warning : âauthorâ is deprecated (declared at /usr/local/include/li bavformat/avformat.h:758)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function âzim_ffmpeg_movie_getCopyrightâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:575 : warning : âcopyrightâ is deprecated (declared at /usr/local/include /libavformat/avformat.h:759)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:575 : warning : âcopyrightâ is deprecated (declared at /usr/local/include /libavformat/avformat.h:759)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function âzim_ffmpeg_movie_getAlbumâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:590 : warning : âalbumâ is deprecated (declared at /usr/local/include/lib avformat/avformat.h:761)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:590 : warning : âalbumâ is deprecated (declared at /usr/local/include/lib avformat/avformat.h:761)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function âzim_ffmpeg_movie_getGenreâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:604 : warning : âgenreâ is deprecated (declared at /usr/local/include/lib avformat/avformat.h:764)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:604 : warning : âgenreâ is deprecated (declared at /usr/local/include/lib avformat/avformat.h:764)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function âzim_ffmpeg_movie_getTrackNumberâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:619 : warning : âtrackâ is deprecated (declared at /usr/local/include/libavformat/avformat.h:763)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function âzim_ffmpeg_movie_getYearâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:632 : warning : âyearâ is deprecated (declared at /usr/local/include/libavformat/avformat.h:762)
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c : In function â_php_read_av_frameâ :
    /usr/local/src/ffmpeg-php-0.6.0/ffmpeg_movie.c:1215 : warning : âavcodec_decode_videoâ is deprecated (declared at /usr/l ocal/include/libavcodec/avcodec.h:3656)
    make : * [ffmpeg_movie.lo] Error 1

  • SIGABRT when running ffmpeg in NSTask in OS X application

    28 avril 2015, par darko_5

    I am running ffmpeg process in NSTask in OS X application. IT is reading audio data from avfoundation and writing mp3 encoded data to flv file. After some time in some case application is crashing with "BAD ADDRESS (SIGABRT)", strange thing is that when it crashed once then it happens more often till computer restart for example, then again it takes some time to reproduce the issue.

    i am using ffmpeg command :

    ffmpeg -y -f avfoundation -i none:soundflower(2ch) -c:a libmp3lame -f flv fileOutput

    Do you have any idea how to prevent this issue to appear ?

  • How can I CORS enable with callback function using golang ? [closed]

    24 juin 2021, par mr jony

    How can I CORS enable remote server that means video streaming from remote server or IP address ? I want to CORS enable using callback function using GOLANG.