View Full Version : RipBot264 v1.18.3 - Simple and easy to use GUI -> IPOD . PSP . CONSOLES . BLURAY
byteshare
24th November 2017, 19:38
Hi. I have a problem with 1.21, all mp4 files i throw at it fail after copying the file to the shared folder (right at the start of encoding), with
Exception EFOpenError in module EncodingClient.exe at 000241AE. Cannot open file "c:\temp\ripbot264temp\job1\info.txt". The system cannot find the file specified.
This happens with all mp4s, and only with mp4s. If i throw mkvs at it, it works fine. I took a look at the mp4getinfo.cmd that gets created in the job folder, and there is an issue with it (at least with it, havent checked others). The command it runs, if i run it at the command line, outputs its result to the console, not the file. If i add "2>&1" at the end of it, then it sends its output to the file. I assume the info.txt file is then created from info taken from the mp4info.txt file, and this is the root cause of the problem.
Example:
(from mp4getinfo.cmd)
"D:\Desktop\RipBot264\Tools\mp4box\mp4box.exe" -info "E:\OldJ\conv\FILE.mp4" >> "C:\Temp\RipBot264temp\job1\mp4info.txt"
results in a 0 byte mp4info.txt (and a missing info.txt).
but running instead
"D:\Desktop\RipBot264\Tools\mp4box\mp4box.exe" -info "E:\OldJ\conv\FILE.mp4" >> "C:\Temp\RipBot264temp\job1\mp4info.txt" 2>&1
creates a proper mp4info.txt file.
Apparently mp4box is outputing to stderr instead of stdout, even if its normal output (there is no error, the file is perfectly fine).
Again, this happens on ALL mp4 files i throw at it. I'm running the program as downloaded from the first post. This did not happen with 1.20.1.
Thanks for a great piece of software.
fK
I've had issues with info file before, as a temporary work around and maybe some insight to the issue, try:
Go into the AviSynth settings for an encode, Click okay, don't need to change anything.
This will trigger the regenerating of the info.txt. See if that makes the info file for you.
GZZ
25th November 2017, 17:11
Trying to do some HDR encoding, but your AVS script is killing it. Event though I choose Main10 and add these extra settings for x265 "--hdr --hdr-opt --colorprim "bt2020" --transfer 16" you are using "colorspace="YV12" in your AVS file after the ffindex file.
If I run the AVS file with the above colorspace it outputs 8 bit:
E:\Temp\RipBot264temp\job1\job1.avs: 3840x1608, YV12, 8-bits, progressive, 24000/1001 fps, 192703 frames
But If I remove colorspace conversion it outputs 10 bit and my HDR is working.
E:\Temp\RipBot264temp\job1\job1.avs: 3840x1608, YUV422P10, 10-bits, progressive, 24000/1001 fps, 192703 frames
But how can I turn this off in Ripbot, at the moment I have to do some manuel steps to get it working?
Update: Also had to set this parameter for AVS2YUV to preserve YUV422P10 (or else it got converted to YUV420p10). Parameter: -csp I422
Calimero1609
26th November 2017, 11:32
@Atak_Snajpera
the update server is no longer available
2017-11-26 11:16:04 : =========================[UPDATER ACTIVATED]=========================
2017-11-26 11:16:04 : Looking for correct UUID link in http://atak-snajpera.5v.pl/
2017-11-26 11:16:05 : [ERROR] http://atak-snajpera.5v.pl/ does not have correct UUID link 6c966b28-e0dd-48f6-b1c7-a56e8a275ec0
2017-11-26 11:16:05 : Searching for UUID link with DuckDuckGo...
2017-11-26 11:16:06 : Search results...
2017-11-26 11:16:06 : No results.
http://atak-snajpera.5v.pl/
--> The page you are looking for or an alias does not exist
jlpsvk
28th November 2017, 01:18
@Atak_Snajpera
Any chance to have HDR -> SDR conversion incorporated? :)
forkicks
28th November 2017, 10:30
I've had issues with info file before, as a temporary work around and maybe some insight to the issue, try:
Go into the AviSynth settings for an encode, Click okay, don't need to change anything.
This will trigger the regenerating of the info.txt. See if that makes the info file for you.
I did as you suggested, and the info.txt gets created after opening and closing the avisynth settings. Then, when the process actually starts, its gone and the same error happens.
Thank you for your time,
fK
Edit: Ripbot picked up a new update today, 1.21.1, and this has fixed my problem. Cheers!
byteshare
30th November 2017, 16:17
@Atak_Snajpera
Would the new chunk support in HEVC Version 2.6+ possibly help RipBot?
Basic support for segmented (or chunked) encoding added with --vbv-end that can specify the status of CPB at the end of a segment. String this together with --vbv-init to encode a title as chunks while maintaining VBV compliance!
http://x265.readthedocs.io/en/default/releasenotes.html
Thought about it more, I guess this would only help if not doing anything with AVISynth?
sneaker_ger
30th November 2017, 22:40
Doesn't matter if source is AviSynth or not.
byteshare
1st December 2017, 19:21
Doesn't matter if source is AviSynth or not.
I suppose it wouldn't matter if you cut the video into chunks for AVISynth, mux it all back together then let HEVC to do its own thing for DE mode, but I don't know how feasible that is right now.
mdchaser
3rd December 2017, 01:33
Hi, I'm experiencing something interesting after reloading my PC. I am running the latest version and installed the pre-reqs. I can encode blu-ray to mkv just fine but the output gives me a black screen with audio... I can use VLC to play it fine but other players won't display the video stream!
Thanks!
sneaker_ger
3rd December 2017, 16:35
What other players? Are you encoding to HEVC or AVC 10 bit and your system codecs don't support it (but VLC does because it has its own decoders built-in)?
mdchaser
3rd December 2017, 20:18
What other players? Are you encoding to HEVC or AVC 10 bit and your system codecs don't support it (but VLC does because it has its own decoders built-in)?
The built in windows 10 tv & movies app. It's always worked before and I was under the impression that MS had included h.265 support. I can play all of the older video files I've encoded so I'm wondering if I missed a prerequisite program or if something needs to be updated in windows... I'm encoding HEVC like I've always done, I'll double check my settings to make sure nothing was changed though.
Atak_Snajpera
3rd December 2017, 20:25
https://www.anandtech.com/show/12106/hevc-and-the-windows-10-fall-creators-update
mdchaser
3rd December 2017, 20:38
https://www.anandtech.com/show/12106/hevc-and-the-windows-10-fall-creators-update
Thank you sir!
activoice
3rd December 2017, 22:24
Edit - Fixed this myself... I had to download the full 64 bit AviSynth+ installer from Videohelp, and install that.. I assume that it probably made some change to the registry.
I have Ripbot264 working on 3 of 4 PC's, but I cannot figure out what is wrong with the 4th PC...
All settings are the same, I even tried deleting the Ripbot, AviSynth and AviSynth+ folders, and copying my Ripbot, and AVISynth folders from a working PC to the non-working PC and still nothing...
If I try to run Ripbot standalone on the problem PC, it completes demuxing the audio stream, but while Demuxing the video stream I see Decoding Error. (but there is no indication anywhere what this error is)
And if I try running the Encoding Server (it displays the AviSynth version at the bottom as AviSynth+ 0.1(r2508, MT, x86_64) but I get the following error when I click the ON button for that server from the primary PC
Encoding started...
""\\primary\Ripbot264temp\tools\avs2yuv\avs2yuv.exe" -seek 118 "\\primary\RipBot264temp\job1\Chunks\42.avs" -o - | "\\primary\Ripbot264temp\tools\x265\x265_x64.exe" --crf 22 --fps 24000/1001 --min-keyint 24 --keyint 240 --frames 2690 --sar 1:1 --profile main10 --output-depth 10 --y4m --output "\\primary\RipBot264temp\job1\Chunks\42.265" -"
error: failed to load avisynth.dll
x265 [error]: unable to open input file <->
Encoding terminated.
Connection Closed Gracefully.
I am assuming that both problems are probably being caused by AviSynth... but no idea how to fix it. Any ideas?
Everything was working fine before I updated to the latest version.
mdchaser
3rd December 2017, 23:59
Edit - Fixed this myself... I had to download the full 64 bit AviSynth+ installer from Videohelp, and install that.. I assume that it probably made some change to the registry.
I have Ripbot264 working on 3 of 4 PC's, but I cannot figure out what is wrong with the 4th PC...
All settings are the same, I even tried deleting the Ripbot, AviSynth and AviSynth+ folders, and copying my Ripbot, and AVISynth folders from a working PC to the non-working PC and still nothing...
If I try to run Ripbot standalone on the problem PC, it completes demuxing the audio stream, but while Demuxing the video stream I see Decoding Error. (but there is no indication anywhere what this error is)
And if I try running the Encoding Server (it displays the AviSynth version at the bottom as AviSynth+ 0.1(r2508, MT, x86_64) but I get the following error when I click the ON button for that server from the primary PC
Encoding started...
""\\primary\Ripbot264temp\tools\avs2yuv\avs2yuv.exe" -seek 118 "\\primary\RipBot264temp\job1\Chunks\42.avs" -o - | "\\primary\Ripbot264temp\tools\x265\x265_x64.exe" --crf 22 --fps 24000/1001 --min-keyint 24 --keyint 240 --frames 2690 --sar 1:1 --profile main10 --output-depth 10 --y4m --output "\\primary\RipBot264temp\job1\Chunks\42.265" -"
error: failed to load avisynth.dll
x265 [error]: unable to open input file <->
Encoding terminated.
Connection Closed Gracefully.
I am assuming that both problems are probably being caused by AviSynth... but no idea how to fix it. Any ideas?
Everything was working fine before I updated to the latest version.
Did you install the Visual C++ 2015 redistributable? I believe I had the same issue until installing it...
activoice
4th December 2017, 05:14
Did you install the Visual C++ 2015 redistributable? I believe I had the same issue until installing it...
Yes the full installer included that...
nekrosoft13
4th December 2017, 15:56
Hello Atak
I ran into an issue that sometimes even when job has AR of 4:3, the resulting video ends up being 16:9
Here is job.ini
it clearly says 4:3 or 1,33:1
[JobSettings]
SelectedCodec=hevc
VideoFile=C:\Kodi Hive\Drive 7\Hive\Animated\Transformers\Season 1\Transformers - S01E01 - More Than Meets The Eye (1).mkv
VideoCodec=mpeg2
VideoWidth=720
VideoHeight=480
VideoAspectRatio=4:3
VideoProfile=[MA10 x.x] 10bit . Progressive
SourceFPS=29.97
MovieFPS=29.97
FPSinGUI=29.97
SourceNumberOfFrames=40086
SourceMovieLength=1337.53753753754
CurrentMovieLength=1337.53753753754
SourceAudioLength=1337.568
SourceAudioLength2=0
Frames=40086
Duration=0:22:17.538
Mode=1-Pass
kbps=2000
SelectedAudio=1
AudioFile=D:\Temp\RipBot264temp\job441\1_audio_English.ac3
AudioFile2=--------------------[NO AUDIO]--------------------
AudioFileSize=74903808
AudioFileSize2=0
AudioCodec=ac3
AudioCodec2=
AudioBPS=448000
AudioBPS2=
AudioProfile=x.x C O P Y S T R E A M
AudioProfile2=
Frequency=48000
Frequency2=
Channels=6
Channels2=
DurationAudio=0:22:17.568
DurationAudio2=
AudioLength=1337.568
AudioLength2=0
Normalize=OFF
Normalize2=OFF
AudioDelay=0
AudioDelay2=0
AudioAmplification=1
AudioAmplification2=1
AudioLang=[eng] English
AudioLang2=
Output=C:\Kodi Hive\Drive 3\Transformers - S01E01 - More Than Meets The Eye (1).mkv
Container=mkv
LockSize=0
Size=392
Deinterlace=TFF -> 29.97 FPS
Crop=Do not crop
CropTop=0
CropBottom=0
CropLeft=0
CropRight=0
Resize=Custom [1,33:1]
ResX=1440
ResY=1080
Decimate=Do not decimate
Levels=Do not change levels
Colors=Do not change colours
hue=0
sat=1.0
bright=0
cont=1.0
subtitles=Do not render subtitles
subtitleFileSize=0
path=
Denoise=MDegrain2 + HQDN3D
DenoiseLumaNoise=6
DenoiseChromaNoise=2
AssumeFPS=Do not change
Default_Subtitles=NONE
Forced_Subtitles=NONE
but what I end up getting is this
Video
ID : 1
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L4@Main
Codec ID : V_MPEGH/ISO/HEVC
Duration : 22 min 17 s
Bit rate : 2 014 kb/s
Width : 1 440 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 (30000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.043
Stream size : 321 MiB (82%)
Writing library : x265 2.5+58-06979c042350:[Windows][GCC 7.2.0][64 bit] 10bit
Encoding settings
any idea how to resolve this in batch mode?
Atak_Snajpera
4th December 2017, 16:55
I strongly recommend to keep original resolution. Upscaling DOES NOT magically add details to image like in C.S.I. show. You are just artificially increasing bitrate/filesize big time! Upscalers in TVs are already very good so upscalling before encoding makes zero sense in 2017.
PS. 1440x1080 in Blu-Ray , HDTV or Camcorder world is always 16:9, therefore RipBot264 automatically uses 16:9 aspect ratio.
nekrosoft13
4th December 2017, 19:13
original files are mpeg2 with huge bitrate, file size is 900-1000MB, re-encoded files end up looking better (thanks to noise removal) and are 200-300mb, so both bitrate and filesize drops.
Anyway, how can I stop it from assuming and actually just follow the correct AR?
Atak_Snajpera
4th December 2017, 20:08
Bitrate will be even lower if you keep original 720x480.
byteshare
8th December 2017, 17:36
@Atak_Snajpera
I think I found an issue(s)...
In the #:\Temp\RipBot264temp\Job##\Chunks\CombineAllChunks.cmd file my install (latest updates, forced a recheck to be sure) I found that it is pointing to "vjoin_.exe"
When I looked in the vjoin folder I found only "vjoin.exe" I copied the vjoin and renamed it to the file it wanted.
Second issue is with remuxed BluRays anytime there is a sub file (even if I didn't select one to be muxed back in) the remux process is erroring out, see log:
E:\>"E:\!0-Trans\!2Tools\RipBot264v1.21.0\EncodingClient.exe" "E:\Temp\RipBot264temp\job1\job1_EncodingClient.meta"
E:\>"E:\!0-Trans\!2Tools\RipBot264v1.21.0\tools\mkvtoolnix\mkvmerge.exe" -o "C:\Merge Audio&Video\A\MOONRAKER_t29 Cable Car [Deinterlace].mkv" --compression 0:none --title "MOONRAKER_t29 Cable Car [Deinterlace]" --default-duration 0:30000/1001fps "E:\Temp\RipBot264temp\video.265" --compression 0:none --language 0:eng "E:\Temp\RipBot264temp\job1\Encoded_Audio_1.opus" --default-track 0:no --language 0:ita -s 0 -D -A "E:\Temp\RipBot264temp\job1\2_subtitles_Italian.idx" --default-track 0:no --language 0:spa -s 0 -D -A "E:\Temp\RipBot264temp\job1\3_subtitles_Spanish.idx" --default-track 0:no --language 0:gaa -s 0 -D -A "E:\Temp\RipBot264temp\job1\4_subtitles_Hungarian.idx" --default-track 0:no --language 0:por -s 0 -D -A "E:\Temp\RipBot264temp\job1\5_subtitles_Portuguese.idx" --default-track 0:no --language 0:und -s 0 -D -A "E:\Temp\RipBot264temp\job1\6_subtitles_Undetermined.idx"
mkvmerge v18.0.0 ('Apricity') 32-bit
Error: The file 'E:\Temp\RipBot264temp\job1\2_subtitles_Italian.idx' could not be opened for reading: open file error.
It is looking for a *.IDX file when it shouldn't. SUP subs from BluRays don't have IDX files I thought. I checked with MKVExtract and I only get .sup files out.
Atak_Snajpera
8th December 2017, 18:50
Issue #2
Please tell me step by step what to do to force this bug.
byteshare
8th December 2017, 22:42
Issue #2
Please tell me step by step what to do to force this bug.
I can send you a sample file but All I do is add the file > Setup HEVC/AVISynth settings > uncheck audio and don't check any subs just let it auto pick when doing batch (remux subs). After encode finishes and tries to mux is when it errors out.
Atak_Snajpera
8th December 2017, 22:54
I can send you a sample file but All I do is add the file > Setup HEVC/AVISynth settings > uncheck audio and don't check any subs. After encode finishes and tries to mux is when it errors out.
Yes, please...
GZZ
9th December 2017, 19:56
Getting an error in the Avisynth Filter If I choose Mono Noise 2 - See screenshot: https://www.dropbox.com/s/czdxzc5s1v51p8e/Unavngivet.png?dl=0
Using the newest 1.20.1 version.
00-00
10th December 2017, 02:31
Having an issue with audio in batch mode on version 1.21.0. When I batch add files they have no audio, either in the preview, in the encoding settings audio bar - it simply says 'No Audio', and the finished files have no audio either. if I add them manually one by one though they do have audio. I've tried earlier versions and they don't have this problem and audio works OK.
I have been using .m2ts files for this, hope someone can help!
:thanks:
PetBel
13th December 2017, 09:54
Since a few weeks I have Problems with RipBot (with local and distributed encoding), so i decided to make tests on a PC with a clean Windows installation and only RipBot and the needed Software on it. But I still have Problems.
Here is a step by step description:
- clean Windows 10 Installation with all updates
- Download ripbot 1.21.0 and install Avisynth from Tools Directory
- install latest Java and MediaSplitter
- Update Ripbot to 1.21.1 with auto updater
- add a m2ts file from a BD iso Image (I use one that i have already encoded with an earlier Version of RipBot, so I am sure the source is ok)
The result is an empty "New Job" window with the message "Decoding Error" in the top right Corner.
Is there any log I can check to get more information about what is wrong?
JASAN
15th December 2017, 20:12
Hi again Atak, Is this a false positive? Encodingserver.exe is prompting windows defender to put up a virus warning.
Ryushin
17th December 2017, 15:29
Just wondering if encoding 4K/UHD is possible? I know mkv does not have support for Dolby Vision, but it does for HDR10. Does RipBot264 pass through the HDR10 information to the MKV? What about passing through Dolby Atmos?
I have a UHD friendly drive coming today and about half of my 4K discs can be ripped. I'd like to start encoding them to put on my NAS. MakeMKV lets me convert the disc into a native file and AnyDVDHD is adding support to rip the discs to a folder.
Pretty excited to finally put my 4K discs up on my server.
slalom
17th December 2017, 16:25
@Atak
what about these errors?
FFVideoSource: No video track found
FFAudioSource: No audio track found
Ryushin
17th December 2017, 17:50
Just found out about chapterdb.org and I think it is a pretty cool idea.:
http://www.chapterdb.org
Atak, do think it's possible to integrate this into RipBot264? There is an API for it.
Atak_Snajpera
17th December 2017, 18:46
Just wondering if encoding 4K/UHD is possible? I know mkv does not have support for Dolby Vision, but it does for HDR10. Does RipBot264 pass through the HDR10 information to the MKV?
Send me few HDR10 samples and I will implement pass through in ripbot264.
Just found out about chapterdb.org and I think it is a pretty cool idea.:
http://www.chapterdb.org
Atak, do think it's possible to integrate this into RipBot264? There is an API for it.
honestly i'm not interested...
Ryushin
22nd December 2017, 00:26
Ripped my first 4K UltraHD movie using AnyDVD and when I went to select the streams, the Blu-ray Structure box shows the video as blank.
https://s14.postimg.org/qzqoca99p/Blu-ray_Structure_Video_Blank.png (https://postimg.org/image/qzqoca99p/)
This is all so new everyone is still figuring how the 4K discs are working.
Atak_Snajpera
22nd December 2017, 11:55
Send me whole UHD BluRay folder structure. Trim main movie and extras to reduce file size.
Ronski
25th December 2017, 13:49
Merry Christmas everyone!
I'll post this now otherwise I will forget, the move file option seems to have stopped working, I have the following option in my encodingclient.ini file but Ripbot is copying the file rather than moving it.
[hidden settings]
MoveFiletoSharedFolder=1
My last encode was done at the end of November and I'm sure that was fine - I would have noticed the long wait for the file to be copied.
I've also noticed that Ripbot doesn't check for sufficient disc space, my encode just stopped/hung and then I noticed there was zero disc space. In fact it had copied about 22GB of a 34GB file, so the copy had failed and then Ripbot just tried to carry on with the encoding instead of issuing an error
Edit: I should add I'm on version v1.20.1, not 1.21.0 as I thought, so I'll force an update later and see if the copy/move issue remains
Danette
25th December 2017, 15:55
I have demuxed m2v video files from mkv containers and have loaded them into RipBot264 via the batch function. When I click "Start", RipBot264 moves into a "Waiting for file..." mode that never ends. It waits forever. I wouldn't call it a freeze, since I can abort it. When I load the files individually, RipBot264 has no problem processing them.
Atak_Snajpera
25th December 2017, 18:21
Most likely file handle is still locked (function FileOpen returns 0 each time) by some other process.
From my code it looks like this
Repeat
FileHandle := FileOpen(inputfile, fmOpenRead or fmShareExclusive);
sleep(100);
until (FileHandle>0) or (Terminated=true) or (FileExists(inputfile)=false);
if FileHandle>0 then FileClose(FileHandle);
I've just checked on my machine with .m2v and file was automatically processed in automatic batch mode.
Ronski
25th December 2017, 18:45
Just updated to v1.21.0 and the file is still being copied rather than moved when using the [hidden settings] MoveFiletoSharedFolder=1 option
Atak_Snajpera
25th December 2017, 19:41
try this
[settings]
MoveVideoFiletoSharedFolder=1
BTW. That option is no longer hidden. You can change it directly in GUI.
Ronski
26th December 2017, 11:29
Thanks very much Atak fort the quick reply and update, that worked.
Danette
29th December 2017, 19:46
I'm converting many TV shows that are NTSC 29.97 fps. Of course, these need to be IVTC'd, which RipBot264 generally handles well. However, about half of them have vfr (variable frame rate) and RipBot264 makes a mess of them (out-of-sync audio and duplicated video at the end to fit the audio). Is there a solution for this?
silverback
1st January 2018, 17:57
Happy New Year Atak,
Great work with ripbot as always.
I am getting a Green Screen in the AviSynth preview window running on 8.1, any ideas?
Thanks
GZZ
1st January 2018, 21:01
I think you need to look at the demux for subtitle when it set the language.
I have this info in the mediainfo list
Text #1
ID : 3
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : English
Text #2
ID : 4
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : English
Text #3
ID : 5
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : English
Text #4
ID : 6
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : English
Text #5
ID : 7
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Arabic
Text #6
ID : 8
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Chinese
Text #7
ID : 9
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Chinese
Text #8
ID : 10
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Czech
Text #9
ID : 11
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Danish
Text #10
ID : 12
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Dutch
Text #11
ID : 13
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Finnish
Text #12
ID : 14
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : French
Text #13
ID : 15
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : German
Text #14
ID : 16
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Greek
Text #15
ID : 17
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Hebrew
Text #16
ID : 18
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Hungarian
Text #17
ID : 19
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Indonesian
Text #18
ID : 20
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Italian
Text #19
ID : 21
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Japanese
Text #20
ID : 22
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Korean
Text #21
ID : 23
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Norwegian
Text #22
ID : 24
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Polish
Text #23
ID : 25
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Portuguese
Text #24
ID : 26
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Portuguese
Text #25
ID : 27
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Slovak
Text #26
ID : 28
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Spanish
Text #27
ID : 29
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Spanish
Text #28
ID : 30
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Swedish
Text #29
ID : 31
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Thai
Text #30
ID : 32
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Turkish
Text #31
ID : 33
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Japanese
Text #32
ID : 34
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Language : Russian
But the demuxed subtitles are named, I have marked the (XXXX) which is the correct subtitle name.
2_subtitles_English.sup
3_subtitles_English.sup
4_subtitles_English.sup
5_subtitles_English.sup
6_subtitles_Arabic.sup
7_subtitles_Undetermined.sup (Chinese)
8_subtitles_Undetermined.sup (Chinese)
9_subtitles_Undetermined.sup (CZech)
10_subtitles_Danish.sup
11_subtitles_Dutch.sup
12_subtitles_Finnish.sup
13_subtitles_French.sup
14_subtitles_German.sup
15_subtitles_Undetermined.sup (Greek)
16_subtitles_Hebrew.sup
17_subtitles_Hungarian.sup
18_subtitles_Indonesian.sup
19_subtitles_Italian.sup
20_subtitles_Japanese.sup
21_subtitles_Korean.sup
22_subtitles_Norwegian.sup
23_subtitles_Polish.sup
24_subtitles_Portuguese.sup
25_subtitles_Portuguese.sup
26_subtitles_Undetermined.sup (Slovak)
27_subtitles_Spanish.sup
28_subtitles_Spanish.sup
29_subtitles_Swedish.sup
30_subtitles_Thai.sup
31_subtitles_Turkish.sup
32_subtitles_Japanese.sup
33_subtitles_Russian.sup
Even if I import the files manually and want to set the names I cant find Greek, Chinese etc. on your list. The above is from a MKV demuxed by MakeMKV from a UHD disc I used as a source and where the names is correct.
GZZ
1st January 2018, 21:09
If I choose Denoise: "KNLMeansCL" and leave the Mono Noise at its default value: 0 it disables "KNLMeansCL" - Well I dont see any lines under Denoise in the avs script. But If I use value 2 and above it shows up in the avs script. What is the point in value 0 if it disabled itself ?
Also is there an explonation of Mono Noise. Its value is from 0..32 in increment of 2. But I have no idea is 2 is enough of I should use 32... A little hint box to explain would be helpful. :)
GZZ
1st January 2018, 21:17
If I use KNLMeansCL the Avs script give me this error: "KNLMeansCL: Only YUV444P10 is supported!"
guest
2nd January 2018, 11:26
Yee Ha...a new build for the new year v1.22.0....looks like a few little obvious changes, would be nice to know what WAS changed/improved ?!?
v1.22.0
Added: Support for UHD Blurays
Added: Automatic HDR information retention while encoding to HEVC format
Added: Automatic HDR to SDR tonemaping during conversion to AVC format
Added: Option to limit MT usage to specific filters only
Added: Custom Script option
Fixed: Various fixes and improvements
Atak_Snajpera
2nd January 2018, 13:03
If I use KNLMeansCL the Avs script give me this error: "KNLMeansCL: Only YUV444P10 is supported!"
https://forum.doom9.org/showthread.php?p=1827599#post1827599
Also is there an explonation of Mono Noise. Its value is from 0..32 in increment of 2. But I have no idea is 2 is enough of I should use 32... A little hint box to explain would be helpful.
Is that hard to click Preview Script and see what value works best for you???
GZZ
2nd January 2018, 17:39
https://forum.doom9.org/showthread.php?p=1827599#post1827599
Is that hard to click Preview Script and see what value works best for you???
Thanks for pointing it out, it obivous wasnt clear to me or else I would have used it. Thanks. :)
GZZ
3rd January 2018, 13:32
Another Question
When I choose to Copy Stream (TrueHD) then I see it runs an audio script in my Video avs script.
#AudioSource
Import("E:\Temp\RipBot264temp\job3\job3_a1.avs")
in this script it does a few things with the audio. What is the reason to do so when I choose to Copy stream and not reencode audio ?
Audio script
#AudioSource
LoadPlugin("D:\ChromeDownload\RipBot264v1.22.0\tools\AviSynth plugins\ffms\ffms_latest\x64\ffms2.dll")
audio=FFAudioSource("E:\Temp\RipBot264temp\job3\1_audio_English.dtsma")
audio=ConvertAudioToFloat(audio).ResampleAudio(48000)
#DownMix
#Delay
audio=DelayAudio(audio,0)
#Tempo
#Normalize
#AudioDub
audio=ConvertAudioTo16bit(audio)
AudioDub(video,audio)
Atak_Snajpera
3rd January 2018, 13:47
For Preview Script my friend...
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.