pegasus-frontend icon indicating copy to clipboard operation
pegasus-frontend copied to clipboard

Videos play but colors are wrong

Open tuxrinku opened this issue 1 year ago • 3 comments

The issue

I scraped videos using skyscraper, everything is fine when I play them through vlc but pegasus plays them with wrong colors, like negative.

System info

OS : Ubuntu 22.04.02 CPU: Intel N6005 GPU: Nvidia GTX 1050 RAM: 32gb

Pegasus version

Pegasus alpha16-47-gb0366487 (2023-02-28)

Pegasus log

lastrun.log

Maybe the last line is a hint : 2023-04-06T22:06:13 [w] libpng warning: iCCP: profile 'Samsung - Natural Color Pro 1.0 ICM': 0h: PCS illuminant is not D50

tuxrinku avatar Apr 06 '23 20:04 tuxrinku

Hi, video rendering depends on the system's video codecs. On Ubuntu, Pegasus uses the GStreamer video codecs (gstreamer1.0-plugins-* and gstreamer1.0-libav), while VLC uses its own set, as far as I know. If they don't work correctly, you can try installing more GStreamer packages (libav as mentioned earlier, or gstreamer1.0-plugins-bad and gstreamer1.0-plugins-ugly).

mmatyas avatar Apr 06 '23 20:04 mmatyas

Hey, I tried that and they are already installed. Weirdly enough, it doesn't happen on my other machine on Ubuntu 22.10.

tuxrinku avatar Apr 06 '23 20:04 tuxrinku

There have been a Qt update recently, could you try the latest Pegasus?

mmatyas avatar Aug 25 '23 10:08 mmatyas

I'll close this for now, as the issue is related to third-party video codecs.

mmatyas avatar May 03 '24 13:05 mmatyas