Recherche avancée

Médias (91)

Autres articles (99)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

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

Sur d’autres sites (4968)

  • Support scaling to UHD

    6 mai 2018, par Aurelius Schnitzler

    I am using ffmpeg with

    ffmpeg -i GOPR1373.MP4 -c:v libx264 -vf "pad=width=5848:height=2924:x=1964:y=922:color=black,scale=3840:2160" GOPR1373_w.MP4

    Which yields to Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height and x264 [error]: malloc of size 43688832 failed

    yet

    ffmpeg -i GOPR1373.MP4 -c:v libx264 -vf "pad=width=5848:height=2924:x=1964:y=922:color=black,scale=1920:1080" GOPR1373_w.MP4

    works.

    How to fix this ?

    EDIT : I solved it by freeing up memory.

  • ffmpeg avformat_open_input cannot open file

    14 mars 2019, par Zyoo

    I’m trying to open an existing Mp3 file via Android NDK, but it won’t open.

    Java

    private static String FILENAME = "/mnt/sdcard/My Audios/Doomsday.mp3";

    C

    if ((res=avformat_open_input(&pFormatCtx, path, NULL, NULL)) < 0) {
       __android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "file name: %s", path);
       printf("Hello %s\n", path);
       __android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "cannot open input file");
       __android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "%d", res);
       return res; // couldn't open file
    }

    Here’s the log

    error

    Definitely sure the file exists.
    Thanks.

  • Merge commit ’c708b5403346255ea5adc776645616cc7c61f078’

    9 mars 2014, par Michael Niedermayer
    Merge commit ’c708b5403346255ea5adc776645616cc7c61f078’
    

    * commit ’c708b5403346255ea5adc776645616cc7c61f078’ :
    timer : use mach_absolute_time as high resolution clock on darwin

    Conflicts :
    configure

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

    • [DH] configure
    • [DH] libavutil/timer.h