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. |
|
|
Thread Tools | Search this Thread | Display Modes |
30th May 2024, 23:25 | #20701 | Link |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,888
|
Couple Years too late.
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
31st May 2024, 01:53 | #20703 | Link |
Guest
Posts: n/a
|
Problems with v1.27.3...
Just got this update, and sure enough, as others have mentioned, there is a virus type problem with both RipBot264.exe, and EncodingServer.exe, they were both quarantined, and you have to go in & restore them, so hopefully we'll only have to do that once.
So despite that, here's the changelog:- Code:
v1.27.3 Added: Encoding error logging in EncodingServer Added: EncodingClient can run custom script (EncodingClient.cmd) if EncodingServer detects an error during encoding process Added: Errors can be also viewed in EncodingClient by clicking on red server label Fixed: Randomly resetting progress in EncodingClient after restart Code:
EncodingClient can run custom script (EncodingClient.cmd) if EncodingServer detects an error during encoding process Maybe being compiled on a W7 PC, with a totally different AV app to W10 & W11 PC's.....just thinking out loud. I hope this doesn't break too may RipBot installs, out there Last edited by FTLOY; 31st May 2024 at 04:19. |
31st May 2024, 06:27 | #20704 | Link | |
Guest
Posts: n/a
|
Quote:
Strange thing, I copied the updates onto the 7950X, and had no warnings, as I did on the W11 laptop, earlier. Microsoft Safety Scanner https://learn.microsoft.com/en-us/de...o365-worldwide 148Mb download. UPDATE:- Well after all that, I loaded a job into 1.27.3, and started the encode, and got all sorts of warnings, and RipBot264.exe, and EncodingServer.exe were being quarantined, so for me, this new build is unusable Last edited by FTLOY; 31st May 2024 at 07:41. |
|
31st May 2024, 10:04 | #20705 | Link |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,888
|
Nothing new. Almost everytime I do an update some antivirus goes crazy. I do not care at this point. Probably after some weeks they will white list those updated files.
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
31st May 2024, 12:36 | #20706 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,888
|
Quote:
2) open EncodingClient.cmd in notepad 3) Add your program you want to launch. For example you can use some program to send you a notification on your phone via email or push notifications. Code:
@REM ***************************************************** @REM * * @REM * %ERRORMESSAGE% -> encoding error message * @REM * * @REM ***************************************************** @REM <INSERT YOUR SCRIPT HERE> MyProgram.exe "%ERRORMESSAGE%" For example: Code:
192.168.0.1:1000 [2024-05-30 15:09:00] JOB1/CHUNK1: encoding stalled: [13.1%] 187/1426 frames. Process automatically killed.
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
|
1st June 2024, 02:21 | #20707 | Link | |
Guest
Posts: n/a
|
Quote:
What would be the command line for that ?? (Example please, with the audio file being in the main RipBot folder) |
|
1st June 2024, 11:17 | #20709 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,888
|
Quote:
Code:
C:\RipBot264\Tools\ffmpeg\bin\ffplay.exe "C:\Windows\Media\Windows Error.wav" -autoexit -showmode 0 -loglevel 0
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
|
1st June 2024, 11:40 | #20710 | Link | |
Guest
Posts: n/a
|
Quote:
I got it to work with the .wav I want to play (of course it was a very different path) Last edited by FTLOY; 1st June 2024 at 12:18. |
|
1st June 2024, 12:24 | #20711 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,888
|
Quote:
You may use this command Code:
taskkill /IM ffmpeg.exe
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
|
1st June 2024, 12:37 | #20712 | Link | |
Guest
Posts: n/a
|
Quote:
However, when I got the command line in the correct place in the .cmd, simply double clicking on the .cmd, it played. And if it's left as is, (as shown below) the error message will be displayed as well as the sound. |
|
2nd June 2024, 07:18 | #20713 | Link | |
Registered User
Join Date: Mar 2024
Posts: 6
|
Quote:
I really didn't have time to look at what I had asked a long time ago. Please forgive me. So what I mean is using Ripbot to insert a watermark in the top right position like in this Netflix video. Would you mind telling me the steps. What scripts are supported by Ripbot. I'm a newbie in this matter so I don't really understand how to use scripts in Ripbot. Cheers, D |
|
2nd June 2024, 08:22 | #20714 | Link | |
Guest
Posts: n/a
|
Quote:
In the meantime, someone else may suggest something. |
|
2nd June 2024, 14:06 | #20715 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,888
|
Quote:
Code:
Image=ImageSource("ripbot264-ico.png",pixel_type="RGB32") Code:
#Custom ImageScalingFactor=32 #larger value = smaller image ImageTransparencyFactor=0.5 #1.0 = 0% transparency , 0.0 = 100% transparency ImageMixingMode="Blend" #Blend , Add , Subtract , Multiply , Chroma , Luma , Lighten , Darken , SoftLight , HardLight , Difference , Exclusion ImagePosition="TopRight" #TopLeft , TopRight , BottomRight , BottomLeft MarginSizeFactor=0.01 #larger value = larger shift from edges of the frame Image=ImageSource("ripbot264-ico.png",pixel_type="RGB32") ImageAlpha=ShowAlpha(Image) ImageAR=Image.width/Image.height ImageTargetWidth=Int(video.width/ImageScalingFactor) ImageTargetHeight=Int(ImageTargetWidth/ImageAR) Image=Spline36Resize(Image,ImageTargetWidth,ImageTargetHeight) ImageAlpha=Spline36Resize(ImageAlpha,ImageTargetWidth,ImageTargetHeight) MarginSize=Int(video.width*MarginSizeFactor) cond = (LCase(ImagePosition)=="topleft") ? Eval(""" ImagePosX=0+MarginSize ImagePosy=0+MarginSize """) : Eval("""""") cond = (LCase(ImagePosition)=="topright") ? Eval(""" ImagePosX=video.width-image.width-MarginSize ImagePosy=0+MarginSize """) : Eval("""""") cond = (LCase(ImagePosition)=="bottomright") ? Eval(""" ImagePosX=video.width-image.width-MarginSize ImagePosy=video.height-image.height-MarginSize """) : Eval("""""") cond = (LCase(ImagePosition)=="bottomleft") ? Eval(""" ImagePosX=0+MarginSize ImagePosy=video.height-image.height-MarginSize """) : Eval("""""") video=Overlay(video,Image,mask=ImageAlpha,x=ImagePosX,y=ImagePosY,opacity=ImageTransparencyFactor,mode=ImageMixingMode)
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper Last edited by Atak_Snajpera; 2nd June 2024 at 14:11. |
|
2nd June 2024, 14:53 | #20717 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,888
|
Quote:
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
|
2nd June 2024, 15:10 | #20719 | Link |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,888
|
2226 x 678 pixels
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
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 |
Display Modes | |
|
|