Changes between Initial Version and Version 1 of Ticket #3586, comment 7


Ignore:
Timestamp:
Apr 24, 2014, 9:55:39 AM (12 years ago)
Author:
Lastique

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3586, comment 7

    initial v1  
    11I managed to create a test case that roughly reflects our application behavior and shows the problem.
    22
    3 1. Compile and run without arguments, the test will produce output.avi. This file contains encoded video with junk at the end. This file does not play correctly with ffmpeg's ffplay and plays fine by avplay from Kubuntu 13.10 (version 0.8.10-6:0.8.10-0ubuntu0.13.10.1).
     31. Compile and run without arguments, the test will produce output.avi. This file contains encoded video frames with junk at the end. This file does not play correctly with ffmpeg's ffplay and plays fine by avplay from Kubuntu 13.10 (version 0.8.10-6:0.8.10-0ubuntu0.13.10.1).
    442. Rename output.avi to output_bad.avi for future reference.
    553. Run the test again with --without_side_data command line argument. It will produce the correct output.avi, which can be played by both ffplay and avplay.