Giter Site home page Giter Site logo

revan654 / staxrip Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rvs76/staxrip

125.0 125.0 24.0 19.38 MB

StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.

License: MIT License

Visual Basic 99.32% Batchfile 0.11% Python 0.18% PowerShell 0.40%
avisynth encoding ffmpeg hdr staxrip vapoursynth x264 x265

staxrip's People

Contributors

be-sc avatar jkilez avatar revan654 avatar stax76 avatar wybb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

staxrip's Issues

Uselessly increase file size !!!

When U encode multiple files in a same folder it creates ONE temp folder and keeps encoding one after another, the problem is that it uses font files from previous encode on the next encode, As a result the last file on that folder gets font files from all the previous files which are pretty much useless for that file thus the file size is increased uselessly...

There R some Ways to this fix this issue ....

  1. Create a function that deletes the temp folder after each encoding.
  2. Make Staxrip create multiple temp folder, even for names that are big which current Staxrip doesn't do.
  3. Make Staxrip have a note of fonts in current video, so that it doesn't ends up taking fonts from previous file.

Hope, the one who is working on Staxrip can fix this issue soon.

Failed to open VapourSynth script ver 1.9.0.0

Hi Revan: I noticed that the stack on failure has the following which I assume is part of the problem when running VS.. For some reason it is using the following home directory:
C:\Users\Revan\Desktop\staxrip-1.8.2.0\

at StaxRip.AVIFile..ctor(String path) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\AVIFile.vb:line 50
at StaxRip.VideoScript.Synchronize(Boolean convertToRGB, Boolean comparePath) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\VideoScript.vb:line 202
at StaxRip.MainForm.OpenVideoSourceFiles(IEnumerable`1 files, Boolean isEncoding) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Forms\MainForm.vb:line 2082

StaxRip 2.0.0.0 Beta 2 DotNet 4.7 - No VUI is imported

Just load a source and let it be processed until the GUI shows up.
If i go to encoder settings eg. for NVEnc, than on VUI tab all fields are undefined.

Screenshots is on the way, but i think it's clear enough.

Video Info for source:

ID                                : 1
Format                            : HEVC
Format/Info                       : High Efficiency Video Coding
Commercial name                   : HDR10
Format profile                    : Main [email protected]@High
Codec ID                          : V_MPEGH/ISO/HEVC
Duration                          : 1 h 46 min
Bit rate                          : 64.0 Mb/s
Width                             : 3 840 pixels
Height                            : 2 160 pixels
Display aspect ratio              : 16:9
Frame rate mode                   : Constant
Frame rate                        : 23.976 (24000/1001) FPS
Color space                       : YUV
Chroma subsampling                : 4:2:0 (Type 2)
Bit depth                         : 10 bits
Bits/(Pixel*Frame)                : 0.322
Stream size                       : 47.7 GiB (89%)
Default                           : Yes
Forced                            : No
Color range                       : Limited
Color primaries                   : BT.2020
Transfer characteristics          : PQ
Matrix coefficients               : BT.2020 non-constant
Mastering display color primaries : Display P3
Mastering display luminance       : min: 0.0050 cd/m2, max: 1000 cd/m2
Maximum Content Light Level       : 1000 cd/m2
Maximum Frame-Average Light Level : 221 cd/m2

ffmpeg needs VSScript.dll?

Describe the bug or Issue
In the log file I can find something like this:
Find Gain 1 using FFmpeg 2018-10-26 failed with exit code: -1073741515 (0xC0000135)

If I execute command c:\staxrip\Apps\ffmpeg\ffmpeg -version, it says VSScript.dll is missing.
I also tried the same command with the FFmpeg shipped with staxrip 1.9.0.0 and it works without error.

I copy a VSScript.dll from the one shipped with VapourSynth R45 into path c:\staxrip\Apps\ffmpeg\, then FFmpeg works fine.

InvalidArgument=Value of '0' is not valid for 'index'

System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
at System.Windows.Forms.ListView.SelectedListViewItemCollection.get_Item(Int32 index)
at StaxRip.FiltersListView.RemoveClick() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Controls\FiltersListView.vb:line 236
at StaxRip.UI.ActionMenuItem.OnClick(EventArgs e) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\UI\Menu Types.vb:line 519
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

FFTW Files auto copy to System Directory

I think Avisynth+ now looks inside the plugin folder for external dlls like fftw. I only have fftw* dlls in my plugin32/64 folders and it works without problems.

So no more copy to system32...

File in use error after processing is finished

Hi Revan,

When you process a file, and the processing is finished, you can't delete the source file unless you
close staxrip.

Step To Reproduce the Problem

  1. open a file for processing, use compressor x265 and qaac (or any)
  2. Add job (only one job in the list), start job wait the job to finish
  3. when finished the job list is empty, the program window is empty also (no project)
  4. try to delete the source file, Windows says you can not because the file is still
    in use. So you need to close Staxrip program, although there is no project open.

Sorry for the double post with Stax76 issue#418, I thought you were still using Stax76 issue page.
And thank you very much.

no file extension for subtitles after extracting

Describe the bug or Issue
A clear and concise description of what the bug is.
If i extract a movie file with mkvextractor, the subtitles did not have any file extension.
So, i cannot look via bdsup2sub++ if that a commentar or forced etc.
There must be an file extensions by the subtitles files.

Extracting track 1 with the CodecID 'A_DTS' to the file 'E:\DVD\temp\IRON_MAN_2_t04_temp\IRON_MAN_2_t04 ID1 German.mka'. Container format: Digital Theater System (DTS)
Extracting track 2 with the CodecID 'S_HDMV/PGS' to the file 'E:\DVD\temp\IRON_MAN_2_t04_temp\IRON_MAN_2_t04 ID3 German'. Container format: SUP
Extracting track 3 with the CodecID 'S_HDMV/PGS' to the file 'E:\DVD\temp\IRON_MAN_2_t04_temp\IRON_MAN_2_t04 ID4 German'. Container format: SUP
Extracting track 4 with the CodecID 'S_HDMV/PGS' to the file 'E:\DVD\temp\IRON_MAN_2_t04_temp\IRON_MAN_2_t04 ID5 German'. Container format: SUP
Extracting track 5 with the CodecID 'S_HDMV/PGS' to the file 'E:\DVD\temp\IRON_MAN_2_t04_temp\IRON_MAN_2_t04 ID6 German'. Container format: SUP
Extracting track 6 with the CodecID 'S_HDMV/PGS' to the file 'E:\DVD\temp\IRON_MAN_2_t04_temp\IRON_MAN_2_t04 ID7 German'. Container format: SUP
Extracting track 7 with the CodecID 'S_HDMV/PGS' to the file 'E:\DVD\temp\IRON_MAN_2_t04_temp\IRON_MAN_2_t04 ID8 German'. Container format: SUP

Step To Reproduce the Problem

  1. Go to '...'
  2. Click on '....'
  3. Using '...' Encoder
  4. 'Avisynth or VapourSynth' Being Used
  5. Filter(s) x is being Used.
  6. Any Major External Files tied to the Error.
  7. Post Both your Log file & AVS/VS Script.

Screenshots
If possible, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows 10 Build 1803]
  • Version [e.g. 1.9]
    version 1.9

Additional context
Add any other Information or additional context that can be Helpful.

Please be Clear and as Detailed as Possible

Any Issues left unattended to for Length of Time will automatically be Closed Due to inactivity

Video encoding using x265 2.9+2 failed with exit code: -1073741819 (0xC0000005)

Hello Everyone...

Starting a few days ago, I've been getting StaxRip crashes only when using the Option/Preset "-grain". I can't figure out, what's the cause. Before, it worked like a charm. Here is the error:

Thanks for any help!

Greetings.

OnbekendHH

**Error Video encoding using x265 2.9+2 (1.9.0.0)

Video encoding using x265 2.9+2 failed with exit code: -1073741819 (0xC0000005)

The exit code might be a system error code: The instruction at 0xp referenced memory at 0xp. The memory could not be s.**

------------------- Video encoding using x265 2.9+2 -------------------

"C:\Other Apps\StaxRip_1.9.0.0_x64\Apps\avs2pipemod\avs2pipemod64.exe" -y4mp "D:\StaxRip_Temp\Reprisal (2018)_temp\Reprisal (2018)_temp.avs" | "C:\Other Apps\x265\x265-2.9+2-7e978ed-stable_gcc82-AVX2\x265.exe" --crf 16 --preset slow --tune grain --profile main10 --level-idc 6.1 --output-depth 10 --dynamic-rd 4 --amp --b-intra --cu-lossless --ssim-rd --qpmax 23 --crf-max 19 --vbv-bufsize 120000 --vbv-maxrate 120000 --cplxblur 0 --aq-motion --subme 4 --weightb --bframes 16 --bframe-bias 100 --rc-lookahead 30 --lookahead-slices 1 --lookahead-threads 1 --ref 6 --keyint 720 --no-open-gop --colorprim bt709 --colormatrix bt709 --transfer bt709 --range limited --hash 2 --repeat-headers --hrd --aud --vui-timing-info --vui-hrd-info --opt-qp-pps --opt-ref-list-length-pps --sao --limit-sao --sao-non-deblock --frames 128281 --y4m --output "D:\StaxRip_Temp\Reprisal (2018)_temp\Reprisal (2018)_temp_out.hevc" -

avs2pipemod[info]: writing 128281 frames of 24000/1001 fps, 1920x1040,
sar 0:0, YUV-420-planar-10bit progressive video.
y4m [info]: 1920x1040 fps 24000/1001 i420p10 unknown frame count
raw [info]: output file: D:\StaxRip_Temp\Reprisal (2018)_temp\Reprisal (2018)_temp_out.hevc
x265 [info]: HEVC encoder version 2.9+2-7e978ed93d60
x265 [info]: build info [Windows][GCC 8.2.0][64 bit] 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [warning]: Dynamic-rd disabled, requires RD <= 4, VBV and aq-mode enabled
x265 [info]: Main 10 profile, Level-6.1 (Main tier)
x265 [info]: Thread pool created using 11 threads
x265 [info]: Slices : 1
x265 [info]: frame threads / pool features : 3 / wpp(17 rows)
x265 [info]: Thread pool created using 1 threads
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
x265 [info]: ME / range / subpel / merge : star / 57 / 4 / 3
x265 [info]: Keyframe min / max / scenecut / bias: 23 / 720 / 40 / 5.00
x265 [info]: Lookahead / bframes / badapt : 30 / 16 / 2
x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 1
x265 [info]: References / ref-limit cu / depth : 6 / on / on
x265 [info]: Rate Control / qCompress : CRF-16.0 / 0.60
x265 [info]: VBV/HRD buffer / max-rate / init : 120000 / 120000 / 0.900
x265 [info]: tools: rect amp limit-modes rd=4 ssim-rd rdoq=2 psy-rdoq=10.00
x265 [info]: tools: cu-lossless signhide tmvp b-intra strong-intra-smoothing
x265 [info]: tools: lslices=1 lthreads=1 deblock sao-non-deblock
**avs2pipemod[info]: finished, wrote 91 frames [0%].
avs2pipemod[info]: total elapsed time is 7.843 sec.
avs2pipemod[error]: only wrote 91 of 128281 frames.

at StaxRip.Proc.Start() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\Proc.vb:line 338
at StaxRip.x265Enc.Encode(String passName, String commandLine, ProcessPriorityClass priority) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Encoding\x265Enc.vb:line 65
at StaxRip.x265Enc.Encode() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Encoding\x265Enc.vb:line 41
at StaxRip.GlobalClass.ProcessVideo() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\GlobalClass.vb:line 231
at System.Threading.Tasks.Parallel.<>c__DisplayClass4_0.b__0()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at StaxRip.GlobalClass.ProcessJob(String jobPath) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\GlobalClass.vb:line 138**

Video encoding using QSVEnc 3.05

I alway get this error when using QSVEnc

C:\Temp\bluraytools\StaxRip\Apps\QSVEnc\QSVEncC64.exe --codec hevc --profile main10 --weightb --weightp --colorprim bt2020 --transfer smpte2084 --fallback-rc --i-adapt --icq 23 -i "D:\Filme\test.avs" -o "D:\Filme\test.hevc"

Error: Unknown value "bt2020" for "--colorprim"

Memory Usage/Leak of 2.0.0.0 Beta 2 DotNet 4.7

There seems to be some memory leaks or something else, on 1.8.2 StaxRip only uses 32-60MB of RAM...
at 1.9.0.0+ Memory usage goes up to eg. 6GB of RAM.
As you can see here on StaxRip 2.0.0.0 Beta 2 👎
2018-11-18 05_11_07-task-manager

Error with Color AutoAdjust

Image of the issue
https://s3-eu-west-1.amazonaws.com/uploads-eu.hipchat.com/268659/1733564/tiDlf0d5TU4oNb7/2018-06-13%2020.42.40%20%20Auto%20Levels.jpg

AutoAdjust( gamma_limit=1.0, scd_threshold=16, gain_mode=1, auto_gain=True, auto_balance=True, Input_tv=False, output_tv=False, use_dither=False, high_quality=True, high_bitdepth=True, threads_count=2)

I have tried using AutoAdjust with HDR, and YUV 10 and YUV 8. The result is always the same. A 1/4 or 1/2 frame of garbled image.
Also the part of the image that isn't garbled is identical to the source with no color, brightness, gamma, etc.

Just reporting the issue I've run into when I looked to use a filter to correct some color issues.

AVIFileOpen failed to execute

Hello Revan,

This is the first time ever for me to use Staxrip as I want to convert a .mkv movie into .avi (Xvid) format.

I tried uninstalling and reinstalling and restarting the machine with no luck to get rid of the below error.

I don't know what to do ?!

Exception (1.9.0.0)

AVIFileOpen failed to execute

Failed to open AviSynth script:

C:\Users\Hisham\Desktop\1_temp\1_new_source.avs

You can try to open the script with VirtualDub x64, if it don't open it could be a problem with the script or the AviSynth+ x64 setup, if StaxRip don't report a script error and the script looks valid then reinstalling AviSynth+ x64 might fix the problem, the setup is located at:

C:\Users\Hisham\Downloads\StaxRip-x64-1.9.0.0\Apps\AviSynthPlus-MT-r2728.exe

System.Exception: AVIFileOpen failed to execute

Failed to open AviSynth script:

C:\Users\Hisham\Desktop\1_temp\1_new_source.avs

You can try to open the script with VirtualDub x64, if it don't open it could be a problem with the script or the AviSynth+ x64 setup, if StaxRip don't report a script error and the script looks valid then reinstalling AviSynth+ x64 might fix the problem, the setup is located at:

C:\Users\Hisham\Downloads\StaxRip-x64-1.9.0.0\Apps\AviSynthPlus-MT-r2728.exe

at StaxRip.AVIFile..ctor(String path) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\AVIFile.vb:line 50
at StaxRip.VideoScript.Synchronize(Boolean convertToRGB, Boolean comparePath) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\VideoScript.vb:line 202
at StaxRip.MainForm.ModifyFilters() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Forms\MainForm.vb:line 2281
at StaxRip.MainForm.OpenVideoSourceFiles(IEnumerable`1 files, Boolean isEncoding) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Forms\MainForm.vb:line 1997

Forceclose on import of source if Crop Filter on AVS Filters is selected

-------------------------- System Environment --------------------------
StaxRip    : 2.0 Beta 2 NET 4.7
Windows    : Windows 10 Pro 1803
Language   : German (Germany)
CPU        : AMD Ryzen Threadripper 2950X 16-Core Processor
GPU        : NVIDIA GeForce GTX 1050 Ti
Resolution : 1920 x 1200
DPI        : 96
-----------------------------------------------------------------------------

If CROP Filter in AVS Filters is selected StaxRip closes without any error on importing source.
2018-11-20 00_28_55-avs_filters
If i disable that switch, importing source is fine, i can also enable it after importing the source and crop without any problems.
I would like to provide a debug log, but the debug switch seems to do nothing, can't find any new log file in any folder.
2018-11-20 00_27_43-settings

Please restore 'RIP' icon

It had a real place in my heart that I realized right after switching to this fork, I can't use it anymore because of the icon.

Trojan:Script/Foretype.A!ml Virus detected

Chrome and edge does not let download (Version 1.9.0.0 - x64) only firefox
after getting the download windows marks the file as virus

Trojan:Script/Foretype.A!ml
file: C:\Users\Downloads\1.9.0.0.x64.7z->Apps/Plugins/Both/FFMS2.7z->FFMS2/ffmbc.zip

Video encoding using x265 2.9+2 failed with exit code: -1073741819 (0xC0000005)

Here there, Revan654!

Much thanks for the new version of StaxRip! Great work!...

Unfortunately, I have an issue when using the "Grain" preset (see below)
What could be the reason?

Error Video encoding using x265 2.9+2 (2.0.0.0)

Video encoding using x265 2.9+2 failed with exit code: -1073741819 (0xC0000005)

The exit code might be a system error code: The instruction at 0xp referenced memory at 0xp. The memory could not be s.

------------------- Video encoding using x265 2.9+2 -------------------

"C:\Other Apps\StaxRip_2.0.0.0_x64\Apps\avs2pipemod\avs2pipemod64.exe" -y4mp "D:\StaxRip_Temp\Funny People (2009)_temp\Funny People (2009).avs" | "C:\Other Apps\StaxRip_2.0.0.0_x64\Apps\x265\x265.exe" --crf 16 --preset slow --tune grain --level-idc 6.1 --output-depth 10 --limit-refs 2 --analysis-reuse-level 10 --b-intra --cu-lossless --rskip --ssim-rd --qpmax 22 --crf-max 19 --vbv-bufsize 120000 --vbv-maxrate 120000 --cplxblur 0 --aq-motion --subme 4 --weightb --bframes 16 --bframe-bias 100 --rc-lookahead 30 --lookahead-slices 1 --keyint 720 --no-open-gop --colorprim bt709 --colormatrix bt709 --transfer bt709 --range limited --hash 2 --repeat-headers --hrd --aud --vui-timing-info --vui-hrd-info --opt-qp-pps --opt-ref-list-length-pps --idr-recovery-sei --sao --limit-sao --sao-non-deblock --frames 209808 --y4m --output "D:\StaxRip_Temp\Funny People (2009)_temp\Funny People (2009)_out.hevc" -

avs2pipemod[info]: writing 209808 frames of 24000/1001 fps, 1920x1040,
sar 0:0, YUV-420-planar-10bit progressive video.
y4m [info]: 1920x1040 fps 24000/1001 i420p10 unknown frame count
raw [info]: output file: D:\StaxRip_Temp\Funny People (2009)_temp\Funny People (2009)_out.hevc
x265 [info]: HEVC encoder version 2.9+2-7e978ed93d60
x265 [info]: build info [Windows][GCC 8.2.0][64 bit] 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [info]: Main 10 profile, Level-6.1 (Main tier)
x265 [info]: Thread pool created using 12 threads
x265 [info]: Slices : 1
x265 [info]: frame threads / pool features : 3 / wpp(17 rows)
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
x265 [info]: ME / range / subpel / merge : star / 57 / 4 / 3
x265 [info]: Keyframe min / max / scenecut / bias: 23 / 720 / 40 / 5.00
x265 [info]: Lookahead / bframes / badapt : 30 / 16 / 2
x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 1
x265 [info]: References / ref-limit cu / depth : 4 / on / off
x265 [info]: Rate Control / qCompress : CRF-16.0 / 0.60
x265 [info]: VBV/HRD buffer / max-rate / init : 120000 / 120000 / 0.900
x265 [info]: tools: rect limit-modes rd=4 ssim-rd rdoq=2 psy-rdoq=10.00 rskip
x265 [info]: tools: cu-lossless signhide tmvp b-intra strong-intra-smoothing
x265 [info]: tools: lslices=1 deblock sao-non-deblock
avs2pipemod[info]: finished, wrote 74 frames [0%].
avs2pipemod[info]: total elapsed time is 5.871 sec.
avs2pipemod[error]: only wrote 74 of 209808 frames.

StaxRip.ErrorAbortException: Video encoding using x265 2.9+2 failed with exit code: -1073741819 (0xC0000005)

The exit code might be a system error code: The instruction at 0xp referenced memory at 0xp. The memory could not be s.

------------------- Video encoding using x265 2.9+2 -------------------

"C:\Other Apps\StaxRip_2.0.0.0_x64\Apps\avs2pipemod\avs2pipemod64.exe" -y4mp "D:\StaxRip_Temp\Funny People (2009)_temp\Funny People (2009).avs" | "C:\Other Apps\StaxRip_2.0.0.0_x64\Apps\x265\x265.exe" --crf 16 --preset slow --tune grain --level-idc 6.1 --output-depth 10 --limit-refs 2 --analysis-reuse-level 10 --b-intra --cu-lossless --rskip --ssim-rd --qpmax 22 --crf-max 19 --vbv-bufsize 120000 --vbv-maxrate 120000 --cplxblur 0 --aq-motion --subme 4 --weightb --bframes 16 --bframe-bias 100 --rc-lookahead 30 --lookahead-slices 1 --keyint 720 --no-open-gop --colorprim bt709 --colormatrix bt709 --transfer bt709 --range limited --hash 2 --repeat-headers --hrd --aud --vui-timing-info --vui-hrd-info --opt-qp-pps --opt-ref-list-length-pps --idr-recovery-sei --sao --limit-sao --sao-non-deblock --frames 209808 --y4m --output "D:\StaxRip_Temp\Funny People (2009)_temp\Funny People (2009)_out.hevc" -

avs2pipemod[info]: writing 209808 frames of 24000/1001 fps, 1920x1040,
sar 0:0, YUV-420-planar-10bit progressive video.
y4m [info]: 1920x1040 fps 24000/1001 i420p10 unknown frame count
raw [info]: output file: D:\StaxRip_Temp\Funny People (2009)_temp\Funny People (2009)_out.hevc
x265 [info]: HEVC encoder version 2.9+2-7e978ed93d60
x265 [info]: build info [Windows][GCC 8.2.0][64 bit] 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [info]: Main 10 profile, Level-6.1 (Main tier)
x265 [info]: Thread pool created using 12 threads
x265 [info]: Slices : 1
x265 [info]: frame threads / pool features : 3 / wpp(17 rows)
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra
x265 [info]: ME / range / subpel / merge : star / 57 / 4 / 3
x265 [info]: Keyframe min / max / scenecut / bias: 23 / 720 / 40 / 5.00
x265 [info]: Lookahead / bframes / badapt : 30 / 16 / 2
x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 1
x265 [info]: References / ref-limit cu / depth : 4 / on / off
x265 [info]: Rate Control / qCompress : CRF-16.0 / 0.60
x265 [info]: VBV/HRD buffer / max-rate / init : 120000 / 120000 / 0.900
x265 [info]: tools: rect limit-modes rd=4 ssim-rd rdoq=2 psy-rdoq=10.00 rskip
x265 [info]: tools: cu-lossless signhide tmvp b-intra strong-intra-smoothing
x265 [info]: tools: lslices=1 deblock sao-non-deblock
avs2pipemod[info]: finished, wrote 74 frames [0%].
avs2pipemod[info]: total elapsed time is 5.871 sec.
avs2pipemod[error]: only wrote 74 of 209808 frames.

at StaxRip.Proc.Start() in C:\Users\Revan\Desktop\StaxRip-2.0\General\Proc.vb:line 338
at StaxRip.x265Enc.Encode(String passName, String commandLine, ProcessPriorityClass priority) in C:\Users\Revan\Desktop\StaxRip-2.0\Encoding\x265Enc.vb:line 65
at StaxRip.x265Enc.Encode() in C:\Users\Revan\Desktop\StaxRip-2.0\Encoding\x265Enc.vb:line 41
at StaxRip.GlobalClass.ProcessVideo() in C:\Users\Revan\Desktop\StaxRip-2.0\General\GlobalClass.vb:line 231
at System.Threading.Tasks.Parallel.<>c__DisplayClass4_0.b__0()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at StaxRip.GlobalClass.ProcessJob(String jobPath) in C:\Users\Revan\Desktop\StaxRip-2.0\General\GlobalClass.vb:line 138

Mediainfo Build 18.08.1 Build Contains Bugs

The Current Build of MediaInfo has a bug which is currently breaking certain Functions. If you run into any of these issues Revert back to to Build 18.05. Which can be found on these git page or in StaxRip 1.8.2.0

Compressibility Check using x265 2.8+69 failed with exit code: -1073741795 (0xC000001D)

Hi Revan654, Just tried the v1.9.0.0 but got this error. Log is here -
(with path omitted for obvious reasons )

Error Compressibility Check using x265 2.8+69 (1.9.0.0)

Compressibility Check using x265 2.8+69 failed with exit code: -1073741795 (0xC000001D)

The exit code might be a system error code: {EXCEPTION}
Illegal Instruction
An attempt was made to execute an illegal instruction.

--------------- Compressibility Check using x265 2.8+69 ---------------

"D:....\StaxRip [x64]\Apps\avs2pipemod\avs2pipemod64.exe" -y4mp "C:\Users....\Stax-Rips--[6] BTS-001_temp--[6] BTS-001--XMr.P2dX_CompCheck.avs" | "D:...\StaxRip [x64]\Apps\x265\x265.exe" --crf 18 --profile main10 --transfer bt709 --frames 448 --y4m --output "C:..\Stax-Rips--[6] BTS-001_temp--[6] BTS-001--XMr.P2dX_CompCheck.hevc" -

avs2pipemod[info]: writing 448 frames of 30000/1001 fps, 720x400,
sar 0:0, YUV-420-planar-8bit progressive video.
avs2pipemod[info]: finished, wrote 0 frames [0%].
avs2pipemod[info]: total elapsed time is 3.846 sec.
avs2pipemod[error]: only wrote 0 of 448 frames.

StaxRip.ErrorAbortException: Compressibility Check using x265 2.8+69 failed with exit code: -1073741795 (0xC000001D)

The exit code might be a system error code: {EXCEPTION}
Illegal Instruction
An attempt was made to execute an illegal instruction.

--------------- Compressibility Check using x265 2.8+69 ---------------

"D:....\StaxRip [x64]\Apps\avs2pipemod\avs2pipemod64.exe" -y4mp "C:\Users....\Stax-Rips--[6] BTS-001_temp--[6] BTS-001--XMr.P2dX_CompCheck.avs" | "D:...\StaxRip [x64]\Apps\x265\x265.exe" --crf 18 --profile main10 --transfer bt709 --frames 448 --y4m --output "C:..\Stax-Rips--[6] BTS-001_temp--[6] BTS-001--XMr.P2dX_CompCheck.hevc" -

avs2pipemod[info]: writing 448 frames of 30000/1001 fps, 720x400,
sar 0:0, YUV-420-planar-8bit progressive video.
avs2pipemod[info]: finished, wrote 0 frames [0%].
avs2pipemod[info]: total elapsed time is 3.846 sec.
avs2pipemod[error]: only wrote 0 of 448 frames.

at StaxRip.Proc.Start() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\Proc.vb:line 338
at StaxRip.x265Enc.Encode(String passName, String commandLine, ProcessPriorityClass priority) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Encoding\x265Enc.vb:line 65
at StaxRip.x265Enc.RunCompCheck() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Encoding\x265Enc.vb:line 105

2.0.0.0 Not importing HDR Master Display

vs
incred

I recently tried 2.0.0.0. I had been using 1.7.0.6. The settings are the same. I am missing HDR info after encoding with 2.0.0.0. 2.0.0.0 is not automatically importing the Master Display like 1.7.0.6 did.

Crashes after performing autocrop and closing crop preview window

Describe the bug or Issue
A clear and concise description of what the bug is.

Step To Reproduce the Problem

  1. Go to '...'
  2. Click on '....'
  3. Using '...' Encoder
  4. 'Avisynth or VapourSynth' Being Used
  5. Filter(s) x is being Used.
  6. Any Major External Files tied to the Error.
  7. Post Both your Log file & AVS/VS Script.

Screenshots
If possible, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows 10 Build 1803]
  • Version [e.g. 1.9]

Additional context
Add any other Information or additional context that can be Helpful.

Please be Clear and as Detailed as Possible

Any Issues left unattended to for Length of Time will automatically be Closed Due to inactivity

Demux and Index Before Creating Jobs - Batch Processing

previous versions of StaxRip included the option to demux and index before creating jobs for batch processing, any chance that this option will return? i constantly used the option because i process a considerable amount of files of different kind, including containers, languages, bitrates and sizes! without this option i can't demux and index all files at once and then, adjust some parameters for the individual files. i created my own templates, but sometimes a file or two need adjustments within that profile and is imposible without that option! thanks for all your hard work and for keeping alive this great app!
staxrip

Cant delete files after encode

While processing a queue staxrip is locking source files even after they are done encoding.

I have to wait at least 2 items down the queue before it releases lock.

Anyone else experiencing this as well?

Video encoding using x265 2.8+69 failed with exit code: -1073741795 (0xC000001D)

So here's the error again that generated , tho this time I tried with fresh install and default settings with LONG PATHS enabled but x265 encoder still gives up and ends up with this :


Error Video encoding using x265 2.8+69 (1.9.0.0)

Video encoding using x265 2.8+69 failed with exit code: -1073741795 (0xC000001D)

The exit code might be a system error code: {EXCEPTION}
Illegal Instruction
An attempt was made to execute an illegal instruction.

------------------- Video encoding using x265 2.8+69 -------------------

"C:\Portables\StaxRip-x64-1.9.0.0\Apps\avs2pipemod\avs2pipemod64.exe" -y4mp "C:\Users\Useranon\Videos\Aquaman - Extended Trailer_temp\Aquaman - Extended Trailer.avs" | "C:\Portables\StaxRip-x64-1.9.0.0\Apps\x265\x265.exe" --crf 26 --profile main10 --frames 7611 --y4m --output "C:\Users\Useranon\Videos\Aquaman - Extended Trailer_temp\Aquaman - Extended Trailer_out.hevc" -

avs2pipemod[info]: writing 7611 frames of 24000/1001 fps, 1280x720,
sar 0:0, YUV-420-planar-8bit progressive video.
avs2pipemod[info]: finished, wrote 0 frames [0%].
avs2pipemod[info]: total elapsed time is 14.625 sec.
avs2pipemod[error]: only wrote 0 of 7611 frames.

StaxRip.ErrorAbortException: Video encoding using x265 2.8+69 failed with exit code: -1073741795 (0xC000001D)

The exit code might be a system error code: {EXCEPTION}
Illegal Instruction
An attempt was made to execute an illegal instruction.

------------------- Video encoding using x265 2.8+69 -------------------

"C:\Portables\StaxRip-x64-1.9.0.0\Apps\avs2pipemod\avs2pipemod64.exe" -y4mp "C:\Users\Useranon\Videos\Aquaman - Extended Trailer_temp\Aquaman - Extended Trailer.avs" | "C:\Portables\StaxRip-x64-1.9.0.0\Apps\x265\x265.exe" --crf 26 --profile main10 --frames 7611 --y4m --output "C:\Users\Useranon\Videos\Aquaman - Extended Trailer_temp\Aquaman - Extended Trailer_out.hevc" -

avs2pipemod[info]: writing 7611 frames of 24000/1001 fps, 1280x720,
sar 0:0, YUV-420-planar-8bit progressive video.
avs2pipemod[info]: finished, wrote 0 frames [0%].
avs2pipemod[info]: total elapsed time is 14.625 sec.
avs2pipemod[error]: only wrote 0 of 7611 frames.

at StaxRip.Proc.Start() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\Proc.vb:line 338
at StaxRip.x265Enc.Encode(String passName, String commandLine, ProcessPriorityClass priority) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Encoding\x265Enc.vb:line 65
at StaxRip.x265Enc.Encode() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\Encoding\x265Enc.vb:line 41
at StaxRip.GlobalClass.ProcessVideo() in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\GlobalClass.vb:line 231
at System.Threading.Tasks.Parallel.<>c__DisplayClass4_0.b__0()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at StaxRip.GlobalClass.ProcessJob(String jobPath) in C:\Users\Revan\Desktop\staxrip-1.8.2.0\General\GlobalClass.vb:line 138

Master Display

hello the Master display on Nvidia h265 is always missing

image 001

Same error check for updates showing error!

Describe the bug or Issue

The system cannot find the file specified

File: D:\Portable

Arguments: Software\StaxRip\Update.bat

InvalidOperationException (2.0)

No process is associated with this object.

System.InvalidOperationException: No process is associated with this object.
at System.Diagnostics.Process.EnsureState(State state)
at System.Diagnostics.Process.EnsureState(State state)
at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.WaitForExit(Int32 milliseconds)
at StaxRip.Proc.Start()
at StaxRip.GlobalCommands.ExecuteCommandLine(String commandLines, Boolean waitForExit, Boolean showProcessWindow, Boolean asBatch)

Step To Reproduce the Problem

Go to 'Advanced'
Click on 'Update'

Screenshots
https://imgur.com/a/ciryISz

Desktop (please complete the following information):

OS: [Windows 10 Build 1803]
Version [2.0]
Additional context
I updated to latest 2.0 beta2 but I still get this error

Issue when encoding my movie from x265 to x264 - seems to be audio related

image

I have tried previous versions of StaxRip, it seems to be audio related.
Yet the movie plays fine in media player classic home cinema
Here is my sample file:https://ufile.io/9tm6k
I have of these files i have downloaded and they play fine.
Here is my log file:

-------------------------- System Environment --------------------------

StaxRip : 1.8.2.0
Windows : Windows 7 Ultimate
Language : English (United States)
CPU : Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
GPU : Radeon (TM) RX 470 Graphics, Radeon (TM) RX 470 Graphics, Radeon (TM) RX 470 Graphics
Resolution : 1920 x 1080
DPI : 96

------------------------ MediaInfo Source File ------------------------

E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv

General
Complete name : E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv
Format : Matroska
Format version : Version 4 / Version 2
File size : 5.37 GiB
Duration : 2 h 17 min
Overall bit rate : 5 578 kb/s
Movie name : Noah
Encoded date : UTC 2018-10-08 16:55:39
Writing application : mkvmerge v26.0.0 ('In The Game') 64-bit
Writing library : libebml v1.3.6 + libmatroska v1.4.9

Video
ID : 1
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L4@Main
Codec ID : V_MPEGH/ISO/HEVC
Duration : 2 h 17 min
Bit rate : 4 962 kb/s
Width : 1 920 pixels
Height : 1 040 pixels
Display aspect ratio : 1.85:1
Frame rate mode : Constant
Frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.104
Stream size : 4.78 GiB (89%)
Writing library : x265 2.8+70-33a782b23f2c:[Windows][GCC 8.2.0][64 bit] 10bit
Default : Yes
Forced : No

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : A_AAC-2
Duration : 2 h 17 min
Bit rate : 576 kb/s
Channel(s) : 8 channels
Channel positions : Front: L C R, Side: L R, Back: L R, LFE
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Delay relative to video : 20 ms
Stream size : 575 MiB (10%)
Language : English
Default : Yes
Forced : No

Text #1
ID : 3
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 9 min
Bit rate : 6 248 b/s
Count of elements : 1448
Stream size : 5.79 MiB (0%)
Language : English
Default : No
Forced : No

Text #2
ID : 4
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 4 711 b/s
Count of elements : 941
Stream size : 4.62 MiB (0%)
Language : Danish
Default : No
Forced : No

Text #3
ID : 5
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 4 854 b/s
Count of elements : 953
Stream size : 4.76 MiB (0%)
Language : Dutch
Default : No
Forced : No

Text #4
ID : 6
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 4 745 b/s
Count of elements : 1137
Stream size : 4.66 MiB (0%)
Language : Finnish
Default : No
Forced : No

Text #5
ID : 7
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 4 359 b/s
Count of elements : 1139
Stream size : 4.28 MiB (0%)
Language : French
Default : No
Forced : No

Text #6
ID : 8
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 5 218 b/s
Count of elements : 1102
Stream size : 5.12 MiB (0%)
Language : German
Default : No
Forced : No

Text #7
ID : 9
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 1 min 25 s
Bit rate : 9 494 b/s
Count of elements : 14
Stream size : 99.5 KiB (0%)
Title : Forced
Language : German
Default : No
Forced : No

Text #8
ID : 10
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 4 553 b/s
Count of elements : 1100
Stream size : 4.47 MiB (0%)
Language : Italian
Default : No
Forced : No

Text #9
ID : 11
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 4 584 b/s
Count of elements : 1100
Stream size : 4.50 MiB (0%)
Language : Norwegian Bokmal
Default : No
Forced : No

Text #10
ID : 12
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 4 788 b/s
Count of elements : 1106
Stream size : 4.70 MiB (0%)
Language : Spanish
Default : No
Forced : No

Text #11
ID : 13
Format : VobSub
Muxing mode : zlib
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 2 h 17 min
Bit rate : 4 634 b/s
Count of elements : 1085
Stream size : 4.55 MiB (0%)
Language : Swedish
Default : No
Forced : No

Menu
00 : 00:00.000 : en:Chapter 01
00 : 04:48.955 : en:Chapter 02
00 : 08:37.266 : en:Chapter 03
00 : 12:23.033 : en:Chapter 04
00 : 18:43.080 : en:Chapter 05
00 : 23:25.487 : en:Chapter 06
00 : 32:06.424 : en:Chapter 07
00 : 37:27.203 : en:Chapter 08
00 : 42:50.734 : en:Chapter 09
00 : 54:35.647 : en:Chapter 10
01 : 01:14.962 : en:Chapter 11
01 : 03:28.596 : en:Chapter 12
01 : 09:33.794 : en:Chapter 13
01 : 19:18.336 : en:Chapter 14
01 : 21:56.536 : en:Chapter 15
01 : 29:12.347 : en:Chapter 16
01 : 34:02.053 : en:Chapter 17
01 : 40:27.354 : en:Chapter 18
01 : 49:23.098 : en:Chapter 19
01 : 55:57.825 : en:Chapter 20
02 : 00:37.230 : en:Chapter 21
02 : 11:32.676 : en:Chapter 22

------------------ Demux MKV using mkvextract 24.0.0 ------------------

D:\stax\Apps\MKVToolNix\mkvextract.exe "E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv" tracks 2:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID3 English.idx" 3:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID4 Danish.idx" 4:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID5 Dutch.idx" 5:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID6 Finnish.idx" 6:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French.idx" 7:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German.idx" 8:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced.idx" 9:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian.idx" 10:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID11 Norwegian (Bokmål).idx" 11:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish.idx" 12:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID13 Swedish.idx" 1:"E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.aac" --ui-language en

Extracting track 1 with the CodecID 'A_AAC' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.aac'. Container format: raw AAC file with ADTS headers
Extracting track 2 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID3 English.sub'. Container format: VobSubs
Extracting track 3 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID4 Danish.sub'. Container format: VobSubs
Extracting track 4 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID5 Dutch.sub'. Container format: VobSubs
Extracting track 5 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID6 Finnish.sub'. Container format: VobSubs
Extracting track 6 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French.sub'. Container format: VobSubs
Extracting track 7 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German.sub'. Container format: VobSubs
Extracting track 8 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced.sub'. Container format: VobSubs
Extracting track 9 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian.sub'. Container format: VobSubs
Extracting track 10 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID11 Norwegian (Bokmål).sub'. Container format: VobSubs
Extracting track 11 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish.sub'. Container format: VobSubs
Extracting track 12 with the CodecID 'S_VOBSUB' to the file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID13 Swedish.sub'. Container format: VobSubs
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID3 English.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID4 Danish.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID5 Dutch.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID6 Finnish.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID11 Norwegian (Bokmål).idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish.idx'.
Writing the VobSub index file 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID13 Swedish.idx'.

Start: 10:02:54 PM
End: 10:06:12 PM
Duration: 00:03:17

General
Complete name : E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.aac
Format : ADTS
Format/Info : Audio Data Transport Stream
File size : 578 MiB
Overall bit rate mode : Variable

Audio
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Bit rate mode : Variable
Channel(s) : channel0
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 578 MiB (100%)

------------- Mux AAC to M4A using MP4Box 0.7.2-DEV-rev79 -------------

D:\stax\Apps\MP4Box\MP4Box.exe -add "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.aac:name= " -new "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.m4a"

AAC ADTS import - sample rate 48000 - MPEG-4 audio - 0 channel
Setting up iTunes/iPod file...
Saving E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.m4a: 0.500 secs Interleaving

Start: 10:06:12 PM
End: 10:07:40 PM
Duration: 00:01:27

General
Complete name : E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.m4a
Format : MPEG-4
Format profile : Apple audio with iTunes info
Codec ID : M4A (isom/M4A /mp42)
File size : 577 MiB
Duration : 2 h 17 min
Overall bit rate mode : Variable
Overall bit rate : 585 kb/s
Encoded date : UTC 2018-11-18 20:06:12
Tagged date : UTC 2018-11-18 20:06:12

Audio
ID : 1
Format : AAC
Format/Info : Advanced Audio Codec
Codec ID : mp4a-40-2
Duration : 2 h 17 min
Bit rate mode : Variable
Bit rate : 576 kb/s
Maximum bit rate : 799 kb/s
Channel(s) : channel0
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 575 MiB (100%)
Title :
Encoded date : UTC 2018-11-18 20:06:12
Tagged date : UTC 2018-11-18 20:07:04

-------------- Demux xml chapters using mkvextract 24.0.0 --------------

D:\stax\Apps\MKVToolNix\mkvextract.exe "E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv" chapters "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole)_chapters.xml"

File 'E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv': container: Matroska
Track ID 0: video (MPEG-H/HEVC/h.265)
Track ID 1: audio (AAC)
Track ID 2: subtitles (VobSub)
Track ID 3: subtitles (VobSub)
Track ID 4: subtitles (VobSub)
Track ID 5: subtitles (VobSub)
Track ID 6: subtitles (VobSub)
Track ID 7: subtitles (VobSub)
Track ID 8: subtitles (VobSub)
Track ID 9: subtitles (VobSub)
Track ID 10: subtitles (VobSub)
Track ID 11: subtitles (VobSub)
Track ID 12: subtitles (VobSub)
Chapters: 22 entries

Start: 10:07:40 PM
End: 10:07:40 PM
Duration: 00:00:00

-------------- Demux ogg chapters using mkvextract 24.0.0 --------------

D:\stax\Apps\MKVToolNix\mkvextract.exe "E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv" chapters "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole)_chapters.txt" --simple

File 'E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv': container: Matroska
Track ID 0: video (MPEG-H/HEVC/h.265)
Track ID 1: audio (AAC)
Track ID 2: subtitles (VobSub)
Track ID 3: subtitles (VobSub)
Track ID 4: subtitles (VobSub)
Track ID 5: subtitles (VobSub)
Track ID 6: subtitles (VobSub)
Track ID 7: subtitles (VobSub)
Track ID 8: subtitles (VobSub)
Track ID 9: subtitles (VobSub)
Track ID 10: subtitles (VobSub)
Track ID 11: subtitles (VobSub)
Track ID 12: subtitles (VobSub)
Chapters: 22 entries

Start: 10:07:40 PM
End: 10:07:41 PM
Duration: 00:00:00

----------------------- Indexing using ffmsindex -----------------------

D:\stax\Apps\Plugins\both\ffms2\ffmsindex.exe "E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole).ffindex"

Writing index... done.

Start: 10:07:41 PM
End: 10:10:36 PM
Duration: 00:02:55

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian.idx
Detected 13 forced captions.
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian_forced.sub
Decoding frame 1/13 at offset 00000000
Decoding frame 2/13 at offset 00001800
Decoding frame 3/13 at offset 00003000
Decoding frame 4/13 at offset 00005800
Decoding frame 5/13 at offset 00006800
Decoding frame 6/13 at offset 00008000
Decoding frame 7/13 at offset 0000a800
Decoding frame 8/13 at offset 0000b800
Decoding frame 9/13 at offset 0000e000
Decoding frame 10/13 at offset 00010000
Decoding frame 11/13 at offset 00013000
Decoding frame 12/13 at offset 00014800
Decoding frame 13/13 at offset 00017000
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID10 Italian_forced.idx
Conversion of 1 file(s) finished

Start: 10:10:37 PM
End: 10:10:38 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID11 Norwegian (Bokmål)_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID11 Norwegian (Bokmål).idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID11 Norwegian (Bokmål).idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID11 Norwegian (Bokmål).idx
WARNING: Illegal language id: nb
Detected 0 forced captions.
No forced subtitles found.

Start: 10:10:38 PM
End: 10:10:39 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish.idx
Detected 14 forced captions.
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish_forced.sub
Decoding frame 1/14 at offset 00000000
Decoding frame 2/14 at offset 00001800
Decoding frame 3/14 at offset 00003000
Decoding frame 4/14 at offset 00005800
Decoding frame 5/14 at offset 00006800
Decoding frame 6/14 at offset 00008000
Decoding frame 7/14 at offset 0000a800
Decoding frame 8/14 at offset 0000b800
Decoding frame 9/14 at offset 0000e000
Decoding frame 10/14 at offset 00010000
Decoding frame 11/14 at offset 00013000
Decoding frame 12/14 at offset 00014800
Decoding frame 13/14 at offset 00017000
Decoding frame 14/14 at offset 00043800
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID12 Spanish_forced.idx
Conversion of 1 file(s) finished

Start: 10:10:39 PM
End: 10:10:39 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID13 Swedish_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID13 Swedish.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID13 Swedish.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID13 Swedish.idx
Detected 0 forced captions.
No forced subtitles found.

Start: 10:10:39 PM
End: 10:10:40 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID3 English_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID3 English.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID3 English.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID3 English.idx
Detected 0 forced captions.
No forced subtitles found.

Start: 10:10:40 PM
End: 10:10:40 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID4 Danish_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID4 Danish.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID4 Danish.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID4 Danish.idx
Detected 0 forced captions.
No forced subtitles found.

Start: 10:10:40 PM
End: 10:10:40 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID5 Dutch_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID5 Dutch.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID5 Dutch.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID5 Dutch.idx
Detected 0 forced captions.
No forced subtitles found.

Start: 10:10:41 PM
End: 10:10:41 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID6 Finnish_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID6 Finnish.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID6 Finnish.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID6 Finnish.idx
Detected 0 forced captions.
No forced subtitles found.

Start: 10:10:41 PM
End: 10:10:41 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French.idx
Detected 15 forced captions.
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French_forced.sub
Decoding frame 1/15 at offset 00000000
Decoding frame 2/15 at offset 00002000
Decoding frame 3/15 at offset 00003800
Decoding frame 4/15 at offset 00006000
Decoding frame 5/15 at offset 00007000
Decoding frame 6/15 at offset 00008800
Decoding frame 7/15 at offset 0000b000
Decoding frame 8/15 at offset 0000c000
Decoding frame 9/15 at offset 0000e800
Decoding frame 10/15 at offset 00010800
Decoding frame 11/15 at offset 00013800
Decoding frame 12/15 at offset 00015000
Decoding frame 13/15 at offset 00017800
Decoding frame 14/15 at offset 00018800
Decoding frame 15/15 at offset 00047000
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID7 French_forced.idx
Conversion of 1 file(s) finished

Start: 10:10:41 PM
End: 10:10:42 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German.idx
Detected 14 forced captions.
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German_forced.sub
Decoding frame 1/14 at offset 00000000
Decoding frame 2/14 at offset 00001800
Decoding frame 3/14 at offset 00003000
Decoding frame 4/14 at offset 00006000
Decoding frame 5/14 at offset 00007000
Decoding frame 6/14 at offset 00008000
Decoding frame 7/14 at offset 0000a000
Decoding frame 8/14 at offset 0000d000
Decoding frame 9/14 at offset 0000e000
Decoding frame 10/14 at offset 00010800
Decoding frame 11/14 at offset 00013000
Decoding frame 12/14 at offset 00016000
Decoding frame 13/14 at offset 00017800
Decoding frame 14/14 at offset 0001a800
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID8 German_forced.idx
Conversion of 1 file(s) finished

Start: 10:10:42 PM
End: 10:10:42 PM
Duration: 00:00:00

----------------- Extract forced subtitles if existing -----------------

D:\stax\Apps\BDSup2Sub++\bdsup2sub++.exe --forced-only -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced_forced.idx" "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced.idx"

Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced.idx

BDSup2Sub++ 1.0.2
OPTION: Exporting only forced subtitles.
Converting SUB/IDX
Loading E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp/Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced.idx
Detected 14 forced captions.
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced_forced.sub
Decoding frame 1/14 at offset 00000000
Decoding frame 2/14 at offset 00001800
Decoding frame 3/14 at offset 00003000
Decoding frame 4/14 at offset 00006000
Decoding frame 5/14 at offset 00007000
Decoding frame 6/14 at offset 00008000
Decoding frame 7/14 at offset 0000a000
Decoding frame 8/14 at offset 0000d000
Decoding frame 9/14 at offset 0000e000
Decoding frame 10/14 at offset 00010800
Decoding frame 11/14 at offset 00013000
Decoding frame 12/14 at offset 00016000
Decoding frame 13/14 at offset 00017800
Decoding frame 14/14 at offset 0001a800
Writing E:/TVShows/Noah2014-80p/Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID9 German Forced_forced.idx
Conversion of 1 file(s) finished

Start: 10:10:42 PM
End: 10:10:43 PM
Duration: 00:00:00

--------------------------- AviSynth Script ---------------------------

LoadPlugin("D:\stax\Apps\Plugins\both\ffms2\ffms2.dll")
FFVideoSource("E:\TVShows\Noah2014-80p\Noah (2014) (1080p BluRay x265 10bit Tigole).mkv", colorspace = "YV12",
cachefile = "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole).ffindex")

-------------------------- Script Properties --------------------------

Source Frame Count : 198357
Source Frame Rate : 23.976024
Source Duration : 02:17:53.1400000
Target Frame Count : 198357
Target Frame Rate : 23.976024
Target Duration : 02:17:53.1400000

----------------------- MediaInfo Audio Source 1 -----------------------

General
Complete name : E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.m4a
Format : MPEG-4
Format profile : Apple audio with iTunes info
Codec ID : M4A (isom/M4A /mp42)
File size : 577 MiB
Duration : 2 h 17 min
Overall bit rate mode : Variable
Overall bit rate : 585 kb/s
Encoded date : UTC 2018-11-18 20:06:12
Tagged date : UTC 2018-11-18 20:06:12

Audio
ID : 1
Format : AAC
Format/Info : Advanced Audio Codec
Codec ID : mp4a-40-2
Duration : 2 h 17 min
Bit rate mode : Variable
Bit rate : 576 kb/s
Maximum bit rate : 799 kb/s
Channel(s) : channel0
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 575 MiB (100%)
Title :
Encoded date : UTC 2018-11-18 20:06:12
Tagged date : UTC 2018-11-18 20:07:04

------------------ Error Find Gain 1 using ffmpeg 4.0 ------------------

Find Gain 1 using ffmpeg 4.0 failed with exit code: 1 (0x1)

The exit code might be a system error code: STATUS_WAIT_1

The exit code might be a system error code: Incorrect function.

--------------------- Find Gain 1 using ffmpeg 4.0 ---------------------

D:\stax\Apps\ffmpeg\ffmpeg.exe -i "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.m4a" -sn -vn -hide_banner -af volumedetect -f null NUL

[aac @ 00000000004b5900] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 00000000004b5900] decode_pce: Input buffer exhausted before END element found
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004a2e00] Failed to open codec in avformat_find_stream_info
[aac @ 00000000004b5900] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 00000000004b5900] decode_pce: Input buffer exhausted before END element found
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004a2e00] Could not find codec parameters for stream 0 (Audio: aac (mp4a / 0x6134706D), 48000 Hz, 0 channels, fltp, 583 kb/s): unspecified number of channels
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.m4a':
Metadata:
major_brand : M4A
minor_version : 1
compatible_brands: isomM4A mp42
creation_time : 2018-11-18T20:06:12.000000Z
Duration: 02:17:53.13, start: 0.000000, bitrate: 584 kb/s
Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, 0 channels, fltp, 583 kb/s (default)
Metadata:
creation_time : 2018-11-18T20:06:12.000000Z
handler_name :
[aac @ 00000000004e0a40] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 00000000004e0a40] decode_pce: Input buffer exhausted before END element found
Stream mapping:
Stream #0:0 -> #0:0 (aac (native) -> pcm_s16le (native))
Error while opening decoder for input stream #0:0 : Operation not permitted

--------------------- Find Gain 1 using ffmpeg 4.0 ---------------------

D:\stax\Apps\ffmpeg\ffmpeg.exe -i "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.m4a" -sn -vn -hide_banner -af volumedetect -f null NUL

[aac @ 00000000004b5900] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 00000000004b5900] decode_pce: Input buffer exhausted before END element found
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004a2e00] Failed to open codec in avformat_find_stream_info
[aac @ 00000000004b5900] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 00000000004b5900] decode_pce: Input buffer exhausted before END element found
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000000004a2e00] Could not find codec parameters for stream 0 (Audio: aac (mp4a / 0x6134706D), 48000 Hz, 0 channels, fltp, 583 kb/s): unspecified number of channels
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole) ID1 20ms English.m4a':
Metadata:
major_brand : M4A
minor_version : 1
compatible_brands: isomM4A mp42
creation_time : 2018-11-18T20:06:12.000000Z
Duration: 02:17:53.13, start: 0.000000, bitrate: 584 kb/s
Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, 0 channels, fltp, 583 kb/s (default)
Metadata:
creation_time : 2018-11-18T20:06:12.000000Z
handler_name :
[aac @ 00000000004e0a40] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 00000000004e0a40] decode_pce: Input buffer exhausted before END element found
Stream mapping:
Stream #0:0 -> #0:0 (aac (native) -> pcm_s16le (native))
Error while opening decoder for input stream #0:0 : Operation not permitted

Start: 10:18:31 PM
End: 10:18:34 PM
Duration: 00:00:02

------------------- Video encoding using VCEEnc 3.06 -------------------

D:\stax\Apps\VCEEnc\VCEEncC64.exe --codec hevc --cqp 22:24:27 -i "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole)_new.avs" -o "E:\TVShows\Noah2014-80p\Noah (2014) (10..._temp\Noah (2014) (1080p BluRay x265 10bit Tigole)_new_out.hevc"

Start: 10:18:31 PM
End: 10:18:34 PM
Duration: 00:00:03

Update Fails Path is broken

Load StaxRip
Go To: Tools > Advanced > Check For Update

Result:
Popup "Application Will Shutdown to Check for Updates"
User Clicks: OK

StaxRip popup message is presented:
The system cannot find the file specified
File: C:\Program
Arguments: Files\StaxRip\Update.bat

qaac encoding fails due to missing CoreAudioToolbox.dll

My System Environment and Log File

-------------------------- System Environment --------------------------

StaxRip    : 2.0.0.0
Windows    : Windows 10 Home 1803
Language   : English (United States)
CPU        : Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
GPU        : NVIDIA GeForce GTX 1060 with Max-Q Design, Intel(R) HD Graphics 630
Memory     : 8 GB
Resolution : 2560 x 1080
DPI        : 120

...

---------------- Error Audio encoding 1 using qaac 2.67 ----------------

Audio encoding 1 using qaac 2.67 failed with exit code: 2 (0x2)

The exit code might be a system error code: STATUS_WAIT_2

The exit code might be a system error code: The system cannot find the file specified.


------------------- Audio encoding 1 using qaac 2.67 -------------------

C:\Utilities\StaxRip\Apps\qaac\qaac64.exe --tvbr 45 --delay -0.067 "C:\Work\input_temp\input ID1 -67ms.flac" -o "C:\Work\input_temp\input ID1_a1.m4a"

ERROR: CoreAudioToolbox.dll: The specified module could not be found.

This is a very weird error message considering the CoreAudioToolbox.dll file is in the QTfiles64 subfolder under the StaxRip\Apps\qaac folder.

Step To Reproduce the Problem

  1. Go to 'Audio'
  2. Click on 'AAC ~318 Kbps'
  3. Using 'qaac' Encoder
  4. 'Avisynth' Being Used

Any kind of qaac encoding fails with the same error message while ffmpeg and fdkaac encoders work OK.

Settings lost when doing batches

Any Pre-Releases / Beta Releases
none
version 2.0.0.0

Describe the bug or Issue
I have a Template that loads at startup with my video encoder and audio encoder settings saved. I frequently change the output files size via the size drop down menu or by typing it in. After selecting my files for batch mode I get an unwanted "Please select a template" menu. I select the same custom template that is loaded at startup. This overwrites any changes made to the template that was loaded on startup. My sizes and settings that I initially entered on the main screen are lost.

Step To Reproduce the Problem

  1. Open staxrip with a custom template loaded at startup
  2. Change the file size
  3. Click on source/open/file batch/add/add files
  4. Select your desired videos click open
  5. Click ok
  6. Menu appears
  7. On jobs screen click load and you will see that the settings changed back to the default templates

Note the file size 1500 has changed back to 203, the initial setting of the template.
If possible, add screenshots to help explain your problem.
menu before
menu after 1
menu after 2 loaded

Desktop (please complete the following information):

  • OS: [Windows 10 Build 1803
  • Version 2.0.0.0

Additional context
Add any other Information or additional context that can be Helpful.
I am running this by double clicking the staxrip.exe file.
I don't run any special commands on it that I know of.
this problem repeated on a clean install on a new computer.

I think the online documentation talks about this in 6.2.2 -AddJob:showConfirmation,templateName
templateName: Name of the template to be loaded after the job was added. Empty to load no template.
Adds a job to the job list.

I am not sure if this is related or not.

Program collapse when cropping.

I clicked the crop button on the menu bar and cropped the video through the pop-up cropping window, then I closed the cropping window, the program got stuck, and it disappeared after a while.
At first, I thought that's because the resolution my video is too big(4K), but I just tried 1080p and 720p video, and got same result.

NVencC fails when using NVEnc Native/Cuda as decoder

Hi there,

Previously with 1.7.0 of Staxrip I was able to use the NVEnc Native as the decoder, reducing CPU usage for the video conversion. When I use the 1.8.2.0 release from you, I receive the following error as soon as the video conversion starts. The dll files it mentions in the error are present, so I'm unsure why it's unable to load them. Using AviSynth/VapourSynth as the decoder works as expected, just with higher CPU usage.

Any suggestions?

Error Video encoding using NVEnc 4.07 (1.8.2.0)

Video encoding using NVEnc 4.07 failed with exit code: 1 (0x1)

The exit code might be a system error code: STATUS_WAIT_1

The exit code might be a system error code: Incorrect function.

------------------- Video encoding using NVEnc 4.07 -------------------

D:\Staxrip\Apps\NVEnc\NVEncC64.exe --cqp 20:27:30 --codec h265 --preset quality --output-depth 10 --bframes 4 --ref 4 --lookahead 32 --qp-init 1 --aq --output-buf 128 --mv-precision q-pel --cabac -i "Y:\TC\T\file.mkv" -o "C:\StaxTemp\file_temp\file_out.h265"

avcuvid/avsw: avcodec: failed to load dlls.
avcuvid/avsw: please make sure "avcodec-58.dll", "avformat-58.dll",
avcuvid/avsw: "avutil-56.dll", "avfilter-7.dll", "swresample-3.dll"
avcuvid/avsw: is installed in your system.
Failed to open input file.

StaxRip.ErrorAbortException: Video encoding using NVEnc 4.07 failed with exit code: 1 (0x1)

The exit code might be a system error code: STATUS_WAIT_1

The exit code might be a system error code: Incorrect function.

------------------- Video encoding using NVEnc 4.07 -------------------

D:\Staxrip\Apps\NVEnc\NVEncC64.exe --cqp 20:27:30 --codec h265 --preset quality --output-depth 10 --bframes 4 --ref 4 --lookahead 32 --qp-init 1 --aq --output-buf 128 --mv-precision q-pel --cabac -i "Y:\TC\T\file.mkv" -o "C:\StaxTemp\file_temp\file_out.h265"

avcuvid/avsw: avcodec: failed to load dlls.
avcuvid/avsw: please make sure "avcodec-58.dll", "avformat-58.dll",
avcuvid/avsw: "avutil-56.dll", "avfilter-7.dll", "swresample-3.dll"
avcuvid/avsw: is installed in your system.
Failed to open input file.

at StaxRip.Proc.Start()
at StaxRip.NVEnc.Encode()
at StaxRip.GlobalClass.ProcessVideo()
at System.Threading.Tasks.Parallel.<>c__DisplayClass4_0.b__0()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at StaxRip.GlobalClass.ProcessJob(String jobPath)

Encoding not possible without HDRColor

Hello,
I don't have this plugin and I can't use staxrip because of this.
Isn't there some type of fallback if this plugin is not installed?

Whatever I do I will get this message in return:
staxrip_2018-06-11_05-26-47

Any workaround?

HDR info

thank for your job.

it possible to add auto Max CLL, MAX FALL and Master-Display info like x265 codec ?

A suggestion about releasing multiple-versions.

WinRAR has a feature called "Save identical files as references". It means that if two or more versions have a lot of identical files, you can just pack them in a same .rar package, and will not make the file size increase rapidly.
qq 20181118151725
why am i suggest this? because i wanted to try both of 2.0.0.0 beta2 versions, sadly i had to download excess contents.

Check for updates showing error!

Describe the bug or Issue

The system cannot find the file specified

File: D:\Portable

Arguments: Software\StaxRip\Update.bat

Step To Reproduce the Problem

  1. Go to 'Advanced'
  2. Click on 'Check for update'

Screenshots
https://imgur.com/a/02b4ijG

Desktop (please complete the following information):

  • OS: [Windows 10 Build 1803]
  • Version [2.0]

Additional context
I updated to latest 2.0 but I still get this error

StaxRip not exiting by itself after converting TS files

StaxRip converts the TS file to MP4, as I asked, but for some reason it doesn't exit (file or folder in use). I have to click Cancel on the "folder in use" warning and then close StaxRip myself. Very annoying when you want to convert a batch of TS files.

Step To Reproduce the Problem

  1. Using any Encoder
  2. 'Avisynth Being Used
  3. Any filter being Used.

Screenshots
Included
capture
Vérités et conséquences avec Louis T S01E20_ICI TOU.TV_2017_03_17_staxrip.log

Desktop (please complete the following information):

  • OS: Windows 10
  • Versions 1.9.0.0 and 2.0.0.0

Question : why is microsoft locking input source files after encoding is finished and not the output files?

Hi Revan,

is there a difference between:

  • the method used to open files for stream reading (case of the Source file)
  • the method used to open files for writing (case of the output encoded files in the temp folder)
    ???
    Because the source file is still locked after the job is finished, but the output file and the temp folder are NOT locked (and moved to trash or deleted).
    So why would dotnet lock the source file and not the destination. Is it a possible bug in dotnet? or a difference in the method used (in staxrip) to open for reading and open for writing? Please note that my UAC is set to minimum setting: off.

x264 embedded avs doesn't support high bit depth

Hello, when I'm using a 10 bits input (yuv420p10) or higher with x264 StaxRip isn't using the external avs2pipemod but reather use the internal x264 one, resulting in a crash (because >8bits isn't supported).

For x265 (and others) it's working flawlessly.
Please make it not use the internal one or make an option like in x265.

Best regards.

NVenc not recognizing GTX970

For some reason GTX970 is not being recognize has having support to NVenc. Using driver 385.69.

Version 1.7.0.0 recognizes VGA without issues.

ConvertToRGB calls 8 plugins that are not required

Hi Revan and all people here,

Description: when I add the filter ConvertToRGB() or ConvertToRGB24() and 32, 48 etc

it will call all the following:
LoadPlugin("C:\Program Files\StaxRip\Apps\Plugins\avs\AddGrainC\AddGrainC.dll")
LoadPlugin("C:\Program Files\StaxRip\Apps\Plugins\avs\Average\Average.dll")
Import("C:\Program Files\StaxRip\Apps\Plugins\avs\DehaloAlpha\Dehalo_alpha.avsi")
Import("C:\Program Files\StaxRip\Apps\Plugins\AVS\NNEDI3\edi_rpow2.avsi")
LoadPlugin("C:\Program Files\StaxRip\Apps\Plugins\avs\JPSDR\Plugins_JPSDR.dll")
LoadPlugin("C:\Program Files\StaxRip\Apps\Plugins\avs\modPlus\modPlus.dll")
Import("C:\Program Files\StaxRip\Apps\Plugins\AVS\NNEDI3\nnedi3.avsi")
Import("C:\Program Files\StaxRip\Apps\Plugins\AVS\Utils\Utils-1.avsi")
(They appear in the code preview and in the final code of the job)

The consequence is that when I press preview, it takes 10 seconds to open the preview, when I press Next to create the job, also it takes 10 seconds. Everything else works fine.

Please note that ConvertToYUV filter family does not call any of these plugins.
Please note also that this problem did not exist in Staxrip v1.7.0.6: ConvertToRGB filters didn't call any plugin to load or to import.

Again, sorry with the double post in Stax76 page issue#417

Thanks for the good work!!

Check for updates showing error!

When I click check for update it shows this...

The system cannot find the file specified

File: D:\Portable

Arguments: Software\StaxRip\Update.bat

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.