Advanced search

Medias (0)

Tag: - Tags -/formulaire

No media matches your criterion on the site.

Other articles (103)

  • Gestion de la ferme

    2 March 2010, by

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • Les autorisations surchargées par les plugins

    27 April 2010, by

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Use, discuss, criticize

    13 April 2011, by

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

On other websites (10623)

  • Can't link FFmpeg in Visual Studio 2013

    22 February 2016, by Sir DrinksCoffeeALot

    I’m struggling with this for past 3-4 days with barely any progress. I’ve downloaded "dev" and "shared" archives and extracted them. "Dev" archive has .lib and .h files and "Shared" has .dll files needed for running app. These are the steps that i’ve done linking-wise:

    Project -> Properties -> Configuration Properties -> VC++ Directories -> Include Directories -> ...\ dev\ include

    Project -> Properties -> Configuration Properties -> VC++ Directories -> Library Directories -> ...\ dev\ lib

    Project -> Properties -> Configuration Properties -> C/C++ -> General -> Additional Include Directories -> ...\ dev\ include

    Project -> Properties -> Configuration Properties -> Linker -> General -> Additional Library Directories -> ...\ dev\ lib

    Project -> Properties -> Configuration Properties -> Linker -> Input -> Additional Dependencies -> avcodec.lib ... swscale.lib

    And when i try to build it i get following error:

    Error 1 error LNK2019: unresolved external symbol _avcodec_register_all referenced in function _main...

    I have no idea why,somehow .lib are not getting linked or something or i’ve done something wrong. It’s getting really frustrating and ffmpeg is crucial in project that i’m working on, basicly i can’t do anything without it. So please if someone could point me in right direction i would aprreciate it very much.

    This is the example that im trying to build.

    #include
    extern "C"
    {

    #include "libavcodec\avcodec.h"
    }


    #pragma comment(lib, "avcodec.lib")

    int main()
    {
       printf("Trying avcodec_register_all... ");
       avcodec_register_all();
       printf("Done.\n");
       return 0;
    }

    Thank you in advance.

  • Concatenate mp4 Files on Server

    7 June 2018, by Fabian Watrinet

    I am trying to concatenate mp4 files, which I am hosting on a wordpress site.

    I have read about ffmpeg but I am not sure if I can run exec() on the shared hosting. Should it be possible, I would be very grateful for some good tutorials.

    Is there no other ’easy’ way to merge/concatenate mp4 or video files in general?

    Thank you for you help/tips.

  • Merge commit ’5c22e8e4ad0852d61d5c4ba8d67d33fd72339497’

    18 July 2014, by Michael Niedermayer
    Merge commit ’5c22e8e4ad0852d61d5c4ba8d67d33fd72339497’
    

    * commit ’5c22e8e4ad0852d61d5c4ba8d67d33fd72339497’:
    armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)

    See: 42c1cc35b7623ce76c7b55c6bc100f135e17cd4f
    Merged-by: Michael Niedermayer <michaelni@gmx.at>