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: 74
--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: 484
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: 74
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; 12th May 2025 at 01:34.
TR-7970X is offline   Reply With Quote
Old 12th May 2025, 01:16   #21225  |  Link
rlev11
Registered User
 
Join Date: Aug 2020
Location: Pennsylvania
Posts: 181
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 12th May 2025, 01:31   #21226  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 74
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
Old 13th May 2025, 21:49   #21227  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 483
Audio Selection Highlight

Hi Atak,

A little feature request. In the edit UI, the audio track 1,2,3 has a grayed oval element, except if it's currently selected in which it's green. It would be nice if an audio track is select in the other slot(s) that instead of it being gray that it be changed to blue like Attachments, Chapters, and Subtitles. It would also be beneficial if the oval was dynamic and showed the abbreviated audio type in the oval: 1: AC3, 2: DTS, 3: AAC, 1: THD, 2: ETC.

Also is there a way to disable audio selections even being available for selection as an example OPUS since I've never used it.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X

Last edited by Ryushin; 13th May 2025 at 21:53.
Ryushin is offline   Reply With Quote
Old 13th May 2025, 23:53   #21228  |  Link
rlev11
Registered User
 
Join Date: Aug 2020
Location: Pennsylvania
Posts: 181
Quote:
Originally Posted by Ryushin View Post
Hi Atak,

A little feature request. In the edit UI, the audio track 1,2,3 has a grayed oval element, except if it's currently selected in which it's green. It would be nice if an audio track is select in the other slot(s) that instead of it being gray that it be changed to blue like Attachments, Chapters, and Subtitles. It would also be beneficial if the oval was dynamic and showed the abbreviated audio type in the oval: 1: AC3, 2: DTS, 3: AAC, 1: THD, 2: ETC.

Also is there a way to disable audio selections even being available for selection as an example OPUS since I've never used it.
So in older versions probably before the new audio stuff was added in, the list was maintained by the audio.txt file in the profiles directory. I do remember being able to do that, so I just downloaded 1.26 to see and that is where it generates the list. I removed all but a couple of the entries, and that is all that shows up in the drop-down.

Now on the latest version, I tried the same thing and removed the opus entries, but even after restarting ripbot, the dropdown still has the full list, as if it does no longer looks at the audio.txt file to generate the drop down entries.

Now this change may have needed to be done with the way the audio setup is now with the way we can now programmatically choose audio profiles or conversions in the profile\preferences folder (which I love BTW). But if not, I agree it would be nice to be able to remove the entries from the dropdown someone will never use just to clean things up a bit.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X
rlev11 is offline   Reply With Quote
Old 18th May 2025, 05:51   #21229  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 74
RipBot264 v1.27.4 upgrade..

So, seeing that there hasn't been any significant updates recently, I thought I'd provide a very up to date build.

No bells or whistles, just the latest components available, and it runs pretty sweet on my PC's.

So if you want to give it a shot:-

https://www.mediafire.com/file/a5l5d...1.27.4.7z/file

WARNING - please disable auto update !

And if you want to try some basic SMDegrain scripts, grab the package that Ryushin has provided.
__________________
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 19th May 2025, 10:05   #21230  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 484
Quote:
Originally Posted by TR-7970X View Post
So, seeing that there hasn't been any significant updates recently, I thought I'd provide a very up to date build.

No bells or whistles, just the latest components available, and it runs pretty sweet on my PC's.

So if you want to give it a shot:-

https://www.mediafire.com/file/a5l5d...1.27.4.7z/file

WARNING - please disable auto update !

And if you want to try some basic SMDegrain scripts, grab the package that Ryushin has provided.
help me out here - whats the difference to Ataks Original ?
ReinerSchweinlin is offline   Reply With Quote
Old 19th May 2025, 10:45   #21231  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 74
Quote:
Originally Posted by ReinerSchweinlin View Post
help me out here - whats the difference to Ataks Original ?
Did you miss this ??

Quote:
No bells or whistles, just the latest components available, and it runs pretty sweet on my PC's.
The only option available is the very old v1.26.0, and then run an auto update, only to get v1.27.4, with oldish component versions.

Compare the "Tools" list in both builds.

That's all
__________________
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 19th May 2025, 11:08   #21232  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 484
Of course I read your post.

"latest components" is not very specific...
ReinerSchweinlin is offline   Reply With Quote
Old 19th May 2025, 11:34   #21233  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 74
Quote:
Originally Posted by ReinerSchweinlin View Post
Of course I read your post.

"latest components" is not very specific...
Compare the "Tools" list in both builds.
__________________
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 22nd May 2025, 14:23   #21234  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 483
Canvas does not allow drawing.

Hi Atak,

Not sure if this can be fixed or not. I get this error randomly whenever I start doing a bunch of operations in RB. It could happen when editing a job, importing a batch job, or it just running normally processing jobs.

Errors:
Canvas does not allow drawing. (click OK)
Invalid device context (DC) handle. (click OK)
Out of system (click OK)
Some operation could not be performed because the system is out of resources. Close some windows and try again. (click OK)

I suspect it is because I'm using RB in RDP (Remote Desktop). I've tried changing the video driver, increasing video memory, etc.

Some Googling shows that others are having this issue, and some with Delphi, but I have not found a solution yet.

Only thing I can do when I get this error is to manually kill the RB processes and start it back up, then continue before it threw the error. Currently this is happening nearly every day.

edit: Digging more into this, it might be an issue with the IDE Form Designer and Delphi
https://supportcenter.devexpress.com...cxgroupbox-and
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X

Last edited by Ryushin; 22nd May 2025 at 14:39.
Ryushin is offline   Reply With Quote
Old 23rd May 2025, 17:42   #21235  |  Link
MCFish
Registered User
 
MCFish's Avatar
 
Join Date: Oct 2002
Location: Norway
Posts: 48
Quote:
Originally Posted by Ryushin View Post
I suspect it is because I'm using RB in RDP (Remote Desktop). I've tried changing the video driver, increasing video memory, etc.
Windows RDP? If so why dont you try some free RD just to test. Microsoft uses its own rdp graphics driver, that could disable a lot of stuff. Ive stopped using it long time ago.
__________________
MCFish
MCFish is offline   Reply With Quote
Old 25th May 2025, 01:12   #21236  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 483
Quote:
Originally Posted by MCFish View Post
Windows RDP? If so why dont you try some free RD just to test. Microsoft uses its own rdp graphics driver, that could disable a lot of stuff. Ive stopped using it long time ago.
I actually use Remmina from Linux to attach to my VM using the RDP protocol. I suppose I could use Spice instead of RDP. RDP should work though as it's the default for Remote Desktop Services / Terminal Services for Microsoft.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X
Ryushin is offline   Reply With Quote
Old 25th May 2025, 18:03   #21237  |  Link
MCFish
Registered User
 
MCFish's Avatar
 
Join Date: Oct 2002
Location: Norway
Posts: 48
Quote:
Originally Posted by Ryushin View Post
I actually use Remmina from Linux to attach to my VM using the RDP protocol. I suppose I could use Spice instead of RDP. RDP should work though as it's the default for Remote Desktop Services / Terminal Services for Microsoft.
Try something that doesnt use native Remote Desktop Services in windows to see if your errors go away. Like Teamviewer or Chrome remote desktop.
__________________
MCFish
MCFish is offline   Reply With Quote
Old 26th May 2025, 14:51   #21238  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 483
Quote:
Originally Posted by MCFish View Post
Windows RDP? If so why dont you try some free RD just to test. Microsoft uses its own rdp graphics driver, that could disable a lot of stuff. Ive stopped using it long time ago.
Quote:
Originally Posted by MCFish View Post
Try something that doesnt use native Remote Desktop Services in windows to see if your errors go away. Like Teamviewer or Chrome remote desktop.
Ended up getting everything to work using SPICE, so we'll see how that goes. Was going with NX but Remmina dropped NX support (NoMachine) when the library would not longer support it. So SPICE it is.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X
Ryushin is offline   Reply With Quote
Old 27th May 2025, 00:27   #21239  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 483
Quote:
Originally Posted by Ryushin View Post
Ended up getting everything to work using SPICE, so we'll see how that goes. Was going with NX but Remmina dropped NX support (NoMachine) when the library would not longer support it. So SPICE it is.
So the problem still occurs using SPICE, which attaches to the VM console and it should be as if I'm sitting in front of the computers monitor, so this is not a problem with RDP.

Atak, if you want to compile a debug version with symbols of RB I can run that until an error occurs and then hopefully you can diagnose what the problem is. Thanks much.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X
Ryushin is offline   Reply With Quote
Old 27th May 2025, 23:02   #21240  |  Link
chainring
Registered User
 
chainring's Avatar
 
Join Date: Sep 2006
Posts: 184
Ryushin,

I'm not seeing a problem like that on any of my Windows machines running RB and I'm RDP'ing into all of them except for one. The main RB machine is headless, one is my daily PC and four are solely processing nodes.j

I take it you're RDP'ing from Linux?
chainring 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 21:34.


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