I wrote a simple gstreamer pipeline to decode and re-encode h.265 to h.264: avdec_h265 | x264enc. On the same hardware, I found the cpu usage is much less in windows compared to linux. Any idea why windows transcoding is much faster in linux (Oracle 8.5)?
Asked
Active
Viewed 94 times
0
-
is it the same version of gstreamer in both windows and linux? – Christian Fritz Mar 30 '23 at 16:43
-
Both use version 1.20 – zigzag Apr 06 '23 at 08:04