Create task task-86
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user