Screenbox icon indicating copy to clipboard operation
Screenbox copied to clipboard

.mkv video with grain and incorrect timeline.

Open maisondasilva opened this issue 1 year ago • 4 comments

I downloaded this video to test

https://sample-videos.com/video321/mkv/720/big_buck_bunny_720p_30mb.mkv

When opening it I notice that the video has graininess and the timing is incorrect, I don't see this behavior in the New Windows Media Player in Windows 11

Screenbox image

New Windows Media Player image

Thanks Maison

maisondasilva avatar Dec 16 '23 14:12 maisondasilva

@huynhsontung

maisondasilva avatar Jan 30 '24 16:01 maisondasilva

This issue is also present in the VLC media player. It's outside the scope of Screenbox in this case.

huynhsontung avatar Feb 01 '24 02:02 huynhsontung

@huynhsontung I don't see the same image failure in VLC just a matter of time!

Screenbox

image

VLC

image

maisondasilva avatar Feb 10 '24 04:02 maisondasilva

VLCSharp is unable to get some videos full length. There are 2 ways to fix this.

  1. Use position and current time to calculate the full length. But it usually is in-accurate in some way. The longer it runs, more accurate the length will be.
  2. Use other media engine (like system default player) to get the full length of video. But you have to load it first which is not very elegant.

JimmyRespawn avatar Jul 25 '24 16:07 JimmyRespawn