Create task task-86

This commit is contained in:
Dylan Knutson
2025-08-14 18:12:57 +00:00
parent e9ac97be29
commit 7d07a18a80

View File

@@ -0,0 +1,19 @@
---
id: task-86
title: Fix WebmOrMp4 frame extraction near end of video
status: To Do
assignee: []
created_date: '2025-08-14'
labels: []
dependencies: []
---
## Description
The WebmOrMp4 class fails to extract frames near the end of videos due to imprecise seeking calculations when using -sseof parameter. This causes test failures when trying to extract the last frame of MP4 files.
## Acceptance Criteria
- [ ] Frame extraction works for all frames including the last frame
- [ ] Test passes for MP4 files when extracting different frames
- [ ] No regression in existing webm frame extraction functionality