522 | i'm trying to track down an xonotic video capture bug that results in washed out colors basically, a vid capture through cl_capturevideo is washed out, but a screenshot is not, and no one else seems to have this issue and i have no idea why it happens :D
(can anyone here reproduce it? repro steps would be to install xonotic, start it, then in the console (backtick or shift+escape, it works in the main menu) do cl_capt<tab>(to cause yellow text to appear in the console, which is what seems to be most obvious for me) cl_capturevideo 1 then cl_capturevideo 0 and then look in ~/.xonotic/data/video)
| 00:29:01 |
522 | ffprobe says:
Input #0, ogg, from 'dpvideo036.ogv':
Duration: 00:00:00.37, start: 0.000000, bitrate: 39808 kb/s
Stream #0:0: Video: theora, yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 60 fps, 60 tbr, 60 tbn
Stream #0:1: Audio: vorbis, 48000 Hz, stereo, fltp, 482 kb/s
and
Input #0, avi, from 'dpvideo037.avi':
Metadata:
software : Xonotic Linux 11:22:32 Apr 30 2023 - release
Duration: 00:00:00.82, start: 0.000000, bitrate: 1495016 kb/s
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 1920x1080, 1524096 kb/s, SAR 1:1 DAR 16:9, 60 fps, 60 tbr, 60 tbn
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s
for lossless
| 11:59:45 |