jackburton79 / bescreencapture

BeScreenCapture - Screen Capture software for Haiku
BSD 3-Clause "New" or "Revised" License
7 stars 10 forks source link

Playback of a capture is slow #8

Closed humdingerb closed 7 years ago

humdingerb commented 7 years ago

Playback of a screen capture with MediaPlayer is slow. My settings: file format AVI, codec MPEG-4 video. This is with v2.2.1 available from HaikuDepot. MediaPlayer info says "132.000 fps", playback doesn't show a time, the time-slider-knob doesn't move. Terminal output says: MediaFileTrackSupplier: warning! track index 0 has no duration I do realize this might be more an issue of Haiku's codecs... (hrev50749)

jackburton79 commented 7 years ago

Hi Humdinger, is this on haiku x86_gcc2 or x86 ?

humdingerb commented 7 years ago

That's on gcc2hybrid.

jackburton79 commented 7 years ago

And you are using the x86_gcc2 version, then ? Anyway, I just tested on virtualbox (my only available haiku development platform, at the moment), and I can't reproduce the slowness problem. I can definitely reproduce the problem with older versions. So that's strange. I could definitely reproduce the missing time and time-slider-knob-not-moving problems, but at the time I dismissed those issues as haiku bugs and did not bother. I'll investigate a bit more.

humdingerb commented 7 years ago

Believe or not, it does work now... Maybe the recent ffmpeg update fixed it. I dunno...

jackburton79 commented 7 years ago

By the way: with the gcc2 version installed from HaikuDepot I don't get the "MediaFileTrackSupplier: warning! track index 0 has no duration" output in the terminal, while I get it with the gcc4 version. I think it's a bug of Haiku, though.

jackburton79 commented 7 years ago

I tested with MediaConverter and could reproduce with it, too. So I opened a ticket on Haiku bugtracker to track the missing duration: #13190