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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 2nd June 2023, 16:21   #20201  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
yep..
Atak_Snajpera is offline   Reply With Quote
Old 2nd June 2023, 20:38   #20202  |  Link
userx
Registered User
 
userx's Avatar
 
Join Date: Mar 2016
Location: Austria
Posts: 32
Quote:
Originally Posted by TDS View Post
So does this happen with every Job ??

You asked about this quite some time ago, and Reiner suggested a work around

https://forum.doom9.org/showthread.p...58#post1953258

I too, have this happen randomly, and I do what Reiner suggested...I think it's just combo of the video file, or the script, or, who knows.

Might even be a free space thing, Temp folder....

Curious you mentioned a new update, and sure enough there is one.
Yes, every job. I always add the same file types. Mkv with h264 codec but with different audio codecs.
The temp dir has enough free space left, so i don't think this is the culprit.
To be clear: This is a longrunner and wasn't introduced within the last time.
But i'm quiet a bit of lucky other users also facing the same issue and it's not just me.
userx is offline   Reply With Quote
Old 3rd June 2023, 01:30   #20203  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 1,000
Quote:
Originally Posted by userx View Post
Yes, every job. I always add the same file types. Mkv with h264 codec but with different audio codecs.
The temp dir has enough free space left, so i don't think this is the culprit.
To be clear: This is a longrunner and wasn't introduced within the last time.
But i'm quiet a bit of lucky other users also facing the same issue and it's not just me.
Does the same thing happen when using x265 ?

A suggestion that may or may not work...

Have you tried downloading the app again from page 1, and then doing all the available updates, just to get a fresh start.

If there are other users with the same problem, not many of them are posting about it

Good Luck.
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 3rd June 2023, 02:54   #20204  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 1,000
Quote:
Originally Posted by Atak_Snajpera View Post
yep..
OK, have done a couple of tests with the CMD remux, but there's an issue

This is the video info for the mkv RB encoded with some x265 commands, to inject the rpu.bin :-

Code:
HDR format : Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU, HDR10 compatible / SMPTE ST 2086, HDR10 compatible

This is what the CMD remux changed it to (lost the DV info) :-

Code:
HDR format : SMPTE ST 2086, HDR10 compatible

And this it what running the above .mkv thru tsmuxer did (retained the DV info) :-

Code:
HDR format : Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU, HDR10 compatible / SMPTE ST 2086, HDR10 compatible

So there is something in the CMD line that is removing the DV info.

using this :-

Code:
"C:\RipBot264\Tools\ffmpeg\bin\ffmpeg.exe" -y -i "%OUTPUTFILEDIR%\%OUTPUTFILENAME%.%OUTPUTFILEEXT%" -c:v copy -c:a copy -c:s copy "F:\Ripbot Encodes\%OUTPUTFILENAME%-test.m2ts" 2> "F:\Ripbot Encodes\log.txt"
Can this be changed to use tsmuxer to do the remux ??
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 3rd June 2023, 09:06   #20205  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Are you using latest version of tsmuxer or my old included in ripbot?
Atak_Snajpera is offline   Reply With Quote
Old 3rd June 2023, 09:44   #20206  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 1,000
Quote:
Originally Posted by Atak_Snajpera View Post
Are you using latest version of tsmuxer or my old included in ripbot?
I'm using a very recent nightly build, there's a newer one dated 01-06-23 that I might grab, but yeah.

https://www.videohelp.com/software/tsMuxeR
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 3rd June 2023, 09:48   #20207  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
How does your workflow look like when dealing with DV?
How do you extract rpu.bin? What tool?
What is command line?
Atak_Snajpera is offline   Reply With Quote
Old 3rd June 2023, 09:57   #20208  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 1,000
Quote:
Originally Posted by Atak_Snajpera View Post
How does your workflow look like when dealing with DV?
How do you extract rpu.bin? What tool?
What is command line?
That's a complicated question to answer...

I started using DDVT to extract the rpu from a DV video, but I have been trying a different way using DoVi which has multiple menu's & options depending on what you want to do.

I know that DDVT uses DoVi, and it's all pretty new to me, and I am following some great instructions from another user.

I've also started using Da Vinci to convert HDR10, to either HDR10+, and or Dolby Vision compatible clips...

Would you like some .pdf's of instructions ??
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 3rd June 2023, 10:04   #20209  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Well I was expecting something like...
ExtractRPU.exe video.mkv rpu.bin
InjectRPU.exe rpu.bin video.mkv
Atak_Snajpera is offline   Reply With Quote
Old 4th June 2023, 17:26   #20210  |  Link
avinewbie
Registered User
 
Join Date: Dec 2010
Posts: 28
Ripbot says no Avisyth installed

Hi
I have been using RipB with good effect for some time but today It has stopped.
I hope someone can point me a fix.

RipB today ran an update and after this update it says Avisynth is not installed!
The update log does not show any errors I can see.


AVSPmod runs fine and Version() gives-
AVS+ 3.7.3( r3973,3.7,)

How can I help Ripbot "see" the avisynth plus installed on my PC( win 7 64bit)
Prior to this update Ripbot was working fine.
Many Thanks
Avinewbie
avinewbie is offline   Reply With Quote
Old 4th June 2023, 17:27   #20211  |  Link
avinewbie
Registered User
 
Join Date: Dec 2010
Posts: 28
i have tried running it as admin and tried restart PC also
avinewbie is offline   Reply With Quote
Old 4th June 2023, 18:37   #20212  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 1,000
Quote:
Originally Posted by avinewbie View Post
i have tried running it as admin and tried restart PC also
Generally RipBot installs Avisynth itself...

You should be able to install it manually from the Avisynth folder, in the Tools folder of RipBot.
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 4th June 2023, 21:31   #20213  |  Link
avinewbie
Registered User
 
Join Date: Dec 2010
Posts: 28
Quote:
Originally Posted by TDS View Post
Generally RipBot installs Avisynth itself...

You should be able to install it manually from the Avisynth folder, in the Tools folder of RipBot.
Hi TDS

The odd thing is RB was working fine till the update so it had access to avisynth+ then. Currently it does not but avisyth+ is installed as before and works for AVSPMod.

The message windows that pops up:
advises to download AVS+ from the link
it also says HAALI splitter is installed.
avinewbie is offline   Reply With Quote
Old 5th June 2023, 01:09   #20214  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Quote:
Originally Posted by Atak_Snajpera View Post
This small app written in Delphi is specially for people looking for something simple without exotic filters and unnecessary settings.



Download
.7z -> https://www.mediafire.com/file/z0p8i...1.26.0.7z/file

. . .

Changelog
Code:
v1.26.0
Added: Work Hours (automatic encoding within selected hours)
Added: Automatic track name extraction
Added: VP9 decoding
Changed: Script won't be re-analyzed if there was no change
Changed: Multiple jobs can be now removed at once
Fixed: Correct colorimetry for DVD sources (ntsc->smpte170m,pal->bt470bg)
Fixed: --ctu,--mrange,--min-keyint,--keyint switches won't be automatically inserted to command line if user specified own values for those options
Fixed: Output speed option not working correctly with FLAC files
Fixed: Typo in encoding command line if "Use Fast First Pass in 2-pass mode" was unchecked
[FULL LOG]
6c966b28-e0dd-48f6-b1c7-a56e8a275ec0
Hello to you atak-snajpera,

I just did a fresh install of Windows 10 x64 and did the update.
It seems that the AviSynth script "EnhanceFineDetails.avs" is missing during the update...
It may be an oversight or a desire to have removed it because it is very useful to me.

Thank you, friend.

Attached Images
 
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.
frencher is offline   Reply With Quote
Old 5th June 2023, 01:22   #20215  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 1,000
Quote:
Originally Posted by avinewbie View Post
Hi TDS

The odd thing is RB was working fine till the update so it had access to avisynth+ then. Currently it does not but avisyth+ is installed as before and works for AVSPMod.

The message windows that pops up:
advises to download AVS+ from the link
it also says HAALI splitter is installed.
I know what the pop message says..

Did you follow up on my suggestion to install it manually ??

Go here :-

"x:\RipBot264\Tools\AviSynth\Install.cmd"
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 5th June 2023, 06:41   #20216  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 1,000
Quote:
Originally Posted by Atak_Snajpera View Post
Let me know when ffmpeg has non-experimental 8 channel truehd encoder... the same story with DTS-MA.
I think I've found a simple way to convert THD 7.1 to E-AC3 7.1...

Before (original) THD info :-

Code:
Format                                   : MLP FBA 16-ch
Format/Info                              : Meridian Lossless Packing FBA with 16-channel presentation
Commercial name                          : Dolby TrueHD with Dolby Atmos
Codec ID                                 : A_TRUEHD
Duration                                 : 53 min 7 s
Bit rate mode                            : Variable
Bit rate                                 : 3 565 kb/s
Maximum bit rate                         : 6 144 kb/s
Channel(s)                               : 8 channels
Channel layout                           : L R C LFE Ls Rs Lb Rb
Sampling rate                            : 48.0 kHz
Frame rate                               : 1 200.000 FPS (40 SPF)
Compression mode                         : Lossless
Stream size                              : 1.32 GiB (7%)
Title                                    : TrueHD Atmos 7.1
Language                                 : English
Default                                  : Yes
Forced                                   : No
Number of dynamic objects                : 15
Bed channel count                        : 1 channel
Bed channel configuration                : LFE
After "conversion" :-

Code:
Format                                   : E-AC-3
Format/Info                              : Enhanced AC-3
Commercial name                          : Dolby Digital Plus
Codec ID                                 : A_EAC3
Duration                                 : 53 min 7 s
Bit rate mode                            : Constant
Bit rate                                 : 1 024 kb/s
Channel(s)                               : 8 channels
Channel layout                           : L R C LFE Ls Rs Lb Rb
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Compression mode                         : Lossy
Stream size                              : 389 MiB (2%)
Language                                 : English
Service kind                             : Complete Main
Default                                  : Yes
Forced                                   : No
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 5th June 2023, 10:24   #20217  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Quote:
Originally Posted by frencher View Post
Hello to you atak-snajpera,

I just did a fresh install of Windows 10 x64 and did the update.
It seems that the AviSynth script "EnhanceFineDetails.avs" is missing during the update...
It may be an oversight or a desire to have removed it because it is very useful to me.

Thank you, friend.

Use Sharpen option in ripbot. IT does the same.
Atak_Snajpera is offline   Reply With Quote
Old 5th June 2023, 22:05   #20218  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
OK thank, RipBot264 fast change, good news
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.
frencher is offline   Reply With Quote
Old 8th June 2023, 14:08   #20219  |  Link
activoice
Registered User
 
Join Date: Sep 2017
Posts: 17
So there seems to be a bug recently introduced with Ripbot, I've noticed that it's doubling up the subtitles when used in batch mode with Remux Subs set to ON


So if the source file contains a single SRT sub, the output now contains that same subtitle twice.

If the source file contains 2 subs for example English, and English SDH, the output file ends up containing 2 of each of those.


I've checked the job* folder and only 1 of each sub appears there.

It looks like the issue is with the creation of
job1_MuxFiles.json

That file shows the X265 file, the Audio file, and the SRT file twice


[
"-o",
"C:\\temp\\outputfile.mkv",
"--compression",
"0:none",
"--default-duration",
"0:24000/1001fps",
"C:\\Temp\\RipBot264temp\\job1\\video.265",
"--compression",
"0:none",
"--default-track",
"0:yes",
"--language",
"0:eng",
"C:\\Temp\\RipBot264temp\\job1\\Encoded_Audio_1.eac3",
"--default-track",
"0:no",
"--language",
"0:eng",
"-s",
"0",
"-D",
"-A",
"C:\\Temp\\RipBot264temp\\job1\\2_subtitles_English.srt",
"--default-track",
"0:no",
"--language",
"0:eng",
"-s",
"0",
"-D",
"-A",
"C:\\Temp\\RipBot264temp\\job1\\3_subtitles_English_DELAY1871ms.srt",
"--default-track",
"0:no",
"--language",
"0:eng",
"-s",
"0",
"-D",
"-A",
"C:\\Temp\\RipBot264temp\\job1\\2_subtitles_English.srt",
"--default-track",
"0:no",
"--language",
"0:eng",
"-s",
"0",
"-D",
"-A",
"C:\\Temp\\RipBot264temp\\job1\\3_subtitles_English_DELAY1871ms.srt"
]
activoice is offline   Reply With Quote
Old 9th June 2023, 13:52   #20220  |  Link
-QfG-
QfG Group Germany
 
-QfG-'s Avatar
 
Join Date: Oct 2018
Location: Germany
Posts: 245
Quote:
Originally Posted by TDS View Post
but you can inject them with x265 as well, so that would save an extra step in the process.
This is really easy and Atak_Snajpera must implate only a button "Choose RPU File". The command-line for the x265 Encoder is:

Code:
--dolby-vision-profile 8.1 --dolby-vision-rpu "B:\_RIPPING\Dolby Vision Tool\RPU.bin"
where "B:\_RIPPING\Dolby Vision Tool\RPU.bin" is now the variable from the choosen RPU. In this case, the RPU must be a valid Profile 8 RPU!
Or simply use a custom line and add this commandline there.

Last edited by -QfG-; 9th June 2023 at 13:56.
-QfG- 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


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 07:30.


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