Selur's Little Message Board
[BUG] TS container - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [BUG] TS container (/thread-3844.html)

Pages: 1 2


TS container - humanoid86 - 02.09.2024

Big Grin Hello!

TS container is bugged, saves in M2TS
There is an audio track, but the volume level is at 0

https://drive.google.com/file/d/1v_tGselJFs2v8rQahSzVqdCU1KWz7Khh/view?usp=sharing

https://drive.google.com/file/d/1aOGXZOpasl3BdOWmNinKfTJDNCPYPBrC/view?usp=sharing


RE: TS container - Selur - 02.09.2024

According to the debug output
input: E:\COOKIE 111\Snow Man with MUSIC.ts
output: E:\COOKIE 111\123.m2ts
is what was configured and created.
=> I don't see the problem.


RE: TS container - humanoid86 - 02.09.2024

51mb https://drive.google.com/file/d/10qUiaaIgNhxucCB2K0rODr9gezPpP4sn/view?usp=sharing

You see, even here it shows M2TS and not TS


RE: TS container - Selur - 02.09.2024

Problem is the file open dialog uses "*.m2ts *.mkv *.webm *.mp4 *.m2ts *.mov *.raw *.264" (not the double *.m2ts), but should use "*.ts *.mkv *.webm *.mp4 *.m2ts *.mov *.raw *.264".
Windows file dialog will add set the first extension in that list, when no extension is set.
So Hybrid never gets a file without extension from the Windows file dialog.
=> fixed in latest dev.
Now with 'Default container' set to '.ts', Hybrid will use "*.ts *.mkv *.webm *.mp4 *.m2ts *.mov *.raw *.264"

Cu Selur


RE: TS container - humanoid86 - 02.09.2024

(02.09.2024, 14:55)Selur Wrote: Now with 'Default container' set to '.ts', Hybrid will use "*.ts *.mkv *.webm *.mp4  *.m2ts *.mov *.raw *.264"

Big Grin I’ll install it later, when I need it again


RE: TS container - humanoid86 - 04.09.2024

(02.09.2024, 14:55)Selur Wrote: Now with 'Default container' set to '.ts', Hybrid will use "*.ts *.mkv *.webm *.mp4  *.m2ts *.mov *.raw *.264"

I did a preliminary setup of the TS container, it didn’t help

I'll wait for the release with the fix, when will the new release be?


RE: TS container - Selur - 04.09.2024

Dev build is available in the 'exprimental'-folder of my GoogleDrive which is linked on the download page.

Cu Selur


RE: TS container - humanoid86 - 04.09.2024

fixing the TS container works perfectly, but the 64-bit AVS mode does not work

in the internal Filters tab, I specified the Avisynth mode, then I went to the Configs-internal tab and wanted to select AVS 64-bit, but it is not available

https://drive.google.com/file/d/1ypNmH10ZXOpqE_XOd4FhWP6NlHfIB06-/view?usp=sharing


RE: TS container - Selur - 04.09.2024

No, Avisynth32bit is a separate download now (since most users don't need it) and Avisynth 64bit is the default.
You can only switch between 32bit and 64bit if the addon is installed. Smile
You are already using 64bit Avisynth.
If you look in the Avisnth Script Preview (assuming a source is loaded) you will see that
Paths like:
Quote:LoadPlugin("F:\Hybrid\64bit\Avisynth\avisynthPlugins\LSMASHSource.dll")
the 64bit indicating that 64bit Avisynth is used. Smile

Cu Selur


RE: TS container - humanoid86 - 04.09.2024

(04.09.2024, 11:51)Selur Wrote: the 64bit indicating that 64bit Avisynth is used. Smile
Big Grin Heart thanks!
PS
then I'll leave this version?
ts container and Rife-app and DetailEnhancer = work without errors?