Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (33)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

  • Set block_align when reading QDM2 in mov.

    27 juin 2013, par Carl Eugen Hoyos
    Set block_align when reading QDM2 in mov.
    

    Fixes ticket #2718.

    • [DH] libavformat/mov.c
  • Why can't I seek using PTS while reading an MXF file until av_write_trailer() is called ?

    1er mai, par Summit

    I'm writing an MXF file using FFmpeg in C++ and then reading it back for real-time playback. However, I'm running into a problem : seeking by PTS (av_seek_frame()) doesn't work properly until I call av_write_trailer() at the end of the writing session.

    


    Here’s the workflow :

    


    I'm encoding and writing frames to an MXF file using avformat_write_header() and av_interleaved_write_frame().

    


    I want to read from the same file while it’s still being written (like a growing file or EVS-style live playback).

    


    But seeking using av_seek_frame() to a specific PTS fails or behaves incorrectly until I finalize the file with av_write_trailer().

    


    Here is a simplified version of my writing logic :

    


    avformat_write_header(formatContext, nullptr);
// ... loop ...
avcodec_send_frame(codecContext, frame);
avcodec_receive_packet(codecContext, &pkt);
av_interleaved_write_frame(formatContext, &pkt);
// NO call to av_write_trailer() yet


    


    And this is how I try to seek in the reading logic :

    


    av_seek_frame(inputFormatContext, videoStreamIndex, targetPts, AVSEEK_FLAG_BACKWARD);


    


  • Revision abf0df08f1 : validate uv block size when reading partition Change-Id : I74fc5f1a7bab3128cdd49

    1er juillet 2014, par Jim Bankoski

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    validate uv block size when reading partition

    Change-Id : I74fc5f1a7bab3128cdd49441b83ec3a25aee65ca