Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (27)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (3400)

  • FFmpeg Lame output buffer too small, fix in Windows ?

    4 juillet 2012, par Tyler

    All the search results for this seem to return Linux command line solutions.

    The bug means that although a video is successfully converted, an error message

    "lame : output buffer too small (buffer index : 10398, free bytes : 394)
    Audio encoding failed (avcodec_encode_audo2)"

    is returned to the software that I am using with it. Apparently, downgrading the version of lame to 3.97 will solve this problem. But again, I have only found fixes for this in Linux.

    Edit : I get the above error message when I try to convert a given Mpeg file to flv using the following (or similar) command :

    "-i " + sourceVideoPath + " -sameq -ar 22050 " + outputVideoPath;

    The error message is same whether run from my program or direct from the command line.

    I have also tried to download the latest static version of FFmpeg from here but the error message remains.

    Could anyone direct me on how to downgrade the lame version in windows, or point me to a download without the bug, or tell me of any other way to solve this ?

  • Install ffmpeg on Windows server 2008 [closed]

    23 mars 2013, par Tamer Sherif

    I need to install ffmpeg on windows server 2008 with IIS 7, I have a php script "Youtube Clone" and i need to use this script to upload and encode videos.I have searched the internet but i couldn't find a good tutorial for this.

  • Running a project in QT Creator in Windows

    1er avril 2013, par Hwathanie

    I want to develop a video player using FFMPEG in QT Creator on Windows, but completely new to QT Creator environment.

    I have downloaded a sample project from this link. When I opened in it QT Creator and ran it, it returned this error, :-1: error: avutil is required, but compiler can not find it.

    I have downloaded this (ffmpeg-20130322-git-e0e8c20-win64-static) FFMPEG file and extracted it to a folder in C partition. I think I get that error since QT cannot find where the FFMPEG is, but still don't know how to link it. Could you please kindly help me to solve this out.