Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (111)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (16671)

  • avformat/movenc : handle EAC-3 extension bits for Atmos

    3 juin, par nyanmisaka
    avformat/movenc : handle EAC-3 extension bits for Atmos
    

    Based on a patch by nyanmisaka.
    Fixes commit #9996.

    Reviewed-by : Baptiste Coudurier <baptiste.coudurier@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/version.h
  • FFMPEG not rendering video with overlay y with negative value

    2 janvier 2020, par Konduri Sai Aditya

    I am trying to render a video with overlay filter with Y position negative value. Please find below command

    ffmpeg   -i back.jpg  -i overlay.mp4 -filter_complex "[0:v]overlay=-800:-2"  outmr.mp4

    here Y position with -2 ,ffmpeg rendering shows following below logs and ends her

    Stream mapping:
     Stream #0:0 (mjpeg) -> overlay:main (graph 0)
     Stream #1:0 (h264) -> overlay:overlay (graph 0)
     overlay (graph 0) -> Stream #0:0 (libx264)
     Stream #1:1 -> #0:1 (aac (native) -> aac (native))
    Press [q] to stop, [?] for help

    Can any one help me ?

  • Conflicting types error using linphone ios sdk

    4 décembre 2013, par VinZ

    I downloaded the linphone sdk for iphone sourcecode and compiled it on my machine. The SDK build was successful after few fixes. But while building the app in Xcode, it is throwing the following error :

    Error 1 :

    /linphone-iphone/submodules/linphone/mediastreamer2/src/utils/ffmpeg-priv.h:78:17: Conflicting types for &#39;avcodec_alloc_context3&#39;

    Error 2 :

    /linphone-iphone/submodules/linphone/mediastreamer2/src/utils/ffmpeg-priv.h:82:5: Conflicting types for &#39;avcodec_open2&#39;

    It is coming from mediastreamer2/ffmpeg source code. Any help on how to fix this is highly appreciated.