Ticket #377 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Sample broken movie under 1.1.1

Reported by: MyCometG3 Assigned to:
Priority: normal Milestone:
Component: Perian-Main Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

Here are more simple samples for broken playback under 1.1.1.

Would you please try? I hope ChangeSet? 953, 954 would fix these issues.

Step to reproduce: - Play forward (cmd + right arrow) - Play backward (cmd + left arrow) - Step forward (right arrow multiple times) - Step backward (left arrow multiple times)

Sample 1b.mov --- IPB with single B; 30 frames closed gop. Sample 3b.mov --- IPB with three B; 30 frames closed gop. Sample 3bp.mov --- IPB with three B using B-Pyramid; 30 frames closed gop.

Attachments

3bp.mov (252.8 kB) - added by MyCometG3 on 10/04/08 06:05:19.
3b.mov (250.8 kB) - added by MyCometG3 on 10/04/08 06:05:44.
1b.mov (276.6 kB) - added by MyCometG3 on 10/04/08 06:06:01.

Change History

10/04/08 06:05:19 changed by MyCometG3

  • attachment 3bp.mov added.

10/04/08 06:05:44 changed by MyCometG3

  • attachment 3b.mov added.

10/04/08 06:06:01 changed by MyCometG3

  • attachment 1b.mov added.

10/04/08 20:19:23 changed by gbooker

  • status changed from new to closed.
  • resolution set to fixed.

(In [956]) Apparently, ffmpeg keeps trying to release the same picture over and over until it really is, so track ffmpeg's usage in a different variable. Fixes #377