Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • List of compatible distributions

    26 avril 2011, par

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

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (8265)

  • fftools/ffmpeg : use the sync queues to handle -frames

    29 mars 2022, par Anton Khirnov
    fftools/ffmpeg : use the sync queues to handle -frames
    

    Same issues apply to it as to -shortest.

    Changes the results of the following tests :
    - matroska-flac-extradata-update
    The test reencodes two input FLAC streams into three output FLAC
    streams. The last output stream is limited to 8 frames. The current
    code results in the first two output streams having 12 frames, after
    this commit all three streams have 8 frames and are the same length.
    This new result is better, since it is predictable.
    - mkv-1242
    The test streamcopies one video and one audio stream, video is limited
    to 11 frames. The new result shortens the audio stream so that it is
    not longer than the video.

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg_mux.c
    • [DH] fftools/ffmpeg_opt.c
    • [DH] fftools/sync_queue.c
    • [DH] fftools/sync_queue.h
    • [DH] tests/ref/fate/matroska-flac-extradata-update
    • [DH] tests/ref/fate/mkv-1242
  • ismindex : handle time discontinuities and nonzero start time

    14 septembre 2014, par Mika Raento
    ismindex : handle time discontinuities and nonzero start time
    

    The input file may not have consistent start times, stream durations and
    chunk durations. This patch at least removes negative durations that
    make chromecast unhappy, and correctly sets starting time on chunks so
    that the split (or .ismf) outputs match the manifest.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] tools/ismindex.c
  • options : handle options with the same name in codecs and formats.

    26 juillet 2011, par Clément Bœsch

    options : handle options with the same name in codecs and formats.