https://bugs.kde.org/show_bug.cgi?id=387750

--- Comment #2 from Mauro Carvalho Chehab <mchehab+...@kernel.org> ---
(In reply to Mauro Carvalho Chehab from comment #1)
> (In reply to nolli111 from comment #0)
> > TV-bilder laufen mit höchstens 20 Bilder inder secunde
> 
> English please.

If I understood what you meant, from Google translator, you're saying that:
   "TV stream is at most 20 frame per second."

Right?

Yet, you didn't provide any information about what you're trying to watch, nor
if libVLC is using vdpau or not.

The stream frame rate comes from a few factors:

1) the amount of frames per second at the recorded video;
2) the amount of time required to decode a video stream;
3) the amount of time required to display a single frame.

If the video is recorded with a low fps (1), there's nothing we can do: as far
as I know, libVLC doesn't try to generate inter-frames to convert a low-fps
video into a pseudo-higher-fps video.

Both (2) and (3) are directly related to the size of the video. I mean: a 4K
resolution video takes a lot more time to be decoded/displayed than HD. Also,
both depends on having a CPU (or GPU) good enough to allow watching videos with
high fps. If your CPU/GPU aren't good enough, the only solution is to upgrade
your hardware. If they are, that's something that you could fix, likely by
installing some packages that will allow libVLC do to hardware decoding.

What kind of video are you trying to watch? What's their resolution? Are you
using hardware acceleration for video codec decoding?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to