Opened 14 years ago
Closed 14 years ago
#6363 closed bug (fixed)
Problems with mpeg files created with the media kit
Reported by: | jackburton | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Media Kit | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Using BeScreenCapture to record a clip, you can save in any format supported by Haiku. While writing an avi works, and you can replay the file, writing a mpeg file results in a file which can't be opened by either MediaPlayer or VLC.
I wouldn't rule out completely a bug in BeScreenCapture, but the code path doesn't change when saving an AVI or an MPEG.
BeScreenCapture source available here:
http://dev.osdrawer.net/projects/8
Build of current version (17) attached.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | BeScreenCapture.zip added |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Cool, thanks for the feedback! Has probably been fixed by using the correct keyframe flags when handling buffers to libavformat.
BeScreenCapture gcc2 build