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 Search this Thread Display Modes
Old 9th May 2025, 14:58   #21221  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 65
--sar <integer|w:h>
Sample Aspect Ratio, the ratio of width to height of an individual sample (pixel). The user may supply the width and height explicitly or specify an integer from the predefined list of aspect ratios defined in the HEVC specification. Default undefined (not signaled)

1:1 (square)

12:11

10:11

16:11

40:33

24:11

20:11

32:11

80:33

18:11

15:11

64:33

160:99

4:3

3:2

2:1
__________________
Main Systems:-
Threadripper 7970X on Asus Pro WS TRX50-Sage WiFi
Ryzen 9 9950X3D on MSI Carbon X670E
Ryzen 9 7950X on Gigabyte Aorus Elite B650
Intel 13900KF on MSI Tomahawk B660
TR-7970X is offline   Reply With Quote
Old 10th May 2025, 16:28   #21222  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 479
Adjusting for it manualy is not the problem and tweaking stuff is also possible.

When doing large batches (I ripped quite a few DVDs), this becomes a lot of work - going into every file, checking the DAR, SAR etc and remuxing the videofiles with the correct ratios.

When simply recoding without cropping, the Ratios are ok - but if the video is cropped (autocrop when batch encoding), the Pixel ratio is set to 1:1. When using degrain or denoise, not-cropping is much slower because of the higher pixel count.

So it would be nice if RB would adjust the ratio according to the new cropped frame.
ReinerSchweinlin is offline   Reply With Quote
Old 11th May 2025, 18:40   #21223  |  Link
Juha
Registered User
 
Join Date: Aug 2014
Posts: 27
I'm having an issue that if I have my VPN (it has a separate virtual network adapter) turned on, Ripbot Encoding server is contantly choosing it, instead of my Wifi adapter. Is there any way to choose the correct adapter without turning my VPN off?

172.16.219.2 is the ip address of the VPN adapter
192.168.1.199 is my wifi adapter IP.

https://images2.imgbox.com/d6/00/lstOIf4S_o.png

There doesn't seem to be any any setting to change this.

That wrong IP is also available for the Client but I can change it:

https://images2.imgbox.com/37/e3/baMXEX6J_o.png

Last edited by Juha; 11th May 2025 at 18:50.
Juha is offline   Reply With Quote
Old 11th May 2025, 21:27   #21224  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 65
Quote:
Originally Posted by Juha View Post
I'm having an issue that if I have my VPN (it has a separate virtual network adapter) turned on, Ripbot Encoding server is contantly choosing it, instead of my Wifi adapter. Is there any way to choose the correct adapter without turning my VPN off?

172.16.219.2 is the ip address of the VPN adapter
192.168.1.199 is my wifi adapter IP.

https://images2.imgbox.com/d6/00/lstOIf4S_o.png

There doesn't seem to be any any setting to change this.

That wrong IP is also available for the Client but I can change it:

https://images2.imgbox.com/37/e3/baMXEX6J_o.png
See if this helps...

https://forum.doom9.org/showpost.php...ostcount=21208

This is what Microsoft recommends, to prioritize multiple network controller configurations:-

https://www.windowscentral.com/how-c...ers-windows-10
__________________
Main Systems:-
Threadripper 7970X on Asus Pro WS TRX50-Sage WiFi
Ryzen 9 9950X3D on MSI Carbon X670E
Ryzen 9 7950X on Gigabyte Aorus Elite B650
Intel 13900KF on MSI Tomahawk B660

Last edited by TR-7970X; Yesterday at 01:34.
TR-7970X is offline   Reply With Quote
Old Yesterday, 01:16   #21225  |  Link
rlev11
Registered User
 
Join Date: Aug 2020
Location: Pennsylvania
Posts: 180
Quote:
Originally Posted by Juha View Post
I'm having an issue that if I have my VPN (it has a separate virtual network adapter) turned on, Ripbot Encoding server is contantly choosing it, instead of my Wifi adapter. Is there any way to choose the correct adapter without turning my VPN off?

172.16.219.2 is the ip address of the VPN adapter
192.168.1.199 is my wifi adapter IP.

https://images2.imgbox.com/d6/00/lstOIf4S_o.png

There doesn't seem to be any any setting to change this.

That wrong IP is also available for the Client but I can change it:

https://images2.imgbox.com/37/e3/baMXEX6J_o.png
If this is a pc that just acts as a server, best way is to create a .bat file in your ripbot folder, something like server.bat and then just put in this line. Then to start the server , just double click the .bat file you created

encodingserver /ip 192.168.1.199 /port 1000 /restart-if-no-progress /priority high

you can put in additional parameters if needed if the correct cpu count,thread count, and memory are not set automatically. This is what I set on a 16 core ryzen in my server.bat file.
encodingserver /ip 192.168.1.201 /port 1000 /restart-if-no-progress /priority high /avisynth-prefetch-threads 16 /x264-threads 32 /x265-threads 32 /avisynth-setmemorymax 16
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X
rlev11 is offline   Reply With Quote
Old Yesterday, 01:31   #21226  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 65
Quote:
Originally Posted by rlev11 View Post
If this is a pc that just acts as a server, best way is to create a .bat file in your ripbot folder, something like server.bat and then just put in this line. Then to start the server , just double click the .bat file you created

encodingserver /ip 192.168.1.199 /port 1000 /restart-if-no-progress /priority high

you can put in additional parameters if needed if the correct cpu count,thread count, and memory are not set automatically. This is what I set on a 16 core ryzen in my server.bat file.
encodingserver /ip 192.168.1.201 /port 1000 /restart-if-no-progress /priority high /avisynth-prefetch-threads 16 /x264-threads 32 /x265-threads 32 /avisynth-setmemorymax 16
Not everyone will understand your .bat file suggestion.

Also, I notice that you may need to revised your commandline to the lastest option Atak has configured.

eg:- /restart-time-limit [integer]
restarts encoding if no progress after X number of minutes
NOTE: 0 = disabled

NOT /restart-if-no-progress
__________________
Main Systems:-
Threadripper 7970X on Asus Pro WS TRX50-Sage WiFi
Ryzen 9 9950X3D on MSI Carbon X670E
Ryzen 9 7950X on Gigabyte Aorus Elite B650
Intel 13900KF on MSI Tomahawk B660
TR-7970X 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 Search this Thread
Search this Thread:

Advanced Search
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 08:20.


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