I am using ffMediaMaster over ffmpeg to compress some video files. I set up parameters for a conversion and processed a file noting the fps processing rate was low. I realised I probably hadn't checked use GPU. So I reran the processing only changing the flag to use GPU and as expected it processed much faster but unexpectedly produced a file with a video bitrate 4 times greater as well as corresponding increase in file size.
I was expecting a similar result since all other parameters were constant, can anyone enlighten me on why the results between the two processing routes are different?
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by GeoffWA; 4th Feb 2025 at 23:21. Reason: Fix wording
-
@GeoffWA
try:
Best Video Converter, not sure if x265 is supported.
it is a bit outdated but it uses FFmpeg, and allows for batch conversion too.Last edited by videoAI; 4th Feb 2025 at 22:02.
-
As you not providing details then replay can be only general - GPU encoding is limited when compared to CPU encoding - there is many reason for this - HW broadcast quality encoders are very complex solutions and as such very expensive - GPU encoders provide basic encoding.
Well known fact is best HW GPU encoders are provided by NVidia and Intel, latest generation of their GPU HW provide higher quality then previous generation. Use newest software (drivers) - check recommended settings (and limitations) for your GPU HW.
Similar Threads
-
How to: ffmpeg Code for Lossless H265 mp4 using HEVC YUV420P16
By Tom4 in forum Video ConversionReplies: 16Last Post: 16th Jan 2024, 23:39 -
ffmpeg h265 and banding / blocking artefacts
By marco000 in forum Video ConversionReplies: 3Last Post: 19th May 2023, 14:45 -
[FFmpeg+SvtAv1] convert a H264 or H265 1080p file to Av1 720p
By ignace72 in forum Video ConversionReplies: 11Last Post: 29th Mar 2022, 17:16 -
How can i recompress from H264 to H265 with no quality loss in FFMPEG?
By Unknown01 in forum Newbie / General discussionsReplies: 4Last Post: 13th Nov 2021, 18:07 -
A query regarding converting vid to HVEC / H265
By prithvi in forum Video ConversionReplies: 10Last Post: 29th May 2021, 19:03