Advanced search

Medias (91)

Other articles (22)

  • Submit bugs and patches

    13 April 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 (...)

  • List of compatible distributions

    26 April 2011, by

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

On other websites (6044)

  • checkasm: print only results to stdout

    21 August 2024, by J. Dekker
    checkasm: print only results to stdout
    

    Signed-off-by: J. Dekker <jdek@itanimul.li>

    • [DH] tests/checkasm/checkasm.c
  • Copy m3u8 segment files on a single mp4 format

    26 June 2018, by parsa

    Hi I used below command for copy m3u8 segment files to a single mp4 file:
    I run this command on c# Process class.

       -y -i "D:\OtherProjects\ConvertProj\video\2018\4\1\m3u8\200p\out.m3u8"  
       -y -i "D:\OtherProjects\ConvertProj\video\2018\4\1\m3u8\360p\out.m3u8"  
       -y -i "D:\OtherProjects\ConvertProj\video\2018\4\1\m3u8\480p\out.m3u8"  
       -y -i "D:\OtherProjects\ConvertProj\video\2018\4\1\m3u8\720p\out.m3u8"
    -map 0 -c:v copy -c:a copy -threads 0 "D:\OtherProjects\ConvertProj\video\2018\4\1\1-200.mp4"
    -map 1 -c:v copy -c:a copy -threads 0 "D:\OtherProjects\ConvertProj\video\2018\4\1\1-360.mp4"
    -map 2 -c:v copy -c:a copy -threads 0 "D:\OtherProjects\ConvertProj\video\2018\4\1\1-480.mp4"
    -map 3 -c:v copy -c:a copy -threads 0 "D:\OtherProjects\ConvertProj\video\2018\4\1\1.mp4"

    I get this Error:

    [hls,applehttp @ 00000000047e3400] Failed to open segment of playlist 0
       Last message repeated 353 times
    [hls,applehttp @ 00000000047e3400] Error when loading first segment 'out0.ts'
    D:\OtherProjects\ConvertProj\video\2018\4\6208-3905956\m3u8\200p\out.m3u8: Invalid data found when processing input

    What is the problem? Waht I must be do? Is this a bug?

  • checkasm: improve print format

    31 July 2024, by J. Dekker
    checkasm: improve print format
    

    Port dav1d's checkasm output format to FFmpeg's checkasm, includes
    relative speedups and aligns results.

    Signed-off-by: J. Dekker <jdek@itanimul.li>

    • [DH] tests/checkasm/checkasm.c