Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Display Modes
Old 23rd December 2025, 08:20   #21381  |  Link
TR-9970X
Registered User
 
TR-9970X's Avatar
 
Join Date: Jan 2025
Posts: 189
Quote:
Originally Posted by gg72 View Post
Yes, there is an integrated GPU "Intel® UHD Graphics 770" and I would like to use the GPU for encoding, but even though I set it up in the menu as I mentioned earlier, the CPU is still doing the encoding. All of this works fine with BD Rebuilder.
That screenshot you attached hasn't been authorised yet, so "we" can't see what you mean.

Unfortunately, Ripbot is a little restricted.
__________________
Main Systems:-
9970X on Gigabyte TRX50 AERO D
7970X on Asus Pro WS TRX50-Sage WiFi
9950X3D on MSI Carbon X670E
7950X on Gigabyte Aorus Elite B650
i9-13900KF on MSI Tomahawk B660
TR-9970X is offline   Reply With Quote
Old 23rd December 2025, 11:56   #21382  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 494
Quote:
Originally Posted by gg72 View Post
I recently bought an Intel i5-14600K CPU. What do I need to set up so that the GPU does the encoding instead of the CPU? Because no matter what I set here, the CPU does the encoding...
weird, I wrote an answer, but it seems lost..

again..

no GPU Encoding in Ripbot (if you are looking for quicksync encoding = qsvenc, etc...)... Only software x265/4

You probably found the openCL parts in the preferenes, the left one is for x264 - here you can actually offload some of the vector stuff to OPENCL - and the GPU (in your case your UHD770) can then take over some of the stuff that X264 is doing..

With modern CPUs, this is rarely any speed advantage, in most cases much slower than simply running it on the CPU alone.

And its not "GPU Encoding", since it does not touch the dedicated media engines in your GPU.

Ripbot has no support for any hardware-encoder, no AMD, no Intel, no Nvidia.

If you aim for quality and effiecency of encoding (in terms of space vs quality), software encoding is king, anyway. Although GPU Encoders have gotten better over time and are convinient - they are still behind software encoding.
ReinerSchweinlin is offline   Reply With Quote
Old 24th December 2025, 16:36   #21383  |  Link
gg72
Registered User
 
Join Date: Mar 2009
Location: Hungary
Posts: 40
Quote:
Originally Posted by ReinerSchweinlin View Post
weird, I wrote an answer, but it seems lost..

again..

no GPU Encoding in Ripbot (if you are looking for quicksync encoding = qsvenc, etc...)... Only software x265/4

You probably found the openCL parts in the preferenes, the left one is for x264 - here you can actually offload some of the vector stuff to OPENCL - and the GPU (in your case your UHD770) can then take over some of the stuff that X264 is doing..

With modern CPUs, this is rarely any speed advantage, in most cases much slower than simply running it on the CPU alone.

And its not "GPU Encoding", since it does not touch the dedicated media engines in your GPU.

Ripbot has no support for any hardware-encoder, no AMD, no Intel, no Nvidia.

If you aim for quality and effiecency of encoding (in terms of space vs quality), software encoding is king, anyway. Although GPU Encoders have gotten better over time and are convinient - they are still behind software encoding.
OK, thank you!
gg72 is offline   Reply With Quote
Old 2nd January 2026, 20:51   #21384  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 494
I have some TV Recordings in 50fps, which actually only contain 25fps (frames are doubled)...

For degrain to work properly and to lower encoding time and - of course - get back to the original 25fps, it would be nice to have a switch to "drop every second frame bevor the filter chain"... Is it possible to do this in RipBot ?
ReinerSchweinlin is offline   Reply With Quote
Old 2nd January 2026, 21:36   #21385  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,946
Quote:
Originally Posted by ReinerSchweinlin View Post
I have some TV Recordings in 50fps, which actually only contain 25fps (frames are doubled)...

For degrain to work properly and to lower encoding time and - of course - get back to the original 25fps, it would be nice to have a switch to "drop every second frame bevor the filter chain"... Is it possible to do this in RipBot ?
Create Custom script with these lines

Code:
#Decimate
video=SelectOdd(video)
Atak_Snajpera is offline   Reply With Quote
Old 2nd January 2026, 21:43   #21386  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 494
Quote:
Originally Posted by Atak_Snajpera View Post
Create Custom script with these lines

Code:
#Decimate
video=SelectOdd(video)
Thanx !
ReinerSchweinlin is offline   Reply With Quote
Old 10th January 2026, 16:13   #21387  |  Link
Pulp Catalyst
Registered User
 
Join Date: May 2006
Posts: 301
Thought i'll try again, is there or will there be any support coming for AV1 Encoding coming, i did a recent check, and to my surprise all the devices in my family are all AV1 capable, didn't think i would see the day (lol), those years have really flown by!

anyway start of new year, and wanted to get the sense for AV1 encoding support....would it truly be a lot of work to implement?
Pulp Catalyst is offline   Reply With Quote
Old Yesterday, 13:41   #21388  |  Link
TR-9970X
Registered User
 
TR-9970X's Avatar
 
Join Date: Jan 2025
Posts: 189
Quote:
Originally Posted by Pulp Catalyst View Post
Thought i'll try again, is there or will there be any support coming for AV1 Encoding coming, i did a recent check, and to my surprise all the devices in my family are all AV1 capable, didn't think i would see the day (lol), those years have really flown by!

anyway start of new year, and wanted to get the sense for AV1 encoding support....would it truly be a lot of work to implement?
Wishful thinking here, Pulp.

Even tho FFMPEG can easily encode to AV1.

I fiddled around with a process of getting FFMEG to re-encode a freshly RB encoded video to AV1, using that cmd script that Atak added to RB many years ago, but it's a little complicated, and you can only process one complete conversion at once, as the script has to be changed for every different file encoded.

OR

You could do multiple encodes, then run the FFMPEG script separately afterwards.

However, there was a strange issue with the AV1 video's..it wouldn't play properly with VLC, but once it was quickly run thru MKVToolNix, it's "cleaned it up" (whatever it did), made the difference.

But I'm more interested in DV video's, TBH, so I gave up.
__________________
Main Systems:-
9970X on Gigabyte TRX50 AERO D
7970X on Asus Pro WS TRX50-Sage WiFi
9950X3D on MSI Carbon X670E
7950X on Gigabyte Aorus Elite B650
i9-13900KF on MSI Tomahawk B660
TR-9970X is offline   Reply With Quote
Reply

Tags
264, 265, appletv, avchd, bluray, gui, iphone, ipod, ps3, psp, ripbot264, x264 2-pass, x264 gui, x264_64, x265, xbox360

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 20:29.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.