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 |
![]() |
#21161 | Link |
Registered User
Join Date: Jan 2025
Posts: 69
|
I am interested in using this obscure utility to post process an encode by opening FFMPEG to re-encode to a different container that RipBot does not support.
Code:
Job finished successfully.cmd How to specify the actual file to be used, and could it be set up to run a series of processes without having to change it for every encode ? I can manually run that .cmd, and it does the desired process, but getting it automated is the question here... ![]() ![]() This is the first part of the command line.. Code:
"C:\RipBot264\Tools\ffmpeg\bin\ffmpeg.exe" -i "D:\xxxxx.mkv" -c:v.... Last edited by TR-7970X; 25th February 2025 at 01:11. |
![]() |
![]() |
![]() |
#21162 | Link |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,929
|
Code:
@REM ************* SUPPORTED EXTRA VARIABLES ************* @REM * * @REM * %RIPBOT264TEMP% -> e.g. C:\Temp\Ripbot264temp * @REM * %JOB% -> e.g. Job1 * @REM * %INPUTFILEDIR% -> e.g. C:\InputVideoFiles * @REM * %OUTPUTFILEDIR% -> e.g. C:\OutputVideoFiles * @REM * %INPUTFOLDERNAME% -> e.g. InputVideoFiles * @REM * %OUTPUTFOLDERNAME% -> e.g. OutputVideoFiles * @REM * %INPUTFILENAME% -> e.g. InputVideoFile * @REM * %OUTPUTFILENAME% -> e.g. OutputVideoFile * @REM * %INPUTFILEEXT% -> e.g. avi * @REM * %OUTPUTFILEEXT% -> e.g. mkv * @REM * %YEAR% -> e.g. 2019 * @REM * %MONTH% -> e.g. 01 * @REM * %DAY% -> e.g. 31 * @REM * %HOUR% -> e.g. 23 * @REM * %MINUTE% -> e.g. 59 * @REM * %SECOND% -> e.g. 00 * @REM * %MILLISECOND% -> e.g. 999 * @REM * * @REM ***************************************************** @REM <INSERT YOUR SCRIPT HERE> "C:\RipBot264\Tools\ffmpeg\bin\ffmpeg.exe" -i "%OUTPUTFILEDIR%\%OUTPUTFILENAME%.%OUTPUTFILEEXT%" -c:v....
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
![]() |
![]() |
![]() |
#21163 | Link | |
Registered User
Join Date: Jan 2025
Posts: 69
|
Quote:
FFMPEG can do a LOT more stuff that what RB has it doing...video & audio ! And speaking of audio, the latest auto update has addressed the "core" option from ripped disks.. Last edited by TR-7970X; 25th February 2025 at 01:14. |
|
![]() |
![]() |
![]() |
#21165 | Link | |
Registered User
Join Date: Jan 2025
Posts: 69
|
Quote:
And I think you will find it's NOT a default setting, you need to add it to the command line. |
|
![]() |
![]() |
![]() |
#21166 | Link | |
Registered User
Join Date: Mar 2014
Posts: 13
|
Quote:
At least on my system, it does default to zero if I don't define it, which by default it isn't getting defined since my guess is I already had encoding server settings define. |
|
![]() |
![]() |
![]() |
#21167 | Link |
Registered User
Join Date: Mar 2011
Posts: 478
|
Universal X86 Tuning Utility
I built a mini PC for an end user and the AMD Ryzen processor was spinning the fan too much. I used the trick in power settings to lower the percentage to 95% and that seem to work keeping fan ramping up too much. Even using Ryzen Master and setting Eco mode didn't help much.
But I also stumbled upon a nice little program call Universal X86 Tuning Utility which was originally made to tune Ryzen processor. I installed it, set Eco and it was perfect. Very nice little program. I thought it might help others with under or over clocking their processors: https://amdaputuningutility.com/ https://github.com/JamesCJ60/Univers...Tuning-Utility
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X |
![]() |
![]() |
![]() |
#21168 | Link |
Registered User
Join Date: Aug 2014
Posts: 27
|
Any idea why in distributed encoding some frames are strangely skipped and not encoded?
https://images2.imgbox.com/98/92/6zJ4qY1k_o.png |
![]() |
![]() |
![]() |
#21169 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 181
|
Quote:
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X |
|
![]() |
![]() |
![]() |
#21170 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,929
|
Quote:
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
|
![]() |
![]() |
![]() |
#21171 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 181
|
Quote:
I'll test with both power plans I have setup, full bore and also on all my ryzens I have my balanced plans set to boost mode disabled that I talked about back a couple months ago.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X |
|
![]() |
![]() |
![]() |
#21173 | Link |
Registered User
Join Date: Aug 2014
Posts: 27
|
I'll try High performance and not to minimize that Encoding client window. Will see whether it helps.
Btw, in Windows 11, High performance might not be there, but this Powershell command restores it: Code:
powercfg /s SCHEME_MIN Another question. I hate the way how 4K HDR material looks so dark on my screen. I prefer the way how it looks in 1080p SDR blu-ray. I have used "Tonemap" option to convert HDR to SDR, but the ripped content still looks clearly darker than if it were ripped from 1080p blu-ray disc. Are there any settings in Ripbot what could tweak the brightness the way it would look like 1080p blu-ray disc rip? Last edited by Juha; 9th March 2025 at 15:22. |
![]() |
![]() |
![]() |
#21174 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,929
|
Quote:
Open HDRtoSDR.avs in notepad and change that value in red. Code:
Function HDRtoSDR(clip video,string "Transfer") { source=video Transfer = Default(Transfer,"") cond = (Transfer=="PQ") ? Eval(""" video=ConvertYUVtoXYZ(video,Color=0,HDRMode=0,OOTF=false,OutputMode=2,threads=1) video=ConverXYZ_BT2446_C_HDRtoSDR(video,PQMode=true,Lhdr=50000.0,Lsdr=100.0,pColor=0,pct_ref=0.6,pct_ip=0.6,pct_wp=1.0,pct_sdr_skin=1.0,pct_hdr_skin=0.44,threads=1) video=ConvertXYZtoYUV(video,Color=2,pColor=0,OOTF=false,threads=1) video=ConvertBits(video,8) """) : Eval("""""")
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper Last edited by Atak_Snajpera; 9th March 2025 at 16:35. |
|
![]() |
![]() |
![]() |
#21175 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 181
|
Quote:
I'm going to change my server scripts to minimize all of them for now and just see over the next couple of weeks if it returns and report back....
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X |
|
![]() |
![]() |
![]() |
#21176 | Link |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 181
|
One thing I have just noticed, is on my 3 Intel Boxes (Ryzens are fine) with the server window minimized, performance is basically cut in half. This picture of the encoding server window shows the difference when I brought the window back to the desktop. the FPS started jumping up as well as soon as i did that. Very strange indeed. The 3 intels are a 13500,14500, and 14700. I also have "/priority normal" in all the start parameters on all 14 systems. Will have to look into what is killing performance on these when minimiized. (probably something with e and p core crap)
https://drive.google.com/file/d/1Ij6...ew?usp=sharing Looks like maybe a windows 11update issue according to this: https://www.laptopmag.com/software/e...-means-for-you
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X Last edited by rlev11; 9th March 2025 at 18:28. Reason: add more info |
![]() |
![]() |
![]() |
#21177 | Link | |
Registered User
Join Date: Aug 2014
Posts: 27
|
Quote:
Thanks for reply. I made some digging and testing, and found another tool that allows to convert HDR to SDR by using "Mobius" algorithm. That method produced almost exactly the same looking picture as if the source were a regular 1080p blu-ray disc. It should probably be possible to use that on Ripbot as well as it's an ffmpeg command. But how? I couldn't properly add that command. Last edited by Juha; 9th March 2025 at 22:12. |
|
![]() |
![]() |
![]() |
#21178 | Link | |
Registered User
Join Date: Jan 2025
Posts: 69
|
Quote:
https://ericswpark.com/blog/2022/202...rt-hdr-to-sdr/ It compares Mobius with Hable & Reinhard, and the OP prefers Hable. Another:- https://www.binarytides.com/convert-...oogle_vignette lots of ads ![]() Maybe FFMPEG is better at this HDR to SDR conversion than Avisynth ![]() There might be a way to add an FFMPEG function after RipBot has done its process, but you'd probably not do the HDR to SDR with RB, and let FFMPEG do it. You could also possibly use VapourSynth. Last edited by TR-7970X; 10th March 2025 at 02:17. |
|
![]() |
![]() |
![]() |
#21179 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,929
|
Quote:
https://forum.doom9.org/showthread.p...74#post1893674
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
|
![]() |
![]() |
![]() |
#21180 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,929
|
Quote:
__________________
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 | |
|
|