Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (56)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (4699)

  • pod mobile-ffmpeg-full (4.2.2) : installation issues, does anyone know how to fix this error ?

    11 janvier 2020, par João Paulo

    COMMAND USED
    $ pod install

    ERROR RESULT
    Analyzing dependencies
    Downloading dependencies
    Installing mobile-ffmpeg-full (4.2.2)

    [!] Error installing mobile-ffmpeg-full
    [!] /usr/bin/curl -f -L -o /var/folders/vn/r7ghkzmn67114_hn0knf3jt30000rs/T/d20200111-2077-qf6xcl/file.zip https://github.com/tanersener/mobile-ffmpeg/releases/download/v4.2.2/mobile-ffmpeg-full-4.2.2-ios-framework.zip —create-dirs —netrc-optional —retry 2

    % Total % Received % Xferd AverageDload SpeedUpload TimeTotal TimeSpent TimeLeft CurrentSpeed

    100 633 0 633 0 0 1063 0 — :— :— — :— :— — :— :— 1063

    3 143M 3 5380k 0 0 14074 0 2:57:36 0:06:31 2:51:05 0

    curl : (56) LibreSSL SSL_read : SSL_ERROR_SYSCALL, errno 54

    FORM THAT WAS WRITTEN IN THE PODFILE
    pod ’mobile-ffmpeg-full’, ’ > 4.2.2’

  • flutter video_trimmer package error=13, Permission denied

    25 novembre 2020, par SILENMUS

    I changed targetSdk 29 for upload google playstore. ( google targetSdk policy )

    


    Now I got this error

    


    when I click Execute button, phone die immediately

    


    and error message like this

    


    E/FFmpeg ( 9618): java.io.IOException: Cannot run program 
"/data/user/0/myProject/files/ffmpeg": error=13, Permission denied


    


    is there a way to solve this problem ?
( targetSdk 28 was no problem )

    


  • lavc/hevc_refs : exclude current frame from long term refs

    15 juillet 2022, par Xu Guangxin
    lavc/hevc_refs : exclude current frame from long term refs
    

    suppose
    a. You have 3 frames, 0, 1, 4096.
    b. The ltMask is 0xfff and use_msb is 0.
    c. The 0, 1 are lt refs for 4096.
    d. you are decoding frame 4096, and get the 0 frame.
    Since 4096 & ltMask is 0 too, even you want get 0, find_ref_idx may give you 4096.
    add_candidate_ref will report an error for this

    Tested-by : Fei Wang <fei.w.wang@intel.com>
    Signed-off-by : Xu Guangxin <guangxin.xu@intel.com>

    • [DH] libavcodec/hevc_refs.c