Closed (fixed)
Project:
FFmpeg Wrapper
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Nov 2008 at 18:53 UTC
Updated:
14 Jul 2012 at 23:34 UTC
Jump to comment: Most recent file
ffmpeg_wrapper_file_duration() checks for a string like "Duration: 00:02:12.5, start" in FFmpeg's output. The "start" part isn't always there however, so we should skip that and just look for "Duration: 00:02:12.5".
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ffmpeg_wrapper-duration2.patch | 1.19 KB | zoo33 |
| #1 | ffmpeg_wrapper-duration.patch | 693 bytes | zoo33 |
Comments
Comment #1
zoo33 commentedThe patch...
Comment #2
zoo33 commentedThe search pattern for the duration text had some additional issues, so I rewrote it.
I also changed the code which converts time codes to seconds, as it returned incorrect values.
Comment #3
zoo33 commentedComment #4
zoo33 commentedCommitted.
Comment #5
zoo33 commentedComment #6
arthurf commentedPatch is ported back to D5