Georg Pelz

Results 63 comments of Georg Pelz

Nice! Thanks!

Nice! Thanks I'll give it a spin tomorrow. 👍

I often compile 32bit mencoder/mplayer/ffmpeg :) Mainly to handle 32bit Avisynth scripts and DVDs So it would be nice if 32bit would still be supported.

vvenc-1.1.0 is out :) Speedups 20% for faster 15% for fast 7% for medium Added BCW Redefined the presets Improved SCC and 2-pass RC accuracy Various bugfixes and improvements ->...

@metagondria : > failed to remux via hybrid ! What does that mean? Does Hybrid crash, then there is either a difference in the meta file it creates and uses...

Hybrid uses: ` "C:\Program Files\Hybrid\64bit\tsMuxeR.exe" "C:\temp\tsmuxer_2023-11-12@23_43_33_2310_01_0.meta" "C:\temp"` to extract the audio with: ``` MUXOPT --no-hdmv-descriptors --new-audio-pes --demux --vbr --vbv-len=500 A_AC3, "F:\BD50\FAST X\BDMV\STREAM\00246.m2ts", track=4352 ``` this creates: `C:\temp\00246.track_4352.ac3+thd (3680.2 MB)` which...

Not sure if it helps, but if I use: ``` LWLibavVideoSource("G:\TESTCL~1\files\MPEG-4~1.264\4k\4K_SAM~1.MP4",cache=false,format="YUV420P16", prefer_hw=0,repeat=true) FFT3DGPU(precision=0) ``` instead of ``` LWLibavVideoSource("G:\TESTCL~1\files\MPEG-4~1.264\4k\4K_SAM~1.MP4",cache=false,format="YUV420P8", prefer_hw=0,repeat=true) FFT3DGPU(precision=0) ``` the output seems fine. -> so maybe the issue...

okay, so feeding 10+bit content basically means that 32bit is used internally and that leaves us at the start, that precision=0, is broken somehow. *gig*

Thanks for looking into it. I keep my fingers crossed, that you can find the problem. (also hoping for a Vapoursynth port of the filter, but that is totally different...