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.
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
(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’ll install it later, when I need it again
(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?
Dev build is available in the 'exprimental'-folder of my GoogleDrive which is linked on the download page.
Cu Selur
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/1ypNmH10...sp=sharing
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.
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.
Cu Selur
(04.09.2024, 11:51)Selur Wrote: [ -> ]the 64bit indicating that 64bit Avisynth is used.
thanks!
PS
then I'll leave this version?
ts container and Rife-app and DetailEnhancer = work without errors?